#2611: Problem with SVN bindings (SVN 1.3.0, Trac r2771)
-----------------------------+----------------------------------------------
 Reporter:  Manuzhai         |        Owner:  cmlenz
     Type:  defect           |       Status:  new   
 Priority:  high             |    Milestone:  0.9.4 
Component:  version control  |      Version:  devel 
 Severity:  major            |   Resolution:        
 Keywords:                   |  
-----------------------------+----------------------------------------------
Comment (by cboos):

 I've not been able to investigate and reproduce this myself,
 but could you try the following?
 {{{
 Index: svn_fs.py
 ===================================================================
 --- svn_fs.py   (revision 2819)
 +++ svn_fs.py   (working copy)
 @@ -28,7 +28,7 @@
  from trac.versioncontrol.svn_authz import SubversionAuthorizer

  try:
 -    from svn import fs, repos, core, delta
 +    from svn import core, fs, repos, delta
      has_subversion = True
  except ImportError:
      has_subversion = False
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2611>
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