[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: Parrish, Ken <KParrish_at_gomez.com>
Date: Wed, 11 Jun 2008 12:18:36 -0400

Andy,

Thanks. Just the ticket. I also realized that TortiseSVN also supports
this flag.

This allows Nant / Ant copy commands to update based on mod time vs.
current time. Much more efficient as long as any give client is kept
properly in sync.

This doesn't preclude that our build system needs to generate a
definitive change log between commits of our runtime images. For this,
we'll be using the svn status output.

Ken Parrish
Gomez, Inc.

-----Original Message-----
From: Andy Levy [mailto:andy.levy_at_gmail.com]
Sent: Wednesday, June 11, 2008 11:05 AM
To: Parrish, Ken
Cc: users_at_subversion.tigris.org
Subject: Re: Preservation of files dates on checkout ...

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.advanc
ed.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 18:16:30 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.