on the branch, you can do:

cvs update -j HEAD

This will do what you want to do.

What I don't know is how this will impact the eventual merge from the
branch back to the head.  Anyone have any experience with this?  As I
understand it, to merge a branch back to the head, one would do the
following on the head:

cvs update -j BRANCH_NAME

which computes all the changes made in the branch, and applies them as a
patch to the HEAD.  Won't a change made in the HEAD and merged to the
branch result in a conflict when it gets merged back to the HEAD? 
(since the same line of code has been changed in the two versions).  Or
is CVS smart enough to know that the changes are identical, and
therefore do not constitute a conflict?

Ken 

[EMAIL PROTECTED] wrote:
> 
> hi, i have created a branch off the mainline repository...
> is there any way in which i can do a "cvs update", and it will update
> the branch with the files in the mainline repository ?
> get what im trying to do ?, i dont want to merge the files back in
> yet, but i would like to get the latet code out from the mainline
> repository ?,
> is there anyway that this can be done ?
> thanks
> David
> 
> _______________________________________________
> Info-cvs mailing list
> [EMAIL PROTECTED]
> http://mail.gnu.org/mailman/listinfo/info-cvs

-- 


Ken Versteeg
Berbee
5520 Research Park Dr.  Madison, WI  53711
[EMAIL PROTECTED]
(608)298.1246  pager:376.6573  cell:212.2556
Berbee...putting the E in business.

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to