Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-vcm-dev] Validate on commit

We want to be able to run a check on files before they are committed and 
abort the commit (or maybe display a confirm dialog) if the result is 
negative. This is similar to the CVS commitinfo mechanism, but it would 
happen on the user's machine (in fact inside Eclipse) rather than on the CVS 
server

I looked into the org.eclipse.core.resources.fileModificationValidator 
extension point, but it doesn't seem to do what we want.

Did I miss something? Is there another way to do what I want with the current 
API?

If not, would it be possible to add an extension point to the Team plugin 
that would be accessible by non-team plugins and would provide for what we 
want? 
-- 
Roberto Scaramuzzi
System Engineer
Parasoft, Inc.


Back to the top