Вопрос

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!!

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top