Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc.patch |
Modifier and Type | Method and Description |
---|---|
SVNPatchHunkInfo |
SVNPatchTarget.getHunkInfo(SVNPatchHunk hunk,
int fuzz)
Determine the line at which a HUNK applies to the TARGET file, and return
an appropriate hunk_info object in *HI, allocated from RESULT_POOL.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNPatchTarget.applyHunk(SVNPatchHunkInfo hi)
Write the modified text of hunk described by HI to the patched stream of
TARGET.
|
void |
SVNPatchTarget.rejectHunk(SVNPatchHunkInfo hi)
Write the diff text of the hunk described by HI to the reject stream of
TARGET, and mark TARGET as having had rejects.
|