bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Added support for file list in single file update


From: Shigio YAMAGUCHI
Subject: Re: Added support for file list in single file update
Date: Tue, 26 Aug 2014 13:16:29 +0900

2014-08-26 9:24 GMT+09:00 dhruva <address@hidden>:

The addition/changed/deleted is determined by the output of stat(). To keep it simple, we just maintain a list of files that have changed. It can be further optimized by using a prefix or separate file for added/deleted/changed file list but will complicate the code for minimal performance gain. I had tried it using the prefix approach, '+' for new files, '-' for deleted files and no prefix for modified/changed files.
 
Why do you withdraw the optimization? You said that stat() on a network
file system should be avoided. There was no person who opposed.
Since this ML is a place of arguments, nobody has duty to realize what
he asserted.

I cannot approve of provisional specification.
I believe that the problems in the prefix approach were solved by
the three options: --update-add, --update-delete, --update-change.

Shigio

--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3

reply via email to

[Prev in Thread] Current Thread [Next in Thread]