#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 cboos):

 to [EMAIL PROTECTED]:

 There's something which I find strange: the `SystemError: null arg...`
 sounds like a generic SVN 1.1.x error to me. In 1.3.0, it's usually
 `SubversionException: ...`. Anyway, the stack trace would look different
 if that was really 1.3.0. You can check this by adding:
 {{{
 from svn import core
 print core.SVN_VER_MAJOR, core.SVN_VER_MINOR
 }}}
 in the script.

 I think you're still using the 1.1.4 bindings and you try to open a 1.3.0
 repository with them.

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

Reply via email to