[cvsnt] Cvs log -B 1000 fails to only return files associated with one or more bugids

Brian Post BPost at 80-20.com
Tue Oct 18 23:40:23 BST 2005


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 




More information about the cvsnt mailing list