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: > No, I think that's generally true. However, so far I always thought cvs > admin -m would only accept *revisions*, i.e. not even tags... I never > ever tried it on multiple files so far... but then it's very very > seldom that I commit two files with the same comments - call me > pedantic... ;) > admin -m is documented as only taking a revision but the code does allow tags, however it's poorly handled - if the tag doesnt exist it automatically matches to HEAD. Tony