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