[openbeos] Re: CVS Tutorial Wrong on OpenBeOS??

  • From: Michael Pfeiffer <michael.pfeiffer@xxxxxxxxx>
  • To: openbeos@xxxxxxxxxxxxx
  • Date: Fri, 25 Jan 2002 14:33:09 +0100

1/25/02 9:50:01 PM, "Andrew Edward McCall" <mccall@xxxxxxxxxxxxxxxxxxxxx> wrote:

>Hi All,
>
>I was reading over the tutorial for CVS from the resources section of 
>openbeos.org, and I went to check in my code using the instructions 
>given, and I get an error! I am a total newbie to cvs, so can someone 
>tell me what I am doing wrong?
>
>Is it me or the web site thats wrong?

This email from the open-beos-printing archive should be helpful:
//www.freelists.org/archives/open-beos-printing/11-2001/msg00001.html

except the command
  cvs -z3 commit
does not work as expected; instead you have to type
  cvs -z3 commit .
to commit all changes to the cvs repository or
  cvs -z3 commit . file1 file2 ...
to only commit the specified files.

It seems that cvs for BeOS ignores the paramter immediately after "commit" so 
you can
place there anything you want.

Ciao,
Mike




Other related posts: