Andy Jones <[EMAIL PROTECTED]> writes: > > >cvs co -j HEAD -j t_branchA_tagA module > > Does anyone feel like explainaing how this is not a merge? I don't > get it.
As far as I understand, this calculates delta that would bring HEAD to t_branchA_tagA and applies the delta to the working directory that happens to match HEAD. So the result is just t_branchA_tagA without any merge. -- Sergei. _______________________________________________ Info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
