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

Re: Rename author

From: Mathias Weinert <mathias.weinert_at_gfa-net.de>
Date: 2005-11-24 15:49:14 CET

Michel Zobel <zobel@hnw-online.de> wrote:
> now to my current problem. can i rename a author in the repository?
> apparently someone commited using the wrong username due to the nice
> cache feature. well we noticed it a bit late. i couldnt find anything on
> that in the svnadmindocu so far.
>
You can:
svn propset svn:author --revprop -r <your_revision_number> <new_user_name> <repos_url>

<your_revision_number>, <new_user_name> and <repos_url>
must be set to appropriate values.

To make this command work (to make setting revision
properties work) you have to create a
pre-revprop-change hook.

Please refer to the Subversion Book (Chapter 5 /
Repository Maintenance / Repository Cleanup) for further
information and some warnings (if you generally enable
setting revprops by svn every user can change every
log message e. g.).

Mathias

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 24 15:53:38 2005

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.