#3012: r3118 exception in browser
------------------------------------+---------------------------------------
 Reporter:  athomas                 |        Owner:  cboos   
     Type:  defect                  |       Status:  assigned
 Priority:  high                    |    Milestone:  0.10    
Component:  browser                 |      Version:  devel   
 Severity:  major                   |   Resolution:          
 Keywords:  unicode browser config  |  
------------------------------------+---------------------------------------
Changes (by cboos):

  * status:  new => assigned

Comment:

 Oops, but it's strange that I don't have a problem with this...

 Can you try this fix:
 {{{
 #!diff
 Index: trac/versioncontrol/svn_fs.py
 ===================================================================
 --- svn_fs.py   (revision 3118)
 +++ svn_fs.py   (working copy)
 @@ -265,7 +283,7 @@

          # Remove any trailing slash or else subversion might abort
          path = os.path.normpath(path).replace('\\', '/')
 -        self.path = repos.svn_repos_find_root_path(path, self.pool())
 +        self.path = repos.svn_repos_find_root_path(_to_svn(path),
 self.pool())
          if self.path is None:
              raise TracError("%s does not appear to be a Subversion
 repository." \
                              % path)
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/3012>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to