MyEclipse SVN modifying user name and password

Transferred from: http://crazycat03.javaeye.com/blog/358081

Since there is no place for us to directly change the user name and password in the SVN interface, once we need to change the user name, we need to find some ways by ourselves.

Solution:

In the process of using SVN in eclipse, most people are used to automatically saving the user name and password of accessing SVN for automatic use next time. Don't enter it manually again, but sometimes you need to change the password or user name. What should I do at this time? After searching on the Internet, we found the following methods: 1 See 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 in auth directory C: "Documents and settings" [yourusername] "application data" subversion "3. If you use svnkit, find the following directory and delete the. Keyring file. [eclipse]" configuration "org.eclipse.core.runtime

There are two main methods: one is to delete the account configuration file of SVN client; The other is to set the account to be unavailable at the SVN server.

Specific steps:

1. Delete the account configuration file of SVN client

(1) Find the client configuration files we use. Under Window XP, their location is in the documents and settings / Alex / application data / subversion / auth / folder of the system disk. Delete all the files in them.

(2) Use SVN update or submit to make the client communicate with the server. In this way, the SVN client requires us to enter a new user name and password. Entering our user name and password can replace the old user name and password.

2. By modifying the SVN server account configuration file, this part requires the cooperation of the SVN administrator

(1) Find the server account configuration file, which is located in the config folder of the installation path of the SVN server. Open and edit the passwd file to delete or comment the account to be replaced

(2) Use SVN update or submit on the client to make the client communicate with the server. In this way, the SVN client requires us to enter a new user name and password. Entering our user name and password can replace the old user name and password.

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>