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

Re: Suggest for TortoiseSVN

From: Andy Levy <andy.levy_at_gmail.com>
Date: Tue, 13 Oct 2009 12:43:55 -0400

On Tue, Oct 13, 2009 at 12:17, postren <postren_at_gmail.com> wrote:
> Dear TortoiseSVNer:
> ----------------------
> TortoiseSVN 1.6.5, Build 16974 - 32 Bit , 2009/08/20 08:13:46
> Subversion 1.6.5,
> apr 1.3.8
> apr-utils 1.3.9
> neon 0.28.6
> OpenSSL 0.9.8k 25 Mar 2009
> zlib 1.2.3
> ----------------------
> When I add a file or folder to repository, I hope don't change the
> file or folder's timestamp. (And when checkout from repository)
>
> for example:
> a.cpp 2009/08/20 08:13:46
> b.cpp 2009/08/20 08:20:46
>
> Now is 2009/10/14 00:12:15
>
> Now add a.cpp/b.cpp to repository, in SVN-Repo-browser a.cpp/b.cpp's
> date is 2009/10/14 00:12:15, but I hope the date is a.cpp 2009/08/20
> 08:13:46  b.cpp 2009/08/20 08:20:46.

Subversion only tracks when changes happen to files in the repository,
it does not track local filesystem metadata like this. You can set the
use-commit-times option to "yes" to set the timestamp when you
checkout/update to the date/time of the last commit of that file.

Any change would have to come from the Subversion libraries
themselves, not Tortoise.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2407204

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-10-13 23:14:35 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

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