1. Issue with authentication and anon access
Our plug-in relays into authentication
cache functions build in into SVN. This functions cache your
credentials on your local PC after first successful access attempt
into repository.
Login operation, which exist in plug-in just call svn list command
(which not change anyhthing in repository) providing your user name
and password.
But, unfortunately this is "readonly" operation, and if your
repository allows anonymous "readonly" access (which is on by
default) auth credentials not cached.
The solution is:
a) Switch off anonymous access (anon=none)
b) Call any write enabled operation from any other client, which will
cause svn to cache auth credentials on your local disk.
1. How to use other name than current user name
The info can be found for example here:
http://www.pushok.com/help/svnscc/index.php?redirect=basic_addtoscc.htm[VS .NET]
First of all select a user name for accessing to SVN: open the
configuration window Tools\Options\Source Control\Scc provider and specify
the name in the Login ID field. Then right-click on tree root (solution)
in
Solution Explorer. Select Add to source control.