Checking out: Setting environment on csh: setenv CVSROOT dsl_il@regular.cs.wisc.edu:/p/condor/repository/CONDOR_SRC setenv CVS_RSH ssh or Setting environment on bash: export CVSROOT=dsl_il@regular.cs.wisc.edu:/p/condor/repository/CONDOR_SRC export CVS_RSH ssh cvs co -r V6_8-Technion_ha1-branch src cvs co -r V6_8-Technion_ha1-branch imake cvs co -r V6_8-Technion_ha1-branch config cvs co -r V6_8-Technion_ha1-branch NTconfig cvs co V6_8_EXT | cvs co externals (the first option saves disk space) Change the Top macro inside config/site.def file to point to the directory, where all the checked out files were stored Compilation [from within src directory]: cd src ./build_init ./configure make | make release | make public