Page 1 of 1

History filter by label

Posted: Tue Sep 28, 2004 12:33 am
by RabisH
I have 3 files under version control and i labeled them "1"

Now a want to get files that are labeled as "2". I'm selecting all those files then History and then use filter by label: from 2 to 2. And i'm geting all those 3 files but thay aren't labeled "2" :(

How you compare "from" "till" if Label is String ?

P.S. I just testing will it work when i'll will need to get all project files of older release.

Posted: Tue Sep 28, 2004 5:23 pm
by psguru
It uses case-insensitive lexicographical comparison (like stricmp in C). If one of the limits is not specified, the comparison is open-ended. However, there was a bug in the current build. The fix is now is in the latest build.

Posted: Fri Oct 01, 2004 12:05 am
by RabisH
still the same, i'm getting all files even witch aren't labeled. The only thing that ftpvc filter is the labels itself :(

Posted: Fri Oct 01, 2004 5:21 pm
by psguru
Are you sure you used the latest build? I can't reproduce the problem. The most latest build on the web site now contains detailed traces for filtering. Please run it and send me the output.

Posted: Sun Oct 03, 2004 10:34 pm
by RabisH
Looks that it worked, don't no what was the problem but i used latest release.