문제

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