views:

666

answers:

4

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.

+1  A: 

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.

ConcernedOfTunbridgeWells
But if you work with RSE directly and not through a project, you can't upload that to subversion.
Mike Wills
+3  A: 

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.

Paul Morgan
+1  A: 

Don't forget about MKS Implementer ;)

david
A: 

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.

Paul G