[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Feature request: Automatic cleanup of authentication data after timeout

From: Tobias Rapp <t.rapp_at_noa-audio.com>
Date: Thu, 05 Feb 2009 09:01:41 +0100

> Create your own script that deletes the %APPDATA%\Subversion\auth folder:
> http://www.windows-help-central.com/windows-shutdown-script.html

Tested it by writing a user logoff script and it worked on the second
try when putting the path inside the batch script into quotes like this:

rmdir /s /q "%APPDATA%\Subversion\auth"

Thanks!

Tobias

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1106334

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-02-05 09:04:25 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.