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

Re: "modified date" in windows file explorer

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-10-16 00:53:18 CEST

On Oct 10, 2006, at 21:07, yg wrote:

> When I checked out the source from the subversion server. I found
> that the all files' [modified date] was changed to the time when I
> checked them out.
> I know I can read the last commit revision on subversion tab in the
> file's property.
> But I need the REAL last modified date for the file. How can I
> solve this ?

Subversion does not store modification times. It stores commit times.

On checkout and update, it can either set the modification time in
your local working copy to the current time (the default), or to the
commit time. If you want the latter, edit your Subversion config file
(e.g. on Unix machines in ~/.subversion/config) to include the line
"use-commit-times = yes"

If you require Subversion to store real modification times, you must
build Subversion yourself from the unofficial text-time branch which
is available here:

http://svn.collab.net/repos/svn/branches/meta-data-versioning/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 16 00:54:02 2006

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.