Uses of Class
org.apache.subversion.javahl.SubversionException
-
Packages that use SubversionException Package Description org.apache.subversion.javahl org.apache.subversion.javahl.callback org.tmatesoft.svn.core.javahl17 -
-
Uses of SubversionException in org.apache.subversion.javahl
Subclasses of SubversionException in org.apache.subversion.javahl Modifier and Type Class Description class
ClientException
This exception is thrown whenever something goes wrong in the Subversion JavaHL binding's JNI interface.Methods in org.apache.subversion.javahl that throw SubversionException Modifier and Type Method Description Mergeinfo
ISVNClient. getMergeinfo(java.lang.String path, Revision pegRevision)
Get mergeinfo forpath
atpegRevision
.Mergeinfo
SVNClient. getMergeinfo(java.lang.String path, Revision pegRevision)
void
ISVNClient. resolve(java.lang.String path, Depth depth, ConflictResult.Choice conflictResult)
Resolves the conflicted state on a WC path (or tree).void
SVNClient. resolve(java.lang.String path, Depth depth, ConflictResult.Choice conflictResult)
void
ISVNRepos. setRevProp(java.io.File path, Revision rev, java.lang.String propName, java.lang.String propValue, boolean usePreRevPropChangeHook, boolean usePostRevPropChangeHook)
Change the value of the revision propertypropName
topropValue
.void
SVNRepos. setRevProp(java.io.File path, Revision rev, java.lang.String propName, java.lang.String propValue, boolean usePreRevPropChangeHook, boolean usePostRevPropChangeHook)
java.util.Set<java.lang.String>
ISVNClient. suggestMergeSources(java.lang.String path, Revision pegRevision)
Return an ordered list of suggested merge source URLs.java.util.Set<java.lang.String>
SVNClient. suggestMergeSources(java.lang.String path, Revision pegRevision)
-
Uses of SubversionException in org.apache.subversion.javahl.callback
Methods in org.apache.subversion.javahl.callback that throw SubversionException Modifier and Type Method Description ConflictResult
ConflictResolverCallback. resolve(ConflictDescriptor descrip)
The callback method invoked for each conflict during a merge/update/switch operation. -
Uses of SubversionException in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that throw SubversionException Modifier and Type Method Description Mergeinfo
SVNClientImpl. getMergeinfo(java.lang.String path, Revision pegRevision)
void
SVNClientImpl. resolve(java.lang.String path, Depth depth, ConflictResult.Choice conflictResult)
void
SVNReposImpl. setRevProp(java.io.File path, Revision rev, java.lang.String propName, java.lang.String propValue, boolean usePreRevPropChangeHook, boolean usePostRevPropChangeHook)
java.util.Set<java.lang.String>
SVNClientImpl. suggestMergeSources(java.lang.String path, Revision pegRevision)
-