[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svnadmin has bug

From: Karl Fogel <kfogel_at_red-bean.com>
Date: 2007-09-18 17:40:48 CEST

"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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.