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

svnadmin has bug

From: paptimusx scirocco <paptimusx_at_gmail.com>
Date: 2007-09-18 12:42:24 CEST

Hello, everyone.

I found svnadmin has bug.
please see the following:

svnadmin.exe malfunctions in case of [miscellany]/use-commit-times
option is 'yes', like this:
 [miscellany]
 use-commit-times = yes

if these options were found, svn.exe put last-commited
timestamps on file touched. its all right. I like it.

# 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

---
% svnadmin --version
svnadmin, version 1.4.5 (r25188)
   compiled Aug 22 2007, 20:49:04
% ver
Microsoft Windows XP [Version 5.1.2600]
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 18 12:42:42 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.