매번 구글링&네이년 하다가 적어놓음
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 정보
