--++ Howto setup a trac instance at a differnt machine than the subversion repository.
The installation of the cloned svn repository and trac are done both on lxir039.
The trick here is to create a local copy of the main repository which is syncronized
as described in
http://svn.apache.org/repos/asf/subversion/trunk/notes/svnsync.txt .
With a post commit hook on the main subversion repository it should be possible to keep
both repositories synchronized all the time.
Trac was inastalled using the normal Debian package installation mechanism. The trac configuration works as described in
http://trac.edgewall.org/wiki/0.11/TracInstall
trac-admin /data_local1/trac/fairroot initenv
For the test I don't want to install and administrate a full blown webserver. So the internal trac webserver is started
tracd --port 8000 /path/to/myproject
--
FlorianUhlig - 24 Sep 2010