id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 9125,Warning: Failed write operation: cannot import name client,ksariash,Alex Willmer,"The plugin fails when trying to create a new folder with the error: `Warning: Failed write operation: cannot import name client` I did some digging and was able to track down the error {{{ File: trac_browser_svn_ops/svn_fs.py # have to avoid importing this from the svn bindings directly, # see #define bug #420 SubversionConnector(env) from trac.versioncontrol.svn_fs import core, fs, repos, client }}} 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: {{{ Warning: Delete failed: ('The root directory cannot be deleted', 160021) }}}",defect,new,normal,BrowserSvnOperationsPlugin,normal,,,,0.12