info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Help Required


From: Amit Sharma (SCM)
Subject: RE: Help Required
Date: Thu, 6 Mar 2003 11:34:45 +0530

CVS Release is up to date

cvs Server version 1.11.5
Client Version 1.12

regards,
Amit


-----Original Message-----
From: Rob Helmer [mailto:address@hidden
Sent: Thursday, March 06, 2003 10:21 AM
To: Amit Sharma (SCM)
Cc: address@hidden
Subject: Re: Help Required


On Wed, Mar 05, 2003 at 06:40:27PM +0530, Amit Sharma (SCM) wrote:
> I have tried the same but got the following message from the Server
> 
> cvs: commit.c:2055: checkaddfile: Assertion `*rcsnode == ((void *)0)'
> failed.
> cvs [server aborted]: received abort signal

Hmm.. on searching google, all I can find are references to a pretty
old CVS bug ( > 2 years.. ).

Get the admin to make sure their CVS release is up to date.

Also, what version of the client are you using?

> 
> 
> Regads,
> Amit
> 
> 
> -----Original Message-----
> From: Rob Helmer [mailto:address@hidden
> Sent: Wednesday, March 05, 2003 12:45 PM
> To: address@hidden
> Subject: Re: Help Required
> 
> 
> On Wed, Mar 05, 2003 at 12:16:51PM +0530, Amit Sharma (SCM) wrote:
> > Hi All,
> >     I have wrongly checked in one file with name ABC.TXT and want to
> > rename the file to abc.txt  (All in small letters) Please suggest how
> should
> > i go about it I do not have the access to the Server so that I can
rename
> > the file on the Server using telnet session
> > 
> > Server:     SUSE LINUX Enterprise Edition 7.0
> > Client :Wincvs1.2
> 
> Hello,
> 
> 
> You should never manipulate the repository directly.
> 
> Here is how to rename a file so that history is preserved ( in your CVS
> checkout ) :
> 
> 
> mv ABC.txt abc.txt
> cvs rm ABC.txt
> cvs add abc.txt
> cvs commit -m "renamed ABC.txt to abc.txt" ABC.txt abc.txt
> 
> 
> This way, anyone looking at the history for this file will clearly
> see that it was renamed, and can look at the ABC.txt in the Attic
> if they need to.
> 
> If you do the rename directly in the repository, the information
> on when, why and by who it was renamed is lost.
> 
> 
> 
> HTH,
> Rob Helmer
> 
> 
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/info-cvs
> 
> 
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/info-cvs
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]