• The added line is THIS COLOR.
  • The deleted line is THIS COLOR.
TITLE:Subversion (SVN)
[[VersionControlSystem]] > [[Subversion]]

- http://subversion.tigris.org/
- http://ja.wikipedia.org/wiki/Subversion

* 参考 [#t7a3d8b0]
- SVN(Subversion)/バージョン管理
--  http://www.softinn.jp/04Dopeninfo/bsd/svn.html
- Subversionで攻めの開発を (いまさらだけど) 
--  http://blog.livedoor.jp/techblog/archives/64824243.html
- 典型的な利用方法 第4章 ブランチとマージ 
--  http://subversion.bluegate.org/doc/ch04s04.html
- Subversionでコメント無しのコミットを拒否する方法
--  http://www.ryuzee.com/contents/blog/601
- Subversion によるバージョン管理
--  http://subversion.bluegate.org/doc/book.html
- (off topic)(メモ)svnコミットログの修正方法
--  http://lucene.jugem.jp/?eid=345
- This client is too old to work with working copy
--  http://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/change-svn-wc-format.py
* install [#k73ec059]

* 真似してみた [#z753f00e]
- CentOS で svn+ssh 環境の構築
-- http://blog.enjoitech.jp/detail.php?aid=111
- CentOS4/CentOS5 - subversionの導入
--  http://park1.wakwak.com/~ima/centos4_subversion0001.html
- [[Subversion/CentOS]]

 # /usr/sbin/groupadd svnusers
 # /usr/sbin/useradd svn -g svnusers -s /bin/bash 
 # chown -R svn:svnusers /home/svn
* 関連 [#z1e19ad2]

 # vi /etc/httpd/conf.d/subversion.conf
 # /etc/init.d/httpd configtest
 # /etc/init.d/httpd restart

 # mkdir -p /home/svn/repos/test
 # svnadmin create /home/svn/repos/test

- http://awm.jp/repos/test


Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes