[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: how do i use cvs to make potato boot floppies?



On Sun, Oct 24, 1999 at 02:53:33AM +1000, Glenn McGrath wrote:
> The best i can guess is i do something like cvs checkout -d something.
> Whatever i seem to type after the -d it just responds with
> "Please use the -d option"
> i am bloody using the -d option

CVS likes to confuse your puny human brain by making options mean different
things depending on where you put them in argv.

If you say 'cvs checkout -d foo', then '-d' is an option to 'checkout', and
it means something different, namely, what directory to check the module out
in.

The oh-so-helpful error message wants you to use 'cvs -d foo checkout' which
specifies the repository.

You may want to read the CVS info pages (in the cvs-doc package) a few times
to get the hang of this.

-- 
   Everything should be clear by now, so you won't need any examples.
       - from the CLC-INTERCAL manual (http://www.assurdo.com/INTERCAL/)


Reply to: