[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: JavaHL question

From: Daniel Shahaf <danielsh_at_apache.org>
Date: Tue, 20 Dec 2016 18:39:04 +0000

Walter Klust wrote on Tue, Dec 20, 2016 at 14:16:18 +0100:
> I have a question regarding the current state of the JavaHL bindings on
> 1.9/trunk : Are the usecases "import, delete and commit items without
> working copy" supported ?

I think this should be possible through ISVNRemote.getCommitEditor()
[1]. However, that interface returns an ISVNEditor, which is marked as
experimental. (It wraps the experimental svn_editor_t, not the classic
/ stable svn_delta_editor_t.)

"Experimental" means the interface is not subject to the usual backwards
compatibility promises.

Cheers,

Daniel

[1] https://subversion.apache.org/docs/javahl/1.9/org/apache/subversion/javahl/ISVNRemote.html#getCommitEditor%28java.util.Map,%20org.apache.subversion.javahl.callback.CommitCallback,%20java.util.Set,%20boolean,%20org.apache.subversion.javahl.ISVNEditor.ProvideBaseCallback,%20org.apache.subversion.javahl.ISVNEditor.ProvidePropsCallback,%20org.apache.subversion.javahl.ISVNEditor.GetNodeKindCallback%29

> kind regards
>
> Walter Klust
>
Received on 2016-12-20 19:44:10 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.