Re: apply specific timestamp when comitting?
From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-03-19 16:29:25 CET
On Mar 19, 2006, at 00:32, Jeff Kowalczyk wrote:
> Is there an option to svn commit, or a svn propset idiom that
There is no option when committing, but provided you have enabled the
svn propset svn:date --revprop -r $REV '2006-03-19T15:11:55.842601Z'
where $REV is the number of the revision whose date you want to
See the file hooks/pre-revprop-change.tmpl in your repository
At least, that *should* work. I'm current getting the error "svn:
> If there is no direct way and a propset method can be/is used to
It is a change of a revision property (a non-versioned property) so
---------------------------------------------------------------------
|
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.