info-cvs
[Top][All Lists]
Advanced

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

Re: Mystery - Missing file when updating. Second update gets it.


From: Larry Jones
Subject: Re: Mystery - Missing file when updating. Second update gets it.
Date: Thu, 10 May 2007 13:07:44 -0400 (EDT)

address@hidden writes:
> 
> Solution: Kill it again and resurrect it again. I've introduced an
> intermediate state which enforces the file to be different to ensure
> that resurrection firmly writes the repository.

That isn't necessary, just changing the state of the file requires a
rewrite of the repository.  For future reference, all you need do is:

        cvs rm -f file
        cvs ci -m 'temporarily remove file' file
        cvs add file
        cvs ci -m 'resurrect file correctly' file

"cvs add" when there's no local file will recreate it from the
repository.

-Larry Jones

It's like SOMEthing... I just can't think of it. -- Calvin




reply via email to

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