Subversion

Posted at 2010. 8. 16. 00:55 | Posted in Server/Ubuntu
반응형

Subversion 설치

# sudo apt-get install subversion

svn 루트 디렉토리 생성

# mkdir /var/svn
# cd /var/svn

저장소 생성

# svnadmin create --fs-type fsfs test

권한 설정

# sudo chgrp -R svn test
# sudo chmod -R g+w test

※ 출처: http://mtsparrow.blogspot.com/2008/12/ubuntu-svn.html
반응형

'Server > Ubuntu' 카테고리의 다른 글

Disable automatic updates kernel on Ubuntu  (1) 2017.12.20
Installation Redmine on Ubuntu  (0) 2014.03.26
Installation Maven 3 on Ubuntu  (0) 2014.03.25
Using Xmanager to Ubuntu 10.10  (0) 2011.04.13
Openfire  (0) 2010.05.25
Webmin  (0) 2009.11.18
Squirrelmail  (0) 2009.11.12
SparkWeb  (0) 2009.11.12
Cacti  (0) 2009.11.12
Apache + SSL  (0) 2009.11.12
//