Re: One API to handle adding and updating files

2013-12-04 Thread Dmitry Pavlenko
Hello, > Hello, > > I'm using SVNKIT 1.8 with SVN 1.8.5 and the SVN protocol to attempt to add > files in bulk to my SVN repository. I would like to have one method for > adding and updating files and the below code successfully handles both when > using the FILE protocol since the editor.addFil

One API to handle adding and updating files

2013-12-03 Thread cgswtsu78
abort(editor); throw new Exception(ex.toString(), ex); } finally { closeSession(repo); } } -- View this message in context: http://subversion.1072662.n5.nabble.com/One-API-to-handle-adding-and-updating-files-tp186109.html Sent from the SVNKit - Users mai