Egloos | Log-in


Moving a Subversion Repository

조만간 서브버전 작업이 있을 것 같아 서브버전 레포지토리 이동하는 방법에 대해서 정리해 놓은 곳을 찾았다. 과연 이걸로 해서 바로 되면 좋은데 안되면 대략 난감.. 되것지..

Moving a Subversion Repository to Another Server


Step 1. Backup your old Repository

svnadmin dump /path/to/repository > repository_name.svn_dump

Step 2. Create the New Repository

svnadmin create /path/to/repository

Step 3. Import your old repository into the new one

svnadmin load /path/to/repository < repository_name.svn_dump



참조: http://www.petefreitag.com/item/665.cfm




by kaos119 | 2009/11/09 10:35 | ... | 트랙백 | 덧글(0)

트랙백 주소 : http://kaos119.egloos.com/tb/3421599
☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]

:         :

:

비공개 덧글

◀ 이전 페이지          다음 페이지 ▶