Page History

Turn Off History

SvnTrac

CVSTrac's CVS repository now has support (via ScmTrac) for using Subversion as a SCM repository backend. #278 and #445 contain most of the details and discussion. Most of the code was written by Nemanja Corlija with infrastructure support by cpb.

It seems stable, functional and largely feature complete. In terms of performance, it's still quite a bit slower than CVS.

Installation and configuration works about the same as with CVS. In fact, you'll have to work around a lot of references to CVS and CVSROOT and such until we get a chance to properly update the various web pages.

Installing

  make APPNAME=svntrac all          

Configuration

  svntrac init /path/to/repository <project>          

  svntrac server 8008 /path/to/repository <project>          

Notes