Class SVNCopySource
java.lang.Object
org.tigris.subversion.svnclientadapter.SVNCopySource
-
Constructor Summary
ConstructorsConstructorDescriptionSVNCopySource
(String path, SVNRevision revision, SVNRevision pegRevision) Create a new instance. -
Method Summary
-
Constructor Details
-
SVNCopySource
Create a new instance.- Parameters:
path
-revision
- The source revision.pegRevision
- The peg revision. Typically interpreted asorg.tigris.subversion.javahl.SVNRevision#HEAD
whennull
.
-
-
Method Details
-
getPath
- Returns:
- The source path or URL.
-
getRevision
- Returns:
- The source revision.
-
getPegRevision
- Returns:
- The peg revision.
-