Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change users in TortoiseSVN

I was setting up another user to use our SVN repository. He didn't have a username/password, so I logged in with my credentials. We now have a username/password for him.

How do I get TortoiseSVN to logout and forget the old password so I can enter the new username/password?

like image 229
Robert Avatar asked Jul 20 '09 13:07

Robert


People also ask

How do I change my TortoiseSVN author?

a TortoiseSVN question. the author name you want to change, select them all and right click for "edit author".

How do I edit a TortoiseSVN file?

Click on the new working copy and right click to select the repository browser (TortoiseSVN -> Repo-browser) Right click the file of choice in the repository browser and select "Update item to revision"

How do I access TortoiseSVN from command line?

Locate TortoiseSVN and click on it. Select "Change" from the options available. Refer to this image for further steps. After completion of the command line client tools, open a command prompt and type svn help to check the successful install.


1 Answers

  1. Open Windows Explorer.
  2. Right-click anywhere in the window.
  3. Click TortoiseSVN → Settings.
  4. Click Saved Data.
  5. Click Clear beside Authentication Data (see below).
  6. Check the authentication items to clear.
  7. Click OK.

All saved Authentication Data for all projects is deleted.

You will have to re-enter credentials to reconnect.

Clear Button

like image 105
Raymond Martineau Avatar answered Sep 21 '22 11:09

Raymond Martineau