7da9b908054e075d9a03a1204f143083ca0d0772 max Thu Aug 19 02:45:36 2021 -0700 encouraging users to contact us in error messages, refs #28013 diff --git src/hg/htdocs/admin/cvs.html src/hg/htdocs/admin/cvs.html index 392a4c1..9dae3ed 100755 --- src/hg/htdocs/admin/cvs.html +++ src/hg/htdocs/admin/cvs.html @@ -1,55 +1,15 @@ -
-We switched our source code control system from CVS to git on June 12, 2010. This page is -OBSOLETE. For more details, please see -CVS to Git -Migration.
+We switched our source code control system from CVS to git on June 12, 2010. +please see our page about git access. --csh or tcsh:
-setenv CVSROOT :pserver:anonymous@genome-test.soe.ucsc.edu:/cbse
--bash or sh:
-export CVSROOT=:pserver:anonymous@genome-test.soe.ucsc.edu:/cbse
-cvs login
-Logging in to :pserver:anonymous@genome-test.soe.ucsc.edu:2401/cbse
-CVS password: genome
-cvs co -P -rbeta kent
-cvs server: Updating kent
-cvs server: Updating kent/cvsTest
-U kent/cvsTest/.cvsignore
-U kent/cvsTest/README
-U kent/cvsTest/makefile
-U kent/cvsTest/test.c
-U kent/cvsTest/test.doc
-U kent/cvsTest/test.h
-cvs server: Updating kent/src
-U kent/src/README
-etc...
-
--To update an existing source tree, use the command: cvs update -A -d -P -rbeta. -At a minimum, you should update your source tree biweekly. The Genome Browser is under continual -development; as a result, significant enhancements and new features are added on a regular basis. -A new beta tag marks The new release of the code, usually every two weeks, is marked with a new -beta tag.
--After an update the source tree can be rebuilt with the sequence: -
cd kent/src
-make clean
-make cgi
--The "make clean" step is important.
--See also: the README files in the source tree directory src/product/README.*.
-For comments or questions, contact genome-mirror@cse.ucsc.edu.