<<

NAME

d4j-checkout -- checkout a particular project version.

SYNOPSIS

  d4j-checkout -p project_id -v version_id -w work_dir

DESCRIPTION

This script checks out a buggy or a fixed project version to the provided working directory.

OPTIONS

-p project_id

The id of the project for which a particular version shall be checked out. See Project module for available project IDs.

-v version_id

The version id that shall be checked out. Format: \d+[bf].

-w work_dir

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.

<<