Our Project SVN Folder was moved recently from one Host to another Host.
I was looking for the command solution to change the SVN Location of the project that are dumped in my MACOSX.
Now, I have found it what command I need to run.
1. Run command prompt
2. cd to the project folder.
3. Now run the below command
svn switch –relocate svn://192.168.0.1/myproject svn://192.192.0.1/myproject
There are 0 comments