info-cvs
[Top][All Lists]
Advanced

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

Re: Pulling Code From Tag and commiting back to the Head or Branch


From: Sergei Organov
Subject: Re: Pulling Code From Tag and commiting back to the Head or Branch
Date: Wed, 03 Oct 2007 13:19:38 +0400
User-agent: Gnus/5.110006 (No Gnus v0.6) XEmacs/21.4.20 (linux)

address@hidden writes:

> Hi
> I tagged a branch before performing a merge.
> However we had issues with the merge and wanted to revert back with
> the version I had tagged.
>
> Even when I have the Tagged version intact, I am not able to puss/
> commit this code into the branch where it was tagged.
>
> Can aanybody help me this?


$ cvs update -r your_branch_name # or "cvs update -A" for HEAD.
$ cvs update -j your_tag_name

followed by

$ cvs commit

should help.

-- Sergei.





reply via email to

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