mysclise modify svn address

http://wdqzxcww.blog.163.com/blog/static/1752611622011311154458/

When the working environment is adjusted, sometimes the address of the SVN server needs to be modified, and some codes of the project under development are not submitted in Eclipse. At this time How to modify the SVN address? There is a simple method as follows:

1. Select Windows->Show View->others>svn>svn Repository in Eclipse,

then select the original address and select "Relocate".


How to change the password
of The interface does not provide us with a place to directly change the user name and password, so once we need to change the user name, we need to think of some ways. 
    Solution:
In the process of using SVN in Eclipse, most people tend to automatically save the user name and password for accessing SVN
so that be used automatically next time, do not manually enter it again, but sometimes need to change the password or user name, what should I do at
this time? ? After searching on the Internet, I found the following method:

1. Check what SVN Interface is used in your Eclipse
windows > preference > Team > SVN #SVN Interface ------------------- -The following two judgments are very important, I made a mistake (better to delete them) -----------------------
2. If using JavaHL, find the following directory and delete the auth directory.
xp: C:"Documents and Settings"[YourUserName]"Application Data"Subversion"
Win7: C:\Users\rsl\AppData\Roaming\Subversion\auth
3. If you are using 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 the SVN client; the other is to go to the SVN server to set the account to be unavailable.
    Specific steps:
    1 , by deleting the account configuration file of the SVN client
    (1) to find the client configuration file we use, their location under window xp is in the Documents and Settings\alex\Application Data\Subversion\auth\ folder of the system disk, put All files in it are deleted.
    (2) Use SVN to update or submit, so that the client can communicate with the server, so that the SVN client will ask us to enter a new username and password, which can be replaced by entering our username 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 it passwd file, delete or comment the account that needs to be replaced
    (2) Use SVN to update or submit on the client, so that the client communicates with the server, so that the SVN client will ask us to enter a new username and password, and enter our username and password to replace the old user. name password.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326585077&siteId=291194637