1. http://forum.synology.com/enu/viewtopic.php?f=189&t=46095 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. http://blog.naver.com/PostView.nhn?blogId=phrack&logNo=80118706653&parentCategoryNo=&categoryNo=&viewDate=&isShowPopularPosts=false&from=postView 기타. 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 등 }}}