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

Re: File dates not making much sense to me

From: Norbert Unterberg <nunterberg_at_gmail.com>
Date: 2005-06-28 16:02:19 CEST

2005/6/28, Frank LaRosa <frank@franklarosa.com>:
> I notice that when I checkout files from a repository onto a new
> location, the files appear timestamped with the time I checked them
> out, not the time they were originally created or checked into the
> repository.

Yes, this is the intended behaviour. And this is very convenient when
you are managing source files with SVN, because after a checkout, a
simply "make" call will automatically rebuild all the files that have
been updated by svn.

You can instruct svn to use the last commited time as timestamp
instead. See the description of the "use-commit-times" flag in the
subversion config file:
http://svnbook.red-bean.com/en/1.1/ch07.html#svn-ch-7-sect-1.3.2

Norbert

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 28 16:07:33 2005

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.