Changes between Version 2 and Version 3 of Ticket #9125


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9125 – Description

    v2 v3  
    11The plugin fails when trying to create a new folder with the error:
    2 Warning: Failed write operation: cannot import name client
     2`Warning: Failed write operation: cannot import name client`
    33
    44I did some digging and was able to track down the error
     
    1111}}}
    1212
    13 The 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:
     13The 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:
     14
     15{{{
    1416Warning: Delete failed: ('The root directory cannot be deleted', 160021)
     17}}}