Changes between Version 9 and Version 10 of Obsolete/Development/Templates/Components


Ignore:
Timestamp:
Jan 21, 2008, 11:48:36 AM (18 years ago)
Author:
/O=GRID-FR/C=FR/O=CEA/OU=DAPNIA/CN=Frederic Schaer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/Development/Templates/Components

    v9 v10  
    5555'''Reminder''' - If you need to checkout a quattor CVS sourcetree, you can do the following :
    5656{{{
    57 export CVSROOT=:pserver:anonymous@isscvs.cern.ch:/local/reps/elfms
     57# anonymous login
     58#export CVSROOT=:pserver:anonymous@isscvs.cern.ch:/local/reps/elfms
     59
     60#read write login - change the username !
     61export CVSROOT=:ext:username@isscvs.cern.ch/local/reps/elfms
     62export CVS_RSH=ssh
     63
    5864#cvs co -d <directory> <quattor module>
    5965#for instance :
    60 cvs co -d quattorcvs quattor/ncm-components/lcg-2
    61 #you also ned quattor build tools :
    62 cvs co -d quattorcvs quattor/quattor-build-tools
     66cvs co -d quattorcvs quattor/ncm-components/lcg-2 quattor/quattor-build-tools
    6367}}}