#2560: browser requests fail with an exception related to svn
---------------------------------------+------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: cboos
Type: defect | Status: assigned
Priority: normal | Milestone:
Component: tracd | Version: 0.9.2
Severity: normal | Resolution:
Keywords: |
---------------------------------------+------------------------------------
Comment (by anonymous):
Adding some debugging to trac/versioncontrol/svn_fs.py, it seems that in
SubversionRepository.__init__():
{{{
path = os.path.normpath(path).replace('\\', '/')
}}}
returns the path of the SVN repo.
However:
{{{
self.path = repos.svn_repos_find_root_path(path, self.pool())
}}}
returns NULL
Any idea why?
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2560>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets