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.
Oliver Giesen wrote: > -b bugid Only commit files related to bug (implies -B). > -B bugid Mark files with bug. > <.snip.> > > ...shouldn't that be the other way round? I.e. -B implies -b ? > Otherwise what's the point of -b? No, that's right.. Normally the bug ID will be set using a 'cvs edit' (combined with 'unedit -w' when I've used it) prior to changing the files, so commit -b is used to commit only those files already marked with that bug. commit -B will commit all changed files, and mark them as belonging to a particular bug, which is the other way of working. Tony