What is the difference between these two cvs commands? I know what the first
one does... checks out the source code to stable and assumes a CVSROOT is
around... but is the second command not the same? I understand all the
options... except for 'get'... how is that different from checkout?

cvs checkout -P -rOPENBSD_4_2 src
cvs -qd [EMAIL PROTECTED]:/cvs get -rOPENBSD_4_2 -P src

Also, if one has the source tar files, neither of those commands are needed,
right? Won't this alone do (assuming the tar files have been extracted to
the appropriate areas):

# Do this for /usr/src /usr/ports and /usr/src/xenocara
cvs -q up -rOPENBSD_4_2 -Pd

OpenBSD docs are rather good, but IMO, "http://openbsd.org/anoncvs.html";
could be simplified somewhat.
-- 
View this message in context: 
http://www.nabble.com/Question-about-AnonCVS-Instructions-tf4886332.html#a13985918
Sent from the openbsd user - misc mailing list archive at Nabble.com.

Reply via email to