How can I test the new forbidden patterns?

I wrote a set of forbidden patterns, and I would like to test them without having to check-out and check-in tons of files, how can I test them against local files in my machine?

[254 byte] By [G.T.] at [2008-3-7]
# 1

Do you want to achive this with checkin policy, stand alone tool, msbuild task or yet something else :) ?

You should never need to check out files - you just need to sync them to you workspace. If you are working on policy or msbuild task (which will be run during build) I wouldn't sync files on my own - just test files that are already synced (for policy it will probably make sense to test only files that are checked out).

Hope that it helps

MichalMalecki-MSFT at 2007-9-6 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server – Power Tools & Add-ons...
# 2
The policy only looks at your pending changes - you don't have to check anything in the test the patterns, but you have to pend some changes.
JamesManning-MSFT at 2007-9-6 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server – Power Tools & Add-ons...

Visual Studio Team System

Site Classified