We have the Visual Cobol IDE running on our Windows desktops but our Cobol programs run, via Dev Hub, on a remote server (in our case, an AIX server). The challenge we face is how to integrate our source code repository, Rational Team Concert, with our IDE. Typically, we set up Eclipse to have a local workspace on our computer desktop and that workspace is what Rational Team Concert is using to keep our files in sync with source code control. But, with Cobol running on AIX, the project files need to be on the remote box which, of course, isn't where Rational Team Concert expects them. Our current solution is that our developers, via the Visual Cobol IDE, manually "drag" (or copy) the files between the Rational Team Concert-controlled workspace and the remote project area on the remote server. This isn't ideal!
Is anyone using Visual Cobol with Dev Hub while using a source code repository? If so, how have you integrated them to work together?