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

Re: change commit date\time information

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-17 17:31:47 CET

On Wed, 2004-03-17 at 10:08, rbraswell@connected.com wrote:

> Question:
> I have fixed the system date, but how can I change the commit
> date\time information for files committed during this period of time?

Every revision in the repository has an "svn:date" property. It's an
unversioned property, so you can change them the same way you can change
log messages:

  $ svn propset -rXXX --revprop svn:date "2002-02-10T13:27:24.678598Z"

... or you can use 'propedit' instead.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 17 17:32:14 2004

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.