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: Todd Denniston
Subject: Re: Please HElP. A developer has removed/commit files from Integration Branch!!!
Date: Wed, 07 Dec 2005 13:11:36 -0500
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

Farshad Mahjoubi wrote:
A developer has removed/commited numbers of files in one Integration Branch.

The files/dirs are still in the Trunk, how can I get these dir/files back
into the Integration Branch now?




roll back the change on the integration branch.

if you have a tag on what was the head version just before the remove (say GOOD_HEAD), I think (you best look at the manual[1]) you can in an integration branch sandbox do:

cvs up -j HEAD -j GOOD_HEAD removed_files

then commit them.

see "Rolling back the repository based on a date" in the FAQ[2], you can replace the date method with tags or specific revisions (on a per file basis).

[1] http://ximbiot.com/cvs/manual/

[2] http://ximbiot.com/cvs/wiki/index.php?title=CVS_FAQ#Rolling_back_the_repository_based_on_a_date




reply via email to

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