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

Re: Preservation of files dates on checkout ...

From: Andy Levy <andy.levy_at_gmail.com>
Date: Wed, 11 Jun 2008 11:04:44 -0400

On Wed, Jun 11, 2008 at 9:25 AM, Parrish, Ken <KParrish_at_gomez.com> wrote:
> I am new to this mailing list, so it's quite likely this question has been
> asked before.
>
>
>
> Is there a way to preserve the original date of a file at the time it was
> checked into Subversion upon checkout from Subversion?
>
>
>
> We have versioned runtime images stored in Subversion and would like to be
> able to distinguish between updated files vs. older files without a full
> differencing analysis.

Check out the use-commit-times option in your client config.

http://svnbook.red-bean.com/en/1.4/svn.advanced.confarea.html#svn.advanced.confarea.opts.config

You can't preserve the timestamp from the system that did the commit,
but when you check the files out they'll be given a timestamp matching
when the file was last committed to the repository.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-11 17:05:41 CEST

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.