[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: Roger Talkov <rctalkov_at_appworx.com>
Date: 2004-03-17 18:34:13 CET

When I tried to change a log message I got the following error. Does this
mean a pre-revprop-change hook is required ?

~/svn/trunk/Java/src>svn propedit -r924 --revprop svn:log
http://subversion/svn

svn: DAV request failed; it's possible that the repository's
pre-revprop-change
hook either failed or is non-existent
svn: At least one property change failed; repository is unchanged.

Roger Talkov
 
AppWorx
425-644-2121 x135

-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: Wednesday, March 17, 2004 8:32 AM
To: rbraswell@connected.com
Cc: users@subversion.tigris.org
Subject: Re: change commit date\time information

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 17 18:33:45 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.