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

Re: Username Change in SVN

From: Lutz Dornbusch <svn_at_yogasurftech.de>
Date: Wed, 11 Jun 2008 01:54:54 +0200

Dzintars Brikis wrote:
> Hi!
>
> Is it possible to change usernames in SVN?
>
> Best regards,
> Dzintars Brikis
> Mebius IT
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>

Hi Dzintars,
what do you men by "change usernames"?
- changing the usernames in commited revisions?
     use "svn propset --revprop svn:author"

- use username / passwords for svn commands like svn co/ci ..
     use the --username switch to provide a different username. Note
that this username will be stored into your .subversion home directory,
so svn will remember this last name. add --no-auth-cache to avoid this

Greetings,
Lutz

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-11 23:42:07 CEST

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.