User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3.1) Gecko/20030425
I have several projects under SCM control (CVS and CC LT).
Now, I am developping an Eclipse Plugin where I need to know the version
(or more generic, the tag) of a specific file loaded in the workspace.
- Is there a generic API within Eclipse to know this? I have been
reviewing SCM API and it seems it has nothing about this.
- Do I have to interact directly with the specific SCM Provider plugin?
If that is the case, does CVS plugin publish and document that API? And
Clear Case (I know this is not included by default with Eclipse.... but
just in case anybody knows.....).