Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Hi, Am 28.05.2008, 10:43 Uhr, schrieb Sanjeev, Neeraja (GE Infra, Energy) <neeraja.sanjeev at ge.com>: > I tried the second option, but it is merging the changes what I need is > to completely overwrite the latest with old version & check in. cvs update -j 1.5 -j 1.2 toto.c is a backward merge. That means all the changes committed after 1.2 are reverted. You get exactly what you want: revision 1.2. Best regards, Tilo Riemer