info-cvs
[Top][All Lists]
Advanced

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

Re: Retrieve lost file back


From: Mark
Subject: Re: Retrieve lost file back
Date: Thu, 1 Nov 2001 09:19:10 -0800 (PST)

--- Larry Jones <address@hidden> wrote:
> Rajesh Patwardhan writes:

> > Some of the files from Windows machines were checked in to CVS. Now due to
> > case insensitive ness on windows the file got into CVS as serverPage.java
> > where it should have been ServerPage.java  
> > now when I try
> > 
> > 1) remove the file serverPage.java and add ServerPage.java cvs complains
> > that the file exists. 
> > Similarly I have a file TYpe.java which should have been Type.java. ( cvs
> > 1.11 on solaris 7)

cvs pserver 1.11.1p1 on solaris 2.6

When someone tryed 1) above, during cvs add they will get:

Assertion failed: *rcsnode == NULL, file commit.c, line 2044
cvs [server aborted]: received abort signal

and a corrupt ,v file is placed in the repository. I have to write a trigger to
prevent adds for case changes. Case changes work fine from a UNIX cvs client
(as long as you don't use that file on windows).

cvs 1.11 on solaris 2.7 handles this more gracefully, by telling you the file
already exists?

Mark

__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com



reply via email to

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