문제

We are looking for a solution to consolidate the version control of our code across a .net and z/OS platform. We are currently investigating the option of using our Team Foundation Server's GIT support to do this, but googling for z/OS and GIT doesn't lead to something interesting. Is there some way to use GIT on a z/OS platform?

도움이 되었습니까?

해결책

The Release Notes for Git 1.8.2 (March 2013) mention

Initial ports to QNX and z/OS UNIX System Services have started.

So maybe now is a good time to try again...

다른 팁

One solution would be to build git on that platform, but, as this thread shows, there are compatibility fixes to do.

IIRC, z/OS supports the Single UNIX Specification, so you should be able to compile git and use it on z/OS. The git community is generally supportive, so make sure to report any issues you run into: http://git-scm.com/community

Have you tried building Git on z/OS?

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