d4j-checkout -- checkout a particular project version.
d4j-checkout -p project_id -v version_id -w work_dir
This script checks out a buggy or a fixed project version to the provided working directory.
project_id
The id of the project for which a particular version shall be checked out. See Project module for available project IDs.
version_id
The version id that shall be checked out. Format: \d+[bf]
.
The working directory to which the buggy or fixed project version shall be checked out. The working directory has to be either empty or a previously used working directory.
ALL files in a previously used working directory are deleted prior to checking out the requested project version.