Did you find any solution to this? I'm having the same issue where stuff seems to work from the command line, but not from the TRAC web frontend...
On Jan 15, 9:50 am, "ying lcs" <[EMAIL PROTECTED]> wrote: > When I compile subversion, it uses APR version 0.9.14 . > > apr configured properly > checking APR version... 0.9.14 > configure: Apache Portable Runtime Utility (APRUTIL) library configuration > checking for APR-util... reconfig > configure: configuring package in apr-util now > > any idea how to make Trac to work with that version? > > On 1/15/07, ying lcs <[EMAIL PROTECTED]> wrote: > > > Can you please tell me how can i fix it? > > I did download subversion 1.4.2 source and compiles on my machine. > > > On 1/15/07, thinker0 <[EMAIL PROTECTED]> wrote: > > > > difference version(APR,APR-URIL) > > > > Subversion APR, APR-UTIL and Apache APR, APR-UTIL > > > > On 1 15 , 11 48 , "ying lcs" <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > > I am trying these steps to setup Trac on Fedora 5. > > > > >http://www.darronschall.com/weblog/archives/000202.cfm > > > > > I think the default repository type is 'svn' during the 'trac-admin > > > > /srv/svn/tracenv/sample/ initenv' script. If you can please tell me > > > > what am I missing, i appreciate it. > > > > > Here is the web page I get when I hithttp://localhost:8000/snapshot > > > > with my browser > > > > > If you think this really should work and you can reproduce it, you > > > > should consider reporting this problem to the Trac team. > > > > > Go tohttp://trac.edgewall.org/andcreate a new ticket where you > > > > describe the problem, how to reproduce it. Don't forget to include the > > > > Python traceback found below. > > > > > TracGuide - The Trac User and Administration Guide > > > > Python Traceback > > > > > Traceback (most recent call last): > > > > File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, > > > > in dispatch_request > > > > dispatcher.dispatch(req) > > > > File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 191, > > > > in dispatch > > > > chosen_handler = self._pre_process_request(req, chosen_handler) > > > > File "/usr/lib/python2.4/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.4/site-packages/trac/versioncontrol/api.py", > > > > line 73, in pre_process_request > > > > self.get_repository(req.authname) # triggers a sync if applicable > > > > File "/usr/lib/python2.4/site-packages/trac/versioncontrol/api.py", > > > > line 91, in get_repository > > > > raise TracError('Unsupported version control system"%s"' > > > > TracError:Unsupported version control system"svn" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
