SVN change user name

Source: Internet
Author: User
Tags what svn tortoisesvn
If TortoiseSVN: Settings-& gt; SavedData-& gt; AuthenticationData-& gt; clear is installed. The last user logon information is cleared. when svn is used again, you are prompted to enter the user name and password, and enter the new user name and password. Or, manually delete...
If TortoiseSVN: Settings-> Saved Data-> Authentication Data-> clear is installed. The last user logon information is cleared. when svn is used again, you are prompted to enter the user name and password, and enter the new user name and password. Alternatively, manually delete the svn logon user information in the following directory to save the file: C: \ Documents and Settings \ javaLee \ Application Data \ Subversion \ auth \ svn. simple uses clear Authentication Data of TortoiseSVN and manually deletes the Data! Delete all the saved login user information files in the userName \ Application Data \ Subversion \ auth \ svn. simple \ directory. /// // =================================================== ====== Because the svn interface does not provide us with a place to directly change the user name and password, therefore, if we need to change the user name, we need to find a solution.
The solution is as follows: most people often get used to automatically saving the username and password used to access SVN in the process of using SVN in Eclipse so that they can be used automatically next time. do not enter the username and password manually again, but what should I do if I need to change the password or user name? The following method is found after searching on the Internet: 1. check what SVN Interface is used in your Eclipse. windows> preference> Team> SVN # SVN Interface 2. if JavaHL is used, find the following directory and delete the files under the auth directory. c: "Documents and Settings" [YourUserName] "Application Data" Subversion "3. if you use SVNKit, find the following directory and delete it. keyring file. [eclipse] "configuration" org. eclipse. core. there are two main methods for runtime: one is to delete the account configuration file of the SVN client; the other is to go to the SVN server to set the account to unavailable. Specific steps for www.2cto.com: 1. delete the account configuration file of the SVN client (1) find the client configuration file we use, in window xp, they are located in the Documents and Settings \ alex \ Application Data \ Subversion \ auth \ folder on the system disk and delete all the files in it. (2) use SVN to update or submit so that the client can communicate with the server. in this way, the SVN client requires us to enter a new user name and password, enter our user name and password to replace the old user name and password. 2. modify the SVN server account configuration file, which requires the SVN administrator to work with (1) find the server account configuration file, which is located in the SVN server installation path config folder, open and edit the passwd file, delete or comment on the account to be replaced (2) use SVN to update or submit the file on the client so that the client can communicate with the server, in this way, the SVN client requires us to enter a new user name and password, and enter our user name and password to replace the old user name and password. Author zhibin07
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.