On Jan 7, 2008, at 10:03 AM, koziolek wrote:

>
> Hi,
>
> First traceback:
>
> Python Traceback
>
> 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: https://user:[EMAIL PROTECTED]/trac/exapmle does not appear to be a
> Subversion repository.
>
>
> second trac.ini:
>
> repository_dir = https://user:[EMAIL PROTECTED]/trac/exapmle
> repository_type = svn
>
> Problem is:
> URL in TracError as only one '/' but in repository_dir has two '/' how
> to solve this?

Please reread the Trac FAQ and install guide. There is no support for  
remote repositories, and it doesn't look likely to happen soon. You  
will need to give the filesystem path to the repository itself,  
possibly using svnsync or a network filesystem for remote access/ 
mirroring.

--Noah

--Noah

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to