Changes between Version 6 and Version 7 of Doc/SCDB/Git


Ignore:
Timestamp:
Feb 24, 2010, 7:05:10 PM (16 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/SCDB/Git

    v6 v7  
    101101 * Go into each directory and do the following using the appropriate branch created previously:
    102102{{{
    103 rm -rf .git/refs .git/logs .git/info .git/description .git/config
    104 ln -s ../../.git/refs .git/refs
    105 ln -s ../../.git/logs .git/logs
    106 ln -s ../../.git/info .git/info
    107 ln -s ../../.git/config .git/config
    108 ln -s ../../.git/description .git/description
     103cd .git
     104rm -rf refs logs info description config
     105ln -s ../../../.git/refs .git/refs
     106ln -s ../../../.git/logs .git/logs
     107ln -s ../../../.git/info .git/info
     108ln -s ../../../.git/config .git/config
     109ln -s ../../../.git/description .git/description
     110cd ..
    109111#Use the appropriate branch name for each subdirectory
    110112git checkout ant-1.7.1