Modify SVN's username and password in eclipse

Source: Internet
Author: User
Tags svn svn client svn update

often used in Eclipse for code versioning, in order to commit or update the code without repeatedly prompting us to enter the user name and password, so we
It is customary to automatically save the username password to access svn. For the next automatic use, do not enter the manual again, but sometimes you need to change the password or user name,
There's a little bit of trouble here, here are two ways to fix it:

1, by deleting the SVN client account configuration file
1) See what your eclipse is using SVN Interface (English: SVN interface) Windows > Preference > Team > SVN
in the Settings panel on the right you can see the SVN interface or Chinese SVN interface column, the client's options box shows you the current SVN interface

2) If the Javahl is used, locate the following directory
C:\Documents and Settings\ user name \application Data\subversion\ should see a auth directory that deletes related files in the Auth directory.
Note: Application data is generally hidden, so before you want to show all files and folders, if you can't find it, search for folders subversion

3) If you use the Svnkit, locate the following directory in the Eclipse installation directory \configuration\org.eclipse.core.runtime Delete the. keyring file.

4) Using SVN update or commit, so that the client and the server to communicate, so that the SVN client will ask us to enter a new user name password, enter our user name password
You can replace the old user name password.

2, by modifying the SVN server account profile, this part requires SVN's administrator to cooperate
1) Locate the server-side account profile, which is located in the Installation Path Config folder of the SVN servers, open and edit the passwd file, delete or annotate the account that needs to be replaced

2) in the client using SVN update or commit, so that the client and the server to communicate, so that the SVN client will ask us to enter a new user name password, enter our
User name password can replace the old user name password.

This article from "Small book" blog, declined reprint!

Modify SVN's username and password in eclipse

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.