svnserve install
git-svn 使用にあたって
1 2 |
yum install subversion |
1 2 3 4 |
vi /etc/sysconfig/svnserve # cat /etc/sysconfig/svnserve OPTIONS="-r /var/svn/repos" |
1 2 3 |
mkdir -p /var/svn/repos svnadmin create /var/svn/repos/ |
1 2 3 4 5 6 7 |
vi /var/svn/repos/conf/svnserve.conf # cat /var/svn/repos/conf/svnserve.conf | grep -v ^# [general] anon-access = read auth-access = write password-db = passwd |
1 2 |
vi /var/svn/repos/conf/passwd |
1 2 |
service svnserve restart |
1 2 |
svn copy . svn://localhost/sample/branches/first-branche |
等
trunk, branches, tags で commit