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.
Client & Server CVSNT 2.5.02 (Servalan) Build 2088 running on Windows XP professional with the server on it's own XP pro. Using the ability to query files relating to a bug I found that it doesn't return only the files associated with the bug but all files in the folder's hiearchy. The commands I used are as follows cvs edit -c -b 1000 -b 1001 test.txt change file cvs commit -b 1000 -b 1001 test.txt I also used the following as our bug tracking tool requires the bug id's to include the # character cvs edit -c -b #1000 -b #1001 test.txt change file cvs commit -b #1000 -b #1001 test.txt I also tried cvs edit -c -b 2005 test.txt change file cvs commit -b 2005 test.txt Cheers, Brian