Strange problem....

2004-11-30 Thread Feyza Esmer
help please... -Original Message- From: Bo Berglund [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 5:03 PM To: Feyza Esmer; Glen Starrett; [EMAIL PROTECTED] Subject: RE: [cvsnt] Re: Strange problem Since that indicates that you are not using CVSNT at all then I suggest

RE: Strange problem....

2004-11-30 Thread Jim.Hyslop
[Feyza - in future, please trim portions that are not directly relevant to your problem] Feyza Esmer wrote: help please... [...] Concurrent Versions System (CVS) 1.11.2 (client/server) Copyright (c) 1989-2001 Brian Berliner, david d `zoo' zuhn, Jeff Polk, and

strange problem...

2004-11-29 Thread Feyza Esmer
Hello all, Have you ever meet this error? $ cvs commit MessageReadableConverters.a cvs commit: Examining MessageReadableConverters cvs: hash.c:312: findnode: Assertion `key != ((void *)0)' failed. cvs [commit aborted]: received abort signal

Re: strange problem with cvs remove ...

2000-10-03 Thread Derek R. Price
bk wrote: $bash: rm copy* $bash: cvs remove copy* and i got a very strange error: cvs remove: nothing known about `copy*' This has to do with Bash interpreting wild cards and not CVS. Since 'copy*' doesn't resolve to an existing file, bash passes the literal to CVS and cvs doesn't know

Re: strange problem with cvs remove ...

2000-10-03 Thread Larry Jones
bk writes: I have a very interesting problem as following. I have a file in my repository named "copy of xyz.html". I want to remove this file from my repository. $bash: rm copy* $bash: cvs remove copy* Wildcards are handled by the shell -- in the first case, ``copy*'' is expanded (by