How do I run tracd in debug mode. I've run the man page and the -h for tracd and I don't see the option.
Next, good point with the subversion bindings. They seem to work when used with the trac-admin (resyncing and such but perhaps they don't w/ the webserver). I actually followed your nice tutorial james but I may have messed up at some point. I know w/ the subversioin bindings you mentioin that you need to get the paths right. Well I have my enviorment variable correct (using EXPORT PYTHONPATH=/usr/local/lib/svn-python) but maybe is something wrong w/ the other apache stuff
Here is what I get doing the pythong stuff (shown):
[EMAIL PROTECTED] GraphicRequestFiles]# python
Python 2.3.4 (#1, Mar 13 2006, 07:49:07)
[GCC 3.4.4 20050721 (Red Hat 3.4.4-2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.path
['', '/usr/local/lib/svn-python', '/usr/lib64/python23.zip', '/usr/lib64/python2.3', '/usr/lib64/python2.3/plat-linux2', '/usr/lib64/python2.3/lib-tk', '/usr/lib64/python2.3/lib-dynload', '/usr/lib64/python2.3/site-packages', '/usr/lib64/python2.3/site-packages/gtk- 2.0', '/usr/lib/python2.3/site-packages']
So the path seems right just doing this, so maybe it's a permissions error?
Anyway, I'll try that tracd, when I just start it normal it doesn't complain but I probably need to do something to it (the equivelant of going to timeline for example) which I don't understand how.
Thanks,
--
Clark Endrizzi
_______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
