svn checkout 시 http://192.168.0.2/project_name 처럼 해놓았을 때...
svn server 가 설치된 pc 의 ip 가 변경되면 사용하는 모든 working copy 에 대해 TortoiseSVN -> Relocate 를
하여 변경된 ip 로 바꿔주어야 한다. working copy 가 많으면 아주 많이 귀찮다... ㅡㅡ^
귀찮은 건 딱 싫은데...

[해결 Tip]
svn checkout 시 http://svn_server/project_name 이런식으로 서버의 domain name 으로 한다.
domain name 은 다음과 같이 client pc 의 특정 파일을 메모장 등의 에디터로 열어 등록해놓으면 된다.

linux : /etc/hosts
windows(2000/xp) : /windows/system32/drivers/etc/hosts

ex) /window/system32/drivers/etc/hosts
 192.168.0.2            svn_server

이제는 server ip 가 바뀌었을 때 hosts 파일의 ip 만 변경해주면 된다~~

+ Recent posts