To change your password for accessing Subversion
Typically this would be handled by your Subversion server administrator. If that’s you and you are using the built-in authentication, then edit your [repository]\conf\passwd
file on your Subversion server machine.
To delete locally-cached credentials
Follow these steps:
- Right-click your desktop and select TortoiseSVN->Settings
- Select Saved Data.
- Click Clear against Authentication Data.
Next time you attempt an action that requires credentials you’ll be asked for them.
If you’re using the command-line svn.exe
use the --no-auth-cache
option so that you can specify alternate credentials without having them cached against your Windows user.