How to modify SVN's address in Eclipse
after the IP changes on the SVN server, the client SVN connection address can be modified in eclipse by the following method:
First: Select Windows-> show View->others in Eclipse will appear "SVN Repository/svn repositories", select, click Confirm;
then: Choose the Address, select "Reposition/relocate"
finally: In the pop-up window shows the project in Eclipse, select an item, then click "Next", then modify the new SVN address;
"Other methods"
1, using the latest version of the TortoiseSVN, right-click on the root of the working copy of the right-click->tortoisesvn-> Reposition (Relocate), and then follow the instructions to do it. But it's best to back it up first. Because this operation has a certain danger.
2, through the modification. Entry the corresponding IP address, can be done, such as:
Find./-name entries-exec sed--in-place ' s/svn.aircorp.cn/int.aircorp.cn/g ' {} \;
The first one above is the window and the second one is on the Linux
How to modify SVN's address in eclipse