Uses of Class
org.tigris.subversion.javahl.SubversionException
Packages that use SubversionException
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
-
Uses of SubversionException in org.tigris.subversion.javahl
Subclasses of SubversionException in org.tigris.subversion.javahlModifier and TypeClassDescriptionclassThis exception is thrown whenever something goes wrong in the Subversion JavaHL binding's JNI interface.(package private) classThis exception is thrown whenever something goes wrong in the Subversion JavaHL binding's JNI code.Methods in org.tigris.subversion.javahl that throw SubversionExceptionModifier and TypeMethodDescriptionSVNClient.getMergeinfo(java.lang.String path, Revision pegRevision) SVNClientInterface.getMergeinfo(java.lang.String path, Revision pegRevision) Get mergeinfo forpathatpegRevision.SVNClientSynchronized.getMergeinfo(java.lang.String path, Revision pegRevision) ConflictResolverCallback.resolve(ConflictDescriptor descrip) The callback method invoked for each conflict during a merge/update/switch operation.voidSVNClient.resolve(java.lang.String path, int depth, int conflictResult) voidSVNClientInterface.resolve(java.lang.String path, int depth, int conflictResult) Resolves the conflicted state on a WC path (or tree).voidSVNClientSynchronized.resolve(java.lang.String path, int depth, int conflictResult) voidSVNAdmin.setRevProp(java.lang.String path, Revision rev, java.lang.String propName, java.lang.String propValue, boolean usePreRevPropChangeHook, boolean usePostRevPropChangeHook) Change the value of the revision propertypropNametopropValue.java.lang.String[]SVNClient.suggestMergeSources(java.lang.String path, Revision pegRevision) java.lang.String[]SVNClientInterface.suggestMergeSources(java.lang.String path, Revision pegRevision) Return an ordered list of suggested merge source URLs.java.lang.String[]SVNClientSynchronized.suggestMergeSources(java.lang.String path, Revision pegRevision) -
Uses of SubversionException in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl that throw SubversionExceptionModifier and TypeMethodDescriptionSVNClientImpl.getMergeinfo(java.lang.String path, Revision revision) java.lang.String[]SVNClientImpl.suggestMergeSources(java.lang.String path, Revision pegRevision)