info-cvs
[Top][All Lists]
Advanced

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

Re: missing files after cvs checkout


From: David Shrader
Subject: Re: missing files after cvs checkout
Date: Fri, 20 Aug 2010 14:46:23 -0600
User-agent: KMail/1.13.5 (Linux/2.6.32.16-150.fc12.x86_64; KDE/4.4.5; x86_64; ; )

Hello All,

The situation has finally been resolved! Thank you all for your help. For some 
reason, doing a forced check-in didn't move files out of the Attic. However, we 
did finally work with the admins of the server the repository is located on, 
and they moved the problem files from the Attic subdirectory to where they 
should be. All files now check out as expected.

Thank you again!
David

On Monday 16 August 2010, Mark D. Baushke wrote:
> David Shrader <address@hidden> wrote:
> > Thank you for the command! It looks like that we have run into the
> > older cvs bug. The output from 'cvs log' puts the file's location in
> > the Attic, and the state of the most recent version is "state: Exp;".
> > We're still working on getting access to the repository, so we aren't
> > able to make the change ourselves quite yet. Just to make sure I
> > understand what needs to happen, all we have to do is move the ,v
> > files of the problem files from the Attic subdirectory up one
> > directory, and all should be ok? After that, run an update to get the
> > workspace all squared away?
> 
> Correct.
> 
> Doing something like this:
> 
>   mv /path/to/file/Attic/name.c,v /path/to/file/name.c,v
> 
> should solve your problem. Of course, you should also update your
> cvs server version to avoid this problem in future.
> 
>       -- Mark



reply via email to

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