To move the CVS code repository (Done, 0703CDT, 27 June 2002) Login to cdfsga.fnal.gov as cdfcvs using setup cdfsoft2 development sshagent ssh cdfcvs@cdfsga and issue cp repository_move.msg .shutdown # NOT FOR PRACTICE You might want to check for unwanted garbage with bin/LockScan bin/CoreScan then bin/Move_repository run2 cdfsoft cdfpca This will take about 30 minutes. Then login to cdfpca as cdfcvs and issue cd rm -rf run2/* tar -xf ~cdfsoft/run2_work/run2.tar cd run2/CVSROOT edit "log" changing $year = `date +%Y"` ; chop($year) ; to $year = `date +%Y` ; chop($year) ; edit "passwd" changing anonymous:g9MJuGuSpfV36:cdfcvs to anonymous::cdfcvs <============ Remainder for Zoom repository move =============> edit "CVSROOT/check_access" changing #!/usr/local/bin/perl to #!/usr/bin/env perl And "*", "kreymer rharris sexton wb zoom", to "*", "debaun kreymer rharris sexton wb zoom", Exit from cdfpca Issue the following in a convenient directory setenv ZOOMW cvsuser@cdfpca.fnal.gov:/usr/people/cvsuser/repository cvs -d $ZOOMW checkout CVSROOT edit "CVSROOT/check_access" changing #!/usr/local/bin/perl to #!/usr/bin/env perl And "*", "kreymer rharris sexton wb zoom", to "*", "debaun kreymer rharris sexton wb zoom", cvs -d $ZOOMW commit -m "Moved to cdfpca" check_access You're done!