History filter by label

General questions about using FtpVC, ideas for new features, bug reports, and usage tips.
Post Reply
RabisH
Junior Member
Posts: 11
Joined: Fri Sep 03, 2004 4:23 am

History filter by label

Post 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.
User avatar
psguru
Site Admin
Posts: 2228
Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:

Post 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.
psguru
PrestoSoft
RabisH
Junior Member
Posts: 11
Joined: Fri Sep 03, 2004 4:23 am

Post 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 :(
User avatar
psguru
Site Admin
Posts: 2228
Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:

Post 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.
psguru
PrestoSoft
RabisH
Junior Member
Posts: 11
Joined: Fri Sep 03, 2004 4:23 am

Post by RabisH »

Looks that it worked, don't no what was the problem but i used latest release.
Post Reply