문제

웹 쪽에서 우리는 소스 컨트롤을 얻기 위해 노력하고 있습니다. 이제 Iseries 측에서 무엇을 할 수 있는지보고 싶습니다. Iseries에서 가장 좋아하는 소스 제어 응용 프로그램은 무엇이며 그 이유는 무엇입니까? 가능하면 저렴한 비용을 찾고 있습니다.

도움이 되었습니까?

해결책

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.

다른 팁

Don't forget about MKS Implementer ;)

If you're using the WebSphere Development Studio or Rational 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.

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 Development 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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top