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

Re: Is there really no way to keep the file modification time intact?

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-03-03 08:30:32 CET

On Mar 3, 2007, at 00:57, Erik Huelsmann wrote:

> On 3/3/07, Ryan Schmidt wrote:
>
>> On Mar 2, 2007, at 18:02, John Gwinner wrote:
>>
>> > If I understand correctly, if I take a file that was modified,
>> say in
>> > 2003:
>> >
>> > 1/01/2003 15:54 16 test.me.txt
>> > or
>> > -rw-rw-rw- 1 user group 16 Jan 1 2003 test.me.txt
>> >
>> > Then I check it in today, the 'time' in Subversion will be
>> 3/2/2007?
>>
>> Yes, that is what will happen.
>
> No, Subversion doesn't record that.

Ok, to be more accurate:

If you commit something on 3/2/2007 at 12:34, the date/time
Subversion records for the revision will be 3/2/2007 at 12:34.

When you check it out again, the modification date/time of the files
you committed will either be the current date/time at time of
checkout (with use-commit-times=no, the default), or 3/2/2007 at
12:34 (with use-commit-times=yes).

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 3 08:31:06 2007

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.