Changes between Initial Version and Version 2 of Ticket #9125


Ignore:
Timestamp:
Jan 21, 2012, 10:02:56 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9125 – Description

    initial v2  
    33
    44I did some digging and was able to track down the error
    5 
     5{{{
    66File: trac_browser_svn_ops/svn_fs.py
    77        # have to avoid importing this from the svn bindings directly,
     
    99        SubversionConnector(env)
    1010        from trac.versioncontrol.svn_fs import core, fs, repos, client
     11}}}
    1112
    1213The error is fixed if "trac.versioncontrol.svn_fs" is replaced with "svn", but the comment says that should be avoided, not sure why. If I change the import line, I'm unable to delete files. I get this error: