[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: Greg Thomas <thomasgd_at_omc.bt.co.uk>
Date: 2005-11-24 15:53:18 CET

On Thu, 24 Nov 2005 15:33:04 +0100, Michel Zobel <zobel@hnw-online.de>
wrote:

>can i rename a author in the repository?

Yup - it's a revision property, aka revprop - svn:author. See
http://svnbook.red-bean.com/en/1.1/re23.html for details of how to
change it - but basically

svn propset svn:author --revprop -r xxx new-author-name filespec

- but make sure you read the 'Note' at the end of the above page.

HTH,

Greg

-- 
This post represents the views of the author and does
not necessarily accurately represent the views of BT.
---------------------------------------------------------------------
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:57:41 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.