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

Re: Checkout dates

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-28 17:36:46 CEST

Ralf.Bauer-Malz@etas.de wrote:

>
> Hi,
>
> when I do a 'svn co' the creation date of all files of the repository
> are set to the actual date in the working copy. I would have expected
> the original creation date before checkin or at least the checkin date
> of the file.

Set "use-commit-times = yes" in your run-time 'config' file. Then each
file will have the datestamp of the last time in changed in the repository.

>
> This is very annoying

No, actually, the current default is optimized for people writing
software. If I run 'svn up' and 5 files change, they all get a
timestamp of "right now", which means tools like 'make' know exactly
what to compile.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 28 17:37:49 2004

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.