Posts tagged trac
viewvc svn browser
0
Just recently I need some software to browse one of our svn repository as an interface so the manager could monitoring the progress from their dev team. I usualy not need this independently since I always maintain the development using trac that has a built in module for svn repository. This time [...]
trac on klixs
0
Here is the trac config handler on mod_python.conf I use for trac mybiz3web development project :
<Location /mybiz3web>
SetHandler mod_python
PythonInterpreter main_interpreter
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /var/www/html/mybiz3web
PythonOption TracUr [...]



