|
⇤ ← Revision 1 as of 2015-07-14 13:50:12
Size: 173
Comment:
|
Size: 394
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| Checkout out the repository (trunk): | == Checkout out the main branch: == |
| Line 3: | Line 3: |
| '''CVS''' | |
| Line 4: | Line 5: |
| # CVS | |
| Line 9: | Line 9: |
| '''git''' {{{ git clone /space/freesurfer/repo/freesurfer }}} Checkout the stable branch: {{{ # CVS export CVSROOT=/space/repo/1/dev cvs checkout -r stable6 dev }}} |
|
| Line 11: | Line 24: |
| git clone /space/freesurfer/repo/freesurfer | git clone -b stable6 /space/freesurfer/repo/freesurfer |
| Line 13: | Line 26: |
Replace a data file: |
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:
