Version Control Plugin (quokka.plugin.versioncontrol:0.3, namespace=versioncontrol)

The Version Control plugins defines abstract targets for version control operations that can be implemented by other plugins.

Abstract Targets

cleanup Attempt to clean up a working copy in inconsistent state
checkout Checks out a working copy from version control
commit Commits any changes to version control from the working copy
update Updates the working copy with the latest changes from version control
tag Tags the current working copy
branch Branches the current working copy
status Shows the current status of the working copy
revert Reverts the the working copy to the match the same version contained in the repository
verify-committed Verifies that the working copy does not contain any uncommitted changes and is suitable for branching or tagging
verify-releasable Verifies the working copy is releasable. Usually like verify-committed, but permitting the project version to the modified.

cleanup

Attempt to clean up a working copy in inconsistent state


checkout

Checks out a working copy from version control


commit

Commits any changes to version control from the working copy


update

Updates the working copy with the latest changes from version control


tag

Tags the current working copy


branch

Branches the current working copy


status

Shows the current status of the working copy


revert

Reverts the the working copy to the match the same version contained in the repository


verify-committed

Verifies that the working copy does not contain any uncommitted changes and is suitable for branching or tagging


verify-releasable

Verifies the working copy is releasable. Usually like verify-committed, but permitting the project version to the modified.


Plugin Paths

runtime : Runtime class path