Philip Martin wrote:
> What I observe with the current code is typically
>
> A dir
> A dir/file
> A dir/subdir
> A dir/subdir/file
> A dir/another_file
>
> It's true that once subdir is added it gets all its contents before
> any more items are added to dir, however that happens during the dir
> update so "pending" log files will accumulate all the way down the
> heirarchy. Is that going to be a problem? Does the dir/subdir
> creation get accumulated in the dir log file? Can dir/subdir sensibly
> have a log file before the dir log file has been run?
Well, it does pass all the tests. :) Nothing seems to much care that
subdir's log file is run before dir's (which sets up subdir's entry)
is. From what I can tell, the log files can only have operations that
depend on files within the directory itself, not in it's parent
directories.
-Josh
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 22 21:05:59 2004