Good ${time of the day} I would like to perform multiple copy and delete operations within a single SVN transaction (revision), the same way svnmucc [1] does it, only using SVNKit. Essentially I would like to combine multiple SvnRemoteDelete, SvnRemoteCopy, SvnRemoteMkDir operations into a single atomic commit.
Could someone familiar with SVNKit APIs point me in the right direction? Oleg [1] http://svnbook.red-bean.com/en/1.8/svn.ref.svnmucc.re.html