2008/10/14 Andreas Katzenmaier <andreas.katzenmaier_at_fleetboard.com>:
>
> we are using a built script with includes the ant svn task to check out
> some classes of our repository.
> The build script which uses the svn task is also on the repository.
> The problem is that different users are using the same project and also
> the same build script. If one of these users enters its password and
> username in a input task to check out the repository the following users
> use the same password because it is cached automatically.
> Is it possible to set a paramter like 'save_password ="false"' to solve
> this problem?
> Or anything else?
>
Do not know anything about this ant task, but with command-line client
you can use the option --no-auth-cache.
Also, AFAIK, each system user has its own cache (~/.subversion/auth
or %APPDATA%\Subversion\auth on Windows), so why are they
conflicting with each other?
Best regards,
Konstantin Kolinko
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-10-14 23:07:24 CEST