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

Re: change revision property (date)?

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-01-05 14:03:38 CET

On Jan 5, 2006, at 13:48, Holger Stratmann wrote:

> can anybody tell me if (and how) I can change the date for a revision?

svn propset svn:date --revprop -r42 \
'2006-01-02T01:39:37.218987Z' url://to/repository

You will need to create a pre-revprop-change hook to allow such
changes to be made. Example scripts are available in your
repository's hooks directory or in this mailing list's archives.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 5 14:17:07 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.