草色天涯
我是李剑,ThoughtWorks咨询师,现居北京。目前主要关注于思考自己应该关注啥。
-
test cc & svn server integration - [敏捷开发]
2009-04-18
版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明
http://dear.blogbus.com/logs/38074369.html
1. svnadmin create /home/jacky/repository/test (Note that this directory should be accessable by accounts other than root)
2. svnserve -d --listen-port 8099 -r /home/jacky/repository
3. vim svnserve.conf
anon-access=none
auth-access=write
password-db=passwd
4. vim passwd
test=test
5. vim authz
[/]
test=test
6. cd /$cchome/projects, mkdir test, cd test, svn co svn://localhost:8099/test .
7. edit /$cchome/config.xml, add "test" project
8. commit something to svn://localhost:8099/test, and force build on cc
收藏到:Del.icio.us








