Difference between revisions of "Documentation/Building Guide/Building on MacOSX/checkout for milestones before m32"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: For previous milestones (means before m31) : cvs is mandatory => Prepare a directory for the source download <code> mkdir DEV300_m30 cd DEV300_m30 </code> <code> export CVSROOT=":ps...)
 
Line 1: Line 1:
 +
==== OBSOLETE : Get the source from CVS (only for old milestones i.e. before DEV300m32) ====
 +
 
For previous milestones (means before m31) : cvs is mandatory  
 
For previous milestones (means before m31) : cvs is mandatory  
  

Revision as of 18:48, 16 December 2008

OBSOLETE : Get the source from CVS (only for old milestones i.e. before DEV300m32)

For previous milestones (means before m31) : cvs is mandatory

=> Prepare a directory for the source download

mkdir DEV300_m30
cd DEV300_m30

export CVSROOT=":pserver:anoncvs@anoncvs.services.openoffice.org:/cvs"
cvs login
(password is 'anoncvs' )  + Enter
cvs -z3 co -r DEV300_m30 OpenOffice3 swext apache-commons tomcat hyphen  hunspell cppunit # don't forget the "3" !! 

Note: swext, tomcat, etc. in the cvs checkout are needed to prevent breakages at buildtime

Personal tools