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

Re: Setting author at commit time?

From: Bob Proulx <bob_at_proulx.com>
Date: 2006-12-04 06:16:50 CET

Ryan Schmidt wrote:
> Bob Proulx wrote:
> > And of course I can fudge the timestamps using libfaketime or
> > datefudge or other ways.
> > ...
> > Any hints on how to fake the committer at commit time?
>
> You can "fake" any Subversion property right after commit time, if
> you install a pre-revprop-change hook to allow such a thing.
>
> svn propset svn:author --revprop -r 42 "bob"
> svn propset svn:date --revprop -r 42 "2006-02-20T04:54:45.847208Z"

Very good! I am learning all kinds of things about subversion today.

Thanks!
Bob

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 4 06:16:22 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.