달력

42026  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30

'svn'에 해당되는 글 1건

  1. 2009.10.09 SVN Repository 추가 명령어
매번 구글링&네이년 하다가 적어놓음

svnadmin create --fs-type fsfs [상대|절대 경로]
ex) svnadmin create --fs-type fsfs test     # test 라는 repository 추가

[conf 파일 수정]
passwd : id = pw
   ex) test = 1234 # id : test  pw : 1234 인 유저 생성

svnserve.conf 

anon-access = none # anonymous user 접근금지
auth-access = write # 인증된 사용자 쓰기권한
password-db = passwd # 계정정보 파일명
realm = My First Repository # 마음대로 repository 정보
Posted by InuxKr
|