X-Original-To: [EMAIL PROTECTED] From: "Jim.Hyslop" <[EMAIL PROTECTED]> Date: Thu, 3 Jun 2004 14:43:14 -0400
[EMAIL PROTECTED] wrote: > OK, but how does one get a project started without using import? The > Cederqvist manual gives no other way to start a project besides using > import (ch. 3). And going over all the commands listed with cvs > --help-commands, I don't see any other command to start a project > with. That's because there is no single command to do that. You need to add an entry to the CVSROOT/modules file, then create the corresponding directory in the repository and check it out. From there, you use 'cvs add'. I suppose I could always do something like % cvs im -I'*' -I'.*' -m '' Foo x xx Surprisingly enough (to me at least), if I do this, then afterwards CVS doesn't even recognize the vendor tag: % cvs co -d . -r x Foo cvs [checkout aborted]: no such tag x > BTW, what got me started looking into all this was trying to find some > algorithm for determining the branch (if any) a given checked out > revision belongs to, based on the info genertated by "cvs status -v". > As best as I can figure, this is the algorithm: [etc]. Wouldn't it just be easier to look at the "sticky tags" field of the status report? Or am I missing something here? No, except for my uncanny talent for making things more complicated than they need to be :) . Thanks! kynn _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs
