I have read and reread the documentation.  I must be missing something.
Even when he follows my directions, the merge is not what he expects.  He
does not want to ask the list for help because (and this is a quote) "it is
like asking for directions".   
                                                                          
                 +---------+    +---------+    
Branch 1.8   -> _! 1.8.2.1 !----! 1.8.2.2 !
               / +---------+    +---------+   
              /
             /
+-----+    +-----+    +-----+    +-----+     +------+
! 1.7 !----! 1.8 !----! 1.9 !----! 1.10 !----! 1.11 !  <- trunk
+-----+    +-----+    +-----+    +-----+     +------+

He wants to merge the changes from 1.8.2.2 into 1.11. 

I thought the following two steps would work to merge the changes from the
branch into the main trunk.  All files from the branch are committed to the
branch.  And all files in the trunk have been committed.  There are no
uncommitted changes in any of the files.  

So here's what I told him:

cvs update -C 
   (he should have 1.11 in his working directory, did cvs status to confirm)
cvs update -kk -j 1.8.2.2 filename.java  

He says no.  The file is only being overwritten.  And that the merge is only
taking place between 1.8 and 1.8.2.2.

Have I missed completely some crucial piece of documentation?  What's wrong?

Jeanie







                                         
                         
                         

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

Reply via email to