Tag Archives: subversion

端口转发解决位于Squid等代理后无法从SVN server ci 的问题

发现只能co,不能ci TortoiseSVN报MKACTIVITY…400 bad request Google之后发现问题所在 http://subversion.tigris.org/faq.html#proxy 只要在我的svn主机前的squid里加上下面这行配置就ok extension_methods REPORT MERGE MKACTIVITY CHECKOUT 但是我接触不到squid 于是用了ssh的端口转发 Dev                               SVN Server localhost:8000            localhost:80 URL of Repository从原来的 http://svnserver.xxx.net/repos/Projectname 变成 http://localhost:8000/repos/Projectname 问题解决 比原来不方便的一点是要开着secure crt或者其他工具维持端口转发 一点额外的好处是安全性–SSH

Posted in Default | Tagged , | Leave a comment

多个Project的trac/subversion/apache2 架设

cd /opt/repos svnadmin create Akantos svnadmin create test chown -R www-data:www-data /opt/repos cd /opt/trac trac-admin /opt/repos/Akantos initenv trac-admin /opt/repos/test initenv chown -R www-data:www-data /opt/trac moonlight:~# cat /etc/apache2/conf.d/trac.conf Alias /trac/chrome/common /usr/share/trac/htdocs Order allow,deny Allow from all ScriptAlias /trac /usr/share/trac/cgi-bin/trac.cgi # SetEnv … Continue reading

Posted in Default | Tagged , , | Leave a comment

svn may breaks after BDB upgrade

所以不要看到升级就把老的package purge掉 feuvan@moonlight:~$ aptitude show db4.2-util Package: db4.2-util State: installed Automatically installed: no Version: 4.2.52-24 Priority: optional Section: utils Maintainer: Debian Berkeley DB Maintainers Uncompressed Size: 217k Depends: libc6 (>= 2.3.5-1), libdb4.2 Description: Berkeley v4.2 Database Utilities This package provides … Continue reading

Posted in Default | Tagged | Leave a comment