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

Re: dates, checksums, and so

From: Michael Price <michael.price_at_acm.org>
Date: 2003-05-03 19:57:55 CEST

solo turn wrote:
>>From: Mark Watts [mailto:mwatts3@stny.rr.com]
>>Sent: Friday, May 02, 2003 4:45 PM
>>* As a user I find it very annoying that a check out (svn co) into
>> a new
>> working directory leaves all files with the current date time
>> stamp. As a
>
> this is a clear subversion bug. svn does not conform to conventions
> of treating time:

Well CVS has the same "bug" :)

$ dir $CVSROOT
total 4
drwx------ 3 mixtim mixtim 1024 Dec 8 09:15 CVSROOT/
drwx------ 2 mixtim mixtim 512 Jul 4 2000 test/
$ dir $CVSROOT/test
total 2
-r--r--r-- 1 mixtim mixtim 176 Jul 4 2000 file,v
$ cvs co test
U test/file
$ dir test
total 4
drwx------ 2 mixtim mixtim 512 May 3 13:54 CVS/
-rw-r--r-- 1 mixtim mixtim 3 May 3 13:53 file

Do people forget CVS does the same thing? Why does everyone not care that CVS
does but jumps on subversion?

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 3 19:56:26 2003

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

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