Changes between Version 8 and Version 9 of Doc/SCDB/Git


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/SCDB/Git

    v8 v9  
    102102{{{
    103103cd .git
    104 rm -rf refs logs info description config
    105 ln -s ../../../.git/refs
    106 ln -s ../../../.git/logs
    107 ln -s ../../../.git/info
    108 ln -s ../../../.git/config
    109 ln -s ../../../.git/description
     104for filedir in refs logs info description config; do rm -Rf $filedir; ln -s ../../../.git/$filedir; done
    110105cd ..
    111106#Use the appropriate branch name for each subdirectory