Interface VersionControlSystem
Allows the user to perform generic version control operations in ways
specified by the underlying implementations.
- Since:
- 4.4
-
Method Summary
Modifier and TypeMethodDescriptionReturns aSetofVersionRefs representing versions of a software package as they are known to the version control system.populate(File versionDir, VersionRef ref, VersionControlSpec spec) Populates a working directory underversionDirwith the latest state of the version control repository from thespecand returns the working directory.
-
Method Details
-
getAvailableVersions
Returns aSetofVersionRefs representing versions of a software package as they are known to the version control system. -
populate
Populates a working directory underversionDirwith the latest state of the version control repository from thespecand returns the working directory.
-