시놀러지 SVN 설정

1.


edit the file /etc/rc.local and add a line like this belo #!/bin/sh:

mount -o bind /volume1/@optware /opt


then, edit the file /root/.profile and modify the line that starts with "PATH" so it looks like this:

PATH=/opt/bin:/opt/sbin:[the content that was already there]


2.







기타.

SVN Repository 만들기 과정

1. SVN Repository 생성
svnadmin create repository_name

2.
conf/passwd
conf/svnserve.conf
수정

passwd - 사용자 추가
svnserve.conf
주석 해제
anon-access = read
auth-access = write

password-db = passwd

등

3. 소유자를 SVN을 관리하는 사용자 계정으로
chown -R repository_name

이 글에는 0 개의 댓글이 있습니다.