This project is NOT the official tclap repository.
It is a fork of tclap sources hosted at https://sourceforge.net/p/tclap/code.
It is used as staging area to maintain and test patches that will be contributed back to the official repository.
Each branch is named following the pattern slicer-YYYY-MM-DD-vY.Y.Z-SHA{N}
where:
vX.Y.Z
is the version of the forked projectYYYY-MM-DD
is the date of the last official commit associated with the branch.SHA{N}
are the first N characters of the last official commit associated with the branch.
For more details, see https://www.slicer.org/wiki/Documentation/Nightly/Developers/ProjectForks
- Clone this repository and add a remote to the official project
git clone git://github.com/slicer/tclap
cd tclap
git remote add upstream https://git.code.sf.net/p/tclap/code
git fetch upstream
-
Create a new branch following the convention
slicer-YYYY-MM-DD-vY.Y.Z-SHA{N}
-
Cherry-pick the Slicer specific commits from last branch. Resolve conflict as needed.
-
To test the changes, locally rebuild SlicerExecutionModel.
-
Publish the branch. (directly in this repo if you have push rights, or on a fork)
-
Update SlicerExecutionModel and submit a pull request.
Ask on https://discourse.slicer.org/
If you have questions, see https://discourse.slicer.org/