svn 기본 포트는 3690
하나의 저장소에 여러개의 프로젝트를 관리하는건 위험할 수 있다.
이에 아래 구조처럼 2개의 저장소를 따로 사용하고자 할 경우
1 > /home/svn/dev/
2 > /home/svn/sample/
1번은 3690 포트로 시작하고, 2번은 3691 포트로 시작하면 된다.
1> svnserve -d -r /home/svn/dev --listen-port 3690
2> svnserve -d -r /home/svn/sample --listen-port 3691
확인.
1> svn ls svn://localhost:3690/
2> svn ls svn://localhost:3691/
'Server > Ubuntu' 카테고리의 다른 글
Character Set 확인 및 변경 (0) | 2013.08.08 |
---|---|
make install (0) | 2013.07.16 |
Ubuntu 12.0.4 Oracle 11g R2 설치. (0) | 2013.01.08 |
ant에서 Problem: failed to create task or type foreach 오류. (0) | 2012.12.28 |
svn: OPTIONS of 'https://~~~~': SSL handshake failed: SSL error: Key usage violation in certificate has been detected. (0) | 2012.12.27 |