"paptimusx scirocco" <paptimusx@gmail.com> writes:
> # but, the option makes svnadmin.exe wrong.
>
> (1) wrong case
> [miscellany]
> use-commit-times = yes
> % cat dumpfile | svn admin ... & svn co ...
> % svn diff -r{2007-09-07}:{2007-09-13} xxxxx1.cpp | wc -l
> (no difference)
>
> (2) default configuration
> [miscellany]
> ##use-commit-times = yes (as default. it means 'no' probably)
>
> % cat dumpfile | svn admin ... & svn co ... (uses same dumpfile)
> % svn diff -r{2007-09-07}:{2007-09-13} xxxxx1.cpp | wc -l
> 24
These transcripts *cannot* be accurate, because they say "svn admin"
not "svnadmin". There is no "admin" subcommand to "svn". When
reporting a bug, please give a full, accurate transcript, leaving out
as little as possible. The best transcript is a shell script or batch
script that reproduces the problem reliably.
-Karl
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 18 17:41:14 2007