Question

I am using SVNX for maintaining version of my code on SVN server. Problem is that i checked out my code from different server IP. While committing my code the server IP changes. Could anybody tell me how to change the server IP while committing my working copy.

Thanks N Happy coding!!

Était-ce utile?

La solution

Use following terminal command.

cd PATH_OF_WORKING_COPY
svn switch --relocate OLD_URL NEW_URL

After doing this, you can continue with your new server.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top