I think better idea will be to create a patch file cvs diff -u XYZ >> patchfile
and checkout each branch, and patch < patchfile each one. --Vardhan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 4:41 PM To: [EMAIL PROTECTED] Subject: Re: [Cvsnt] How to commit a change to multiple branches On Tue, 9 Jul 2002 06:48:39 +0000 (UTC), [EMAIL PROTECTED] ("Issberner, Sven 3767 S-PP-RD-E3") wrote: >Hi, > >I have a module with multiple branches that will >never be merged. Now I have to change one file and >want that change to take affect on all branches. >How can I achieve this ? > If you want to do this you have to 'update' the file first, as the difference between the two branches has to be factored in: 1. change the trunk 2. commit the trunk 3. switch to the branch: cvs update -r file.txt 4. change the branch 5. commit the branch Tony _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
