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 file  # corrects the repository
$ cvs update -A file  # 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
something like:

*.gif -k 'COPY'

instead of 

*.gif -k 'b'

Mike

Arvindh


__
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools


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 file  # corrects the repository
$ cvs update -A file  # 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
something like:
*.gif -k 'COPY'

instead of

*.gif -k 'b'

Mike
Arvindh

__
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools



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 file  # corrects the repository
$ cvs update -A file  # 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
something like:
*.gif -k 'COPY'

instead of

*.gif -k 'b'
There's a -m COPY option for cvswrappers, though it's not needed for 
non-text files:

	http://www.cvshome.org/docs/manual/cvs-1.11.13/cvs_18.html#SEC164

Probably a config error--maybe -k COPY instead of -m COPY or -k b.

JEff



CVS update warning

2004-02-21 Thread Steve Fink
 .
 .
 .
 P docs/pmc/subs.pod
 cvs server: internal error: unsupported substitution string -kCOPY
 U docs/resources/parrot.small.png
 U docs/resources/perl-styles.css
 cvs server: internal error: unsupported substitution string -kCOPY
 U docs/resources/up.gif
 .
 .
 .

Should those perhaps be -kb or -ko? My version of CVS certainly
doesn't know COPY, nor have I ever heard of it.


Re: CVS update warning

2004-02-21 Thread Michael Scott
My fault. I didn't specify -kb when I added the images. I suppose 
that's it.

I'll hold off trying to fix it for the moment, in the hope that someone 
with more CVS knowledge will beat me to it.

Mike

On 21 Feb 2004, at 23:05, Steve Fink wrote:

 .
 .
 .
 P docs/pmc/subs.pod
 cvs server: internal error: unsupported substitution string -kCOPY
 U docs/resources/parrot.small.png
 U docs/resources/perl-styles.css
 cvs server: internal error: unsupported substitution string -kCOPY
 U docs/resources/up.gif
 .
 .
 .
Should those perhaps be -kb or -ko? My version of CVS certainly
doesn't know COPY, nor have I ever heard of it.