|
|||||||||||
|
Re: some cvs use question
From: Dan Weeks <danimal(at)danimal.org>
Date: Sat Nov 16 2002 - 12:53:51 EST
>>>>> "c" == "cu34 " <ghost>:
c> 1. c> cvs -q get -rOPENBSD_3_2 src -P = cvs co -rOPENBSD_3_2 src ? c> (co = commit?) co = checkout. yes, get is the same as co. from the cvs(1) man page:
checkout [options] modules...
[...]
Synonyms: co, get
c> 2.
c> If i cvs -rOPENBSD_3_2 co src, c> the source tree would same with the source from sr.tgz on CD + patch? well, that command won't work, the -rOPENBSD_3_2 needs to be after the "co." That said OPENBSD_3_2 is not the same as the CD (or OPENBSD_3_2_BASE) plus patches, OPENBSD_3_2 is the stable branch and not everything that goes into that branch becomes a patch. c> 3. c> cvs checkout -P -rOPENBSD_3_2 src = cvs up -rOPENBSD_3_2 src -Pd ? c> (up = update?) no, checkout is obtaining for the first time. up, which is synonymous with update, is bringing the already existing source tree up to date. if you have no source tree you can't update. c> 4. c> If i just want to cvs the part of i386 arch but don't want the source of game, c> how should i do? you're on your own there, i see no need to do this. If you want to not build games that's another matter, search the mailing list archives for SKIPDIR. c> 5. c> every time i use cvs were use a lot of time, c> i don't know if it always download all files everytime, c> or it has compar the file with locale and cvs server? c> I mean:how can i finish cvs quickly after i firsttime use cvs? it has to compare local and remote files every time. patience is probably your friend. -dan Received on Sat Nov 16 13:01:38 2002 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:31:34 EDT |
||||||||||
|
|||||||||||