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

Re: Commit - Approve cycle ?

From: <kfogel_at_collab.net>
Date: 2004-05-24 16:16:51 CEST

"James Moger" <James.Moger@TRANSONIC.com> writes:
> Sorry, I guess I wasn't clear enough:
>
> Joe (developer) starts a commit transaction that requires Bob's (manager) approval.
> Bob reviews Joe's changes and commits them as changeset #100.
>
> Would
> svn log -r 100 url_to_repository
> show Joe (developer) or Bob (manager) as the committer of the changeset?

The author is stored in the 'svn:author' property on the transaction.

(Properties like svn:author, svn:log, svn:date are called "revision
properties", but really they should be called "rev-or-txn properties".)

If someone changes that property to a new value, then that value is
what will show up as the author. You can even do this to old
revisions, shockingly enough, though you have to have a
pre-revprop-change hook activated to allow it.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 24 17:35:22 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.