info-cvs
[Top][All Lists]
Advanced

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

Re: Cannot re-add files


From: Larry Jones
Subject: Re: Cannot re-add files
Date: Mon, 12 Mar 2001 13:14:42 -0500 (EST)

Ross Burton writes:
> 
> $ cvs add absolute.oc
> cvs server: re-adding file absolute.oc (in place of dead revision 2.2)
> $ cvs commit absolute.oc
> cvs server: cannot add file `absolute.oc' when RCS file
> `/opt/cvsroot/ORIGIN/Libraries/DataArea/NumberItem/absolute.oc,v'
> already exists

If the head revision on the trunk is dead (and it seems it is), the RCS
file should be in the Attic, but it's not.  I don't know how that could
have happened since CVS moves the RCS file into the Attic automatically.
In any event, I think the only way to fix it is to manually move the RCS
file into the right place:

        mv /opt/cvsroot/ORIGIN/Libraries/DataArea/NumberItem/absolute.oc,v 
/opt/cvsroot/ORIGIN/Libraries/DataArea/NumberItem/Attic/absolute.oc,v

-Larry Jones

Everything's gotta have rules, rules, rules! -- Calvin



reply via email to

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