Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To check out code to make a full build of the core software using the trunk:

Code Block
none
none
cd work
setenv SVNROOT file:///afs/slac/g/cci/repositories/ctkrepo
svn checkout ${SVNROOT}/workspace/trunk workspace
cd workspace
svn checkout ${SVNROOT}/bootstrap/trunk bootstrap
svn checkout ${SVNROOT}/cm/trunk cm
svn checkout ${SVNROOT}/configuration/trunk configuration
svn checkout ${SVNROOT}/oldPpi/trunk oldPpi 
svn checkout ${SVNROOT}/platform/trunk platform 
svn checkout ${SVNROOT}/ppi/trunk ppi 
svn checkout ${SVNROOT}/rtems/trunk rtems 
svn checkout ${SVNROOT}/service/trunk service 
svn checkout ${SVNROOT}/tool/trunk tool 

...