Checkout older working copy format?

2014-06-06 Thread Dale Anson
I'm updating the svn plugin for jEdit, which uses svnkit, to svnkit 1.8.5. With previous versions (1.7.9 and earlier, anyway), it was possible to set the desired working copy format. This doesn't seem possible with 1.8.5. I was using code like this: SVNUpdateClient client = clientManager.getUpdat

Re: Checkout older working copy format?

2014-06-06 Thread Dmitry Pavlenko
Hello Dale, Please have a look at my answer to a similar question: http://issues.tmatesoft.com/issue/SVNKIT-495 I hope this helps. client.getOperationsFactory().setPrimaryWcGeneration( SvnWcGeneration.V16 ); statement is not the valid way SVNKit API should be used. Use svnOperationFactory.crea

Re: Checkout older working copy format?

2014-06-06 Thread Dale Anson
Perfect! Thank you! On Jun 6, 2014 4:42 PM, "Dmitry Pavlenko" wrote: > Hello Dale, > Please have a look at my answer to a similar question: > > http://issues.tmatesoft.com/issue/SVNKIT-495 > > I hope this helps. > > client.getOperationsFactory().setPrimaryWcGeneration( SvnWcGeneration.V16 > ); >