vote up 3 vote down star

On the web side we are working on getting source control. Now, I want to see what can be done for the iSeries side. What is your favorite source control application for iSeries and why? I am looking for low-cost if possible.

flag

4 Answers

vote up 3 vote down check

The two most common source control packages for the iSeries are Turnover and Aldon. Neither are low cost but integrate well with the iSeries.

I prefer Turnover. It flawlessly handles production installs to both a local and remote iSeries.

link|flag
vote up 1 vote down

If you're using the Websphere Dev studio from a PC then any source control system that will play nicely with that is an option if you don't want to shell out for the native iSeries one.

link|flag
But if you work with RSE directly and not through a project, you can't upload that to subversion. – Mike Wills Sep 25 '08 at 19:30
vote up 1 vote down

Don't forget about MKS Implementer ;)

link|flag
vote up 0 vote down

We use Aldon for our COBOL, CL, DDS code and it does a really good job. I don't know about the cost of it. There's a plug-in for the websphere dev studio. Just about any source control option could handle archiving/versioning the source code, but Aldon excels at handling the compilation and deployment from dev to QA to production environments. It can keep different library lists for each, for example, and change them dynamically for compiling in different environments. It will even push code to other LPARs, if your dev and prod environments are not on the same LPAR.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.