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 만 변경해주면 된다~~
'Programming > SVN & Git' 카테고리의 다른 글
[TortoiseGit]Issue Tracker 연동을 위한 Config 설정 (0) | 2016.05.27 |
---|---|
SVN 백업 및 복구 (0) | 2010.11.23 |
svn:externals - SVN 다른 저장소와 연결 하기 (0) | 2009.12.02 |