Using the RAL XRootD fork

Using the RAL XRootD fork

Cloning the repo

git -b <branch_name> https://github.com/stfc/xrootd.git

Notable Branches

vXpatched - the current production ready RAL version of the

master - the master branch is used purely to keep track of upstream changes. Please do not merge into
master

Adding features

clone the baseline version (vXpatched) of the current latest version

git checkout -b <your_branch_name>

make your changes

git push origin <your_branch_name>

create a pull request from your branch to stfc/vXpatched

do a code review on files changed