Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc2.patch |
Modifier and Type | Method and Description |
---|---|
static SvnPatchTarget |
SvnPatchTarget.applyPatch(SvnPatch patch,
java.io.File workingCopyDirectory,
int stripCount,
SVNWCContext context,
boolean ignoreWhitespace,
boolean removeTempFiles) |
private static SvnPatchTarget |
SvnPatchTarget.initPatchTarget(SvnPatch patch,
java.io.File workingCopyDirectory,
int stripCount,
boolean removeTempFiles,
SVNWCContext context) |
Modifier and Type | Method and Description |
---|---|
private static void |
SvnPatchTarget.applyHunk(SvnPatchTarget target,
SvnTargetContent targetContent,
SvnHunkInfo hunkInfo,
java.lang.String propName) |
private static void |
SvnPatchTarget.rejectHunk(SvnPatchTarget target,
SvnDiffHunk hunk,
java.lang.String propName) |