svn create repository (debian)

svn 저장소 command line 에서 생성방법 1. create – 2. 환경설정 – 3. 암호설정 – 4. 디렉토리 생성 – 5. 확인 – * 참고 step 1: create

step 2: 환경설정

[…]

svn repository 생성

1단계 : 저장소 생성 svn admin create ./[svnRepositoryfoldName] 2단계 : 환경설정 — 위치 이동 cd ./[svnRepositoryfoldName]/conf vim svnserve.conf — 접근권한 설정 anon-access = none — 인증 사용자 권한 설정 auth-access = write […]