[Trac-tickets] Re: [The Trac Project] #2651: null argument to internal routine in Browse Source

The Trac Project noreply at edgewall.com
Thu Feb 2 10:16:29 CST 2006


#2651: null argument to internal routine in Browse Source
------------------------------+---------------------------------------------
 Reporter:  c.unfried at hcs.at  |        Owner:  cboos   
     Type:  defect            |       Status:  assigned
 Priority:  high              |    Milestone:          
Component:  version control   |      Version:  0.9.3   
 Severity:  major             |   Resolution:          
 Keywords:                    |  
------------------------------+---------------------------------------------
Comment (by cboos):

 Try upgrading to the 1.3.0 bindings: that won't solve
 your problem per se, but will probably give you a more
 detailed error message.

 For instance, after some changes in the Samba config
 of the remote share, I didn't have access anymore
 to one of the repo file: 1.2.3 simply produced an
 internal error, whereas 1.3.0 gave me this during `resync`:
 {{{
 Command failed: ("Can't open file
 '\\\\dmachine\\profiles\\testfsfs\\db\\current': Access is denied.  ",
 720005)
 }}}

 Ok, in that particular case, I could also get that error
 simply by trying to do an `svnadmin dump`:
 {{{
 svnadmin: Can't open file '\\dmachine\profiles\testfsfs\db\current':
 Access is denied.
 }}}

 But if `svnadmin dump R:\CodeRepository` works for you and not the
 `resync`,
 try the upgrade.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2651>
The Trac Project <http://trac.edgewall.com/>


More information about the Trac-Tickets mailing list