Does git gets installed in IBM/AS400

北城余情 提交于 2019-12-05 10:53:31

The YiPs site has instructions on how to get it running in PASE. You can find it here:

http://youngiprofessionals.com/wiki/index.php/PASE/OpenSourceBinaries

Scroll to the middle of the page or search the page for "Git".

UPDATE

I've since written this article describing how to install Git on IBM i.

A friend of mine wrote an unpublished article on installing Git on IBM i. I need to encourage him to publish it.

I'm running git on my IBM i since over a year now. As Alan Seiden responded earlier, I've done an article about setting it up. I got it finished finally:

http://www.youngiprofessionals.com/wiki/index.php/PASE/Git

To the best of my knowledge, there is currently not a package that can be directly installed on the server.

However, it may be possible if you are willing to put in the work to get it to run in PASE (which is the unix equivalent in iOS/5).

You will need an AIX version to run in PASE (qsh). I do not believe this to be an officially supported platform for git (somehow those who REALLY like git, do not happen to work with IBM system with an entrance fee).

What are you looking to do change control on with git?

Just the PHP source ... or native code as well?

I know that Subversion has been ported to IBM i quite successfully.

For native code, however, I wouldn't suggest an IFS based source control system ... you want to go with a system that's designed to handle native source & objects.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!