Differences between revisions 2 and 69 (spanning 67 versions)
Revision 2 as of 2015-07-20 15:36:52
Size: 394
Editor: ZekeKaufman
Comment:
Revision 69 as of 2019-02-03 13:21:59
Size: 0
Editor: AndrewHoopes
Comment: no longer needed
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Checkout out the main branch: ==

'''CVS'''
{{{
export CVSROOT=/space/repo/1/dev
cvs checkout dev
}}}

'''git'''
{{{
git clone /space/freesurfer/repo/freesurfer
}}}


Checkout the stable branch:
{{{
# CVS
export CVSROOT=/space/repo/1/dev
cvs checkout -r stable6 dev
}}}

{{{
# git
git clone -b stable6 /space/freesurfer/repo/freesurfer
}}}


Replace a data file: