Changes between Version 9 and Version 10 of Obsolete/Development/Templates/Components
- Timestamp:
- Jan 21, 2008, 11:48:36 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/Development/Templates/Components
v9 v10 55 55 '''Reminder''' - If you need to checkout a quattor CVS sourcetree, you can do the following : 56 56 {{{ 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 ! 61 export CVSROOT=:ext:username@isscvs.cern.ch/local/reps/elfms 62 export CVS_RSH=ssh 63 58 64 #cvs co -d <directory> <quattor module> 59 65 #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 66 cvs co -d quattorcvs quattor/ncm-components/lcg-2 quattor/quattor-build-tools 63 67 }}}