AuthenticationManager(new SVNAuthentication[] {user1Auth,
>> user2Auth});
>> SvnOperationFactory of = new SvnOperationFactory();
>> of.setAuthenticationManager(authManager);
>>
>> When asked for credentials by repository2, first user1Auth will be
>> us
m/ - Java [Sub]Versioning Library!
http://hg4j.com/ - Java Mercurial Library!
http://sqljet.com/ - Java SQLite Library!
On 10 March 2013 20:47, Daniel Alencar wrote:
> Hi Everybody,
>
> Is there a way to store two or more credentials in one
> SVNAuthenticationManager?
>
> Backgr