On Thu, Jun 18, 2009 at 13:28, Parrish, Ken<KParrish_at_gomez.com> wrote:
> I am doing some development for automated Subversion processing which
> executes the Subversion command line processor, svn.exe from within an
> application. In so doing, it is using a Subversion username and password
> different from those that I ordinarily use for TortoiseSVN on my work
> station.
>
>
>
> After running this application and the doing subsequent operations in
> TortoiseSVN, TortoiseSVN is now using the secondary username and password
> which was issued via the svn.exe command line processor.
>
>
>
> How is this happening? Where is the Subversion username and password that
> TortoiseSVN uses stored? Can I defeat this behavior in some way?
It's happening because Subversion caches the most recently used
credentials, and all clients use the same cache. If you pass the
credentials using the command line (--username and --password) it may
not be cached, I don't recall.
They're cached in %APPDATA%\Subversion\Auth
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2363276
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-06-18 19:40:28 CEST