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.
ncal wrote: > Hi, > Is there a way to check if all the files that were modified on the branch > have been merged-in to the main line? > Assuming this is a reasonably recent CVSNT server and client, you could do this in a sandbox on main: cvs up -j mybranch cvs diff Then you'd see all the changes that hadn't already been merged in. If you didn't want to keep any of those just reset the sandbox (cvs up -C). HOWEVER, if it isn't a CVSNT sandbox then I wouldn't know how to tell. Regards, -- Glen Starrett