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
수정
conf/passwd
conf/svnserve.conf
수정
passwd - 사용자 추가
svnserve.conf
svnserve.conf
주석 해제 anon-access = read auth-access = write password-db = passwd 등
3. 소유자를 SVN을 관리하는 사용자 계정으로
chown -R repository_name