> ...
>>> There is little difference in terms of speed between everything that
>>> isn't CGI. Tracd is just very easy to get going:
>>> 
>>> tracd -p 81 -s /path/to/trac/env
> 
> It is installed to $PREFIX/bin automatically (unless you are using
> some weird RH package and they changed is). Normally this means
> /usr/bin/tracd.  

Either it's a weird package or tracd isn't part of the trac distribution
that's installed on this server.  Not that it matters a lot because I
got FCGI working.  But I still have Subversion errors:

 Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 406, in
dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 191, in
dispatch
    chosen_handler = self._pre_process_request(req, chosen_handler)
  File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 263, in
_pre_process_request
    chosen_handler = f.pre_process_request(req, chosen_handler)
  File "/usr/lib/python2.5/site-packages/trac/versioncontrol/api.py",
line 73, in pre_process_request
    self.get_repository(req.authname).sync()
  File "/usr/lib/python2.5/site-packages/trac/versioncontrol/api.py",
line 104, in get_repository
    repos = self._connector.get_repository(rtype, rdir, authname)
  File "/usr/lib/python2.5/site-packages/trac/versioncontrol/svn_fs.py",
line 234, in get_repository
    repos = SubversionRepository(dir, None, self.log)
  File "/usr/lib/python2.5/site-packages/trac/versioncontrol/svn_fs.py",
line 265, in __init__
    % path)
 TracError: /srv/svn does not appear to be a Subversion repository.

I use git, not Svn.  How to I tell trac to not to anything with
Subversion?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to