Friday, July 31, 2009

update or edit SVN repository path

to update SVN repository path, let say from http://aaaaa.com to http://bbbb.com:

1-go to directory which hold the svn repo and go into .svn directory
2-look for file named "entries"
3-edit using any text editor, such as vi or nano
4-look for line
http://aaaaa.com , and change it to http://bbbb.com
5-save and exit
6-give command svn update to test
7-finish.