[Trac-tickets] Re: [The Trac Project] #2560: browser requests fail with an exception related to svn

The Trac Project noreply at edgewall.com
Mon Jun 5 13:03:31 CDT 2006


#2560: browser requests fail with an exception related to svn
---------------------------------------+------------------------------------
 Reporter:  chad.campbell at cummins.com  |        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/>


More information about the Trac-Tickets mailing list