Re: CVS update warning

2004-02-22 Thread Jeff Clites
On Feb 22, 2004, at 5:39 AM, Arvindh Rajesh Tamilmani wrote: I didn't specify -kb when I added the images. I suppose that's it. $ cvs admin -kb # corrects the repository $ cvs update -A # updates the working copy should fix the problem. But I wonder how -kCOPY got into the repository

Re: CVS update warning

2004-02-22 Thread Michael Scott
Done, thanks. On 22 Feb 2004, at 14:39, Arvindh Rajesh Tamilmani wrote: I didn't specify -kb when I added the images. I suppose that's it. $ cvs admin -kb # corrects the repository $ cvs update -A # updates the working copy should fix the problem. But I wonder how -kCOPY got into the

Re: More IMCC bugs

2004-02-22 Thread Leopold Toetsch
Dan Sugalski <[EMAIL PROTECTED]> wrote: > A .sub that's prototyped (Dunno about the non-prototyped case) that > doesn't have a .pcc_begin_return/.pcc_end_return pair in it (empty is > fine) will cause parrot to crash'n'burn. Subs without a designated > return should be assumed to return nothing, th

Re: CVS update warning

2004-02-22 Thread Arvindh Rajesh Tamilmani
>I didn't specify -kb when I added the images. >I suppose that's it. $ cvs admin -kb # corrects the repository $ cvs update -A # updates the working copy should fix the problem. But I wonder how -kCOPY got into the repository in the first place. Is CVSROOT/cvswrappers wrong with som