info-cvs
[Top][All Lists]
Advanced

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

Re: Please HElP. A developer has removed/commit files from Integration B


From: simmo
Subject: Re: Please HElP. A developer has removed/commit files from Integration Branch!!!
Date: 7 Dec 2005 08:49:33 -0800
User-agent: G2/0.2

On the integration branch for each files run the following command (The
order of the versions is important):

cvs update -j deletion_revision -j previous_revision filename

Alternatively if there is a a large number of files to recover and the
branch was tagged before the removal, tag the branch again then run the
update command with tag names rather than version numbers over the
entire branch:

cd ~
cd module to recover
cvs tag after_deletion
cvs update -j after_deletion -j before_deletion



reply via email to

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