Hi Alexander, Thanks for fast response.
Some time ago I did ask for "File Factory" to use wc at database. It looks simple if it's no implemented yet. Any comments on that? On Sun, Feb 19, 2012 at 9:19 PM, Alexander Kitaev <[email protected]> wrote: > > any documentation or use example for SvnOperationFactory? > > Not in this beta1 build, but it is more or less straightforward: > > SvnOperationFactory of = new SvnOperationFactory(); > > SvnUpdate up = of.createUpdate(); > up.setSingleTarget(SvnTarget.fromFile(path)); > up.setDepth(SVNDepth.INFINITY); > up.run(); > -- Dmitriy Shabanov
