I see in the documentation that webMethods supports Version controlling with VCS - Version controlling system. But the document says about following version controls
Visual source safe
ClearCase, and Subversion, the open-source VCS
We use TFS (Microsoft Team foundation server) for version controlling,
Can someone suggest if we can implement VCS to have TFS as version controlling software?
The described support and limitation apply if you use version control from within Integration Server.
If you do local development, you can use nearly every version control supported by eclipse or even work filebased.
The limitation is IS, because sourcecode for IS is stored inside IS filesystem, not in the eclipse workspace (like for porcesses, caf assets etc.). With Designer Workstation comes the possibility to version assets in a local IS from within Designer (and therefore use standard eclipse versioning plugins).
That is what I wanted to know if TFS is supported for V9.5.
TFS (Team Foundation Server) is the version control from Microsoft like VSS. VSS(Visual source Safe) is the older and now TFS is been used since last 5 years +.
+1 For Martin’s reply.
Using Designer local service development feature you can connect to most of SCM system even TFS. This feature is available from webMethods relelase 9.0 onwards.Only thing is that you need to get license for every deisgner local worksation that is the only limitation. This is basically a designer/eclipse plugin which allows you to share your code and artifacts to version control systems.
With VCS package there is a limitation that you can connect to only one repository.But with local service development feature you can connect to any number of repositories.
Sree, i believe 9.5 trial version offer Designer workstation.
you need to download and install eclipse plugin for TFS (version should be compatible with your TFS version).