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

Re: changing author in specific tree

From: Andy Levy <andy.levy_at_gmail.com>
Date: Thu, 11 Dec 2008 09:40:52 -0500

On Thu, Dec 11, 2008 at 09:32, Karsten Fuhrmann
<karsten_fuhrmann_at_cartoon-film.de> wrote:
> Hello,
> i have a problem, someone worked with wrong credentials for some time.
> What i want to do now is changing this information inside the svn.
> Meaning i want to alter the author of some commits made in a specific
> part of the svn tree to another author. Is that possible ?
> I am using FSFS as the storage backend.

svn:author is a revision (unversioned) property, so you will need to
locate all revision numbers where this was done and update the
revprop, either with svn propset --revprop (may also require a
pre-revprop-change hook script update) or svnadmin setrevprop.

You can't set this value for "part of the tree" because the property
is tied to the revision, not the files/directories; if this person
edited 2 different sections of the repository in the same transaction,
and only one needs to have the author information changed, I think
you're out of luck.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=982857

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-11 15:41:42 CET

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.