Error Updating file from the server

2004-01-08 Thread Gagneet Singh
Hi! When updating a lex generated file from my CVS repository, I am getting the following error: cvs update -P -r 1.12 lex.yy.c (in directory D:\My Documents\Project_Version_Control\project\) cvs [server aborted]: invalid change text in /cvs/versions/project/lex.yy.c,v * CVS exited normal

Re: Error Updating file from the server

2004-01-09 Thread cvs
> cvs update -P -r 1.12 lex.yy.c (in directory D:\My > Documents\Project_Version_Control\project\) > > cvs [server aborted]: invalid change text in > /cvs/versions/project/lex.yy.c,v > > * CVS exited normally with code 1 * > This sounds like the RCS file is invalid somewhere around revisio

RE: Error Updating file from the server

2004-01-09 Thread cvs
> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> Sent: Friday, 09 January, 2004 16:31 PM >> To: [EMAIL PROTECTED] >> Cc: 'INFO CVS' >> Subject: Re: Error Updating file from the server >> >> >> > cvs update

Re: Error Updating file from the server

2004-01-09 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gagneet Singh <[EMAIL PROTECTED]> writes: > When updating a lex generated file from my CVS repository, I am getting > the following error: > > cvs update -P -r 1.12 lex.yy.c (in directory D:\My > Documents\Project_Version_Control\project\) > > cvs

Re: Error Updating file from the server

2004-01-09 Thread Larry Jones
Mark D. Baushke writes: > > It is possible that you have a corrupted lex.yy.c,v file in your > repository. It's not just possible, it's almost certain. I strongly suggest running the contrib/check_cvs script to look for other corrupted files in your repository. Using some kind of network filesy

RE: Error Updating file from the server

2004-01-10 Thread Gagneet Singh
> Sent: Friday, 09 January, 2004 16:31 PM > To: [EMAIL PROTECTED] > Cc: 'INFO CVS' > Subject: Re: Error Updating file from the server > > > > cvs update -P -r 1.12 lex.yy.c (in directory D:\My > > Documents\Project_Version_Control\project\) > > > &

RE: Error Updating file from the server

2004-01-10 Thread Gagneet Singh
... :-(( Thanx for the help, Gagneet -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, 09 January, 2004 22:02 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Error Updating file from the server > Thanx for the info. I had a look at