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

Re: user account renomming/changing access way

From: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-05-14 23:38:56 CEST

On May 14, 2006, at 20:26, Julien TOUCHE wrote:

> 2 cases about modifying user account:
> * how do you handle user account renaming ?
> said, i have a svn account with htaccess.
> i want to change the username ? how can i keep the history ?
> * if i want to change access methode, say apache to ssh, keeping same
> login will do it or else ?
> Short, is svn using login as identity or uid or else ?

Subversion is using the username to record who made changes, i.e.,
it's copied to the svn:author property of the revision. If you
install a pre-revprop-change hook allowing such changes, you can
change this property to whatever you like. If you want to change
username "bob" to "william", you can write a script that checks each
revision's svn:author property and, if it's "bob", changes it to
"william". I don't know if there's a script like that already written
that you could use.

If you're using authz, then usernames could be in there as well, and
you'd have to change them there as well.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun May 14 23:40:41 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.