Re: Merge Tool for git for z/OS?

2019-12-03 Thread Seymour J Metz
: Tuesday, December 3, 2019 9:44 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Merge Tool for git for z/OS? Yes.  Use XEDIT and CMSUPDTE. They work well, but are VM only, -Original Message- From: IBM Mainframe Discussion List On Behalf Of ITschak Mugzach Sent: Tuesday, December 03, 2019 9

Re: Merge Tool for git for z/OS?

2019-12-03 Thread Paul Gilmartin
On Tue, 3 Dec 2019 09:44:11 -0500, Lloyd Fuller wrote: >Yes.  Use XEDIT and CMSUPDTE. They work well, but are VM only, > Sigh. ISRSUPC PARM=UPDCMS8 will generate usable CMSUPDTE diffs if the OLD file has valid sequence numbers. ISRSUPC PARM=UPDMVS8 requires that both OLD and NEW have valid

Re: Merge Tool for git for z/OS?

2019-12-03 Thread Lloyd Fuller
Yes.  Use XEDIT and CMSUPDTE. They work well, but are VM only, -Original Message- From: IBM Mainframe Discussion List On Behalf Of ITschak Mugzach Sent: Tuesday, December 03, 2019 9:42 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Merge Tool for git for z/OS? Lionel, Many years ago

Re: Merge Tool for git for z/OS?

2019-12-03 Thread ITschak Mugzach
this approach. I may look at my archives to see if I still have this module. ITschak On Tue, Dec 3, 2019 at 4:33 PM Lionel B Dyck wrote: > What is available to be used for the mergetool for git on z/OS? > > > > Thanks > > > > I've looked using google/bing without su

Merge Tool for git for z/OS?

2019-12-03 Thread Lionel B Dyck
What is available to be used for the mergetool for git on z/OS? Thanks I've looked using google/bing without success. Lionel B. Dyck < Website: <http://www.lbdsoftware.com/> http://www.lbdsoftware.com "Worry more about your character than your reputation. Charact

Re: "git" for z/OS announced

2019-04-02 Thread Rob Scott
My 2c : I have been using "Git for z/OS" for the products that I am involved in for over a year now and I *love* it. During early pilot conversion from SCLM, the "a-ha" moment was realizing that if you use zFS file system as your actual workspace where you change the sou

"git" for z/OS announced

2019-04-02 Thread John McKown
Port by Rocket Software http://www-01.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/2/897/ENUS219-032/index.html=en_locale=en IBM® Elite Support for Rocket Software Git for z/OS® is a support subscription service for Rocket Software Git for z/OS. Git is a widely-used version control

Re: git on z/OS

2016-08-12 Thread Scott Ford
We (IDMWORKS) are using Git via 'bitbucket.org' , we are in the process of developing CI PC to Mainframe integrated processes. The toughest thing for e is the Git organization. Scott On Thursday, August 11, 2016, Kirk Wolf wrote: > Agreed - Rocket's work to port updated

Re: git on z/OS

2016-08-11 Thread Kirk Wolf
Agreed - Rocket's work to port updated tools to z/OS is great. I believe that they have a paid support model, which hopefully will be embraced by the community so that they can justify even more good work. Regarding System R, you can also run this from z/OS batch using the Co:Z Launcher

Re: git on z/OS

2016-08-11 Thread Jerry Callen
On Wed, 10 Aug 2016 10:26:55 -0500, Paul Gilmartin <paulgboul...@aim.com> wrote (regarding porting git to z/OS): >What would be the obstacles to building it in Enhanced ASCII mode? For a tool like git that has to straddle character encoding worlds, enhanced ASCII support (EAS) br

Re: git on z/OS

2016-08-10 Thread David Crayford
On Wed, Aug 10, 2016 at 10:26 AM, Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu> wrote: On Wed, 10 Aug 2016 08:16:50 -0500, Jerry Callen <jcal...@narsil.org> wrote: [Prompted by mentions of git on another thread] Rocket is in the process of porting git to z/OS (on U

Re: git on z/OS

2016-08-10 Thread John McKown
08:16:50 -0500, Jerry Callen <jcal...@narsil.org> >>> wrote: >>> >>> [Prompted by mentions of git on another thread] >>>> >>>> Rocket is in the process of porting git to z/OS (on USS, of course). As >>>> >>> others have no

Re: git on z/OS

2016-08-10 Thread David Crayford
ead] Rocket is in the process of porting git to z/OS (on USS, of course). As others have noted, it's challenging, given the ASCII/EBCDIC issues. ... http://forum.rocketsoftware.com/c/rocket-z-os-open-source-languages-tools https://github.com/zorts/pause_release What would be the obstacles to building it

Re: git on z/OS

2016-08-10 Thread Paul Gilmartin
rocess of porting git to z/OS (on USS, of course). As >> others have noted, it's challenging, given the ASCII/EBCDIC issues. ... >> > I hate EBCDIC! -- gil -- For IBM-MAIN subscribe / signoff / archive acce

Re: git on z/OS

2016-08-10 Thread Kirk Wolf
:50 -0500, Jerry Callen <jcal...@narsil.org> > wrote: > > >[Prompted by mentions of git on another thread] > > > >Rocket is in the process of porting git to z/OS (on USS, of course). As > others have noted, it's challenging, given the ASCII/EBCDIC issues. ... > >

Re: git on z/OS

2016-08-10 Thread Paul Gilmartin
On Wed, 10 Aug 2016 08:16:50 -0500, Jerry Callen <jcal...@narsil.org> wrote: >[Prompted by mentions of git on another thread] > >Rocket is in the process of porting git to z/OS (on USS, of course). As others >have noted, it's challenging, given the ASCII/EBCDIC is

Re: git on z/OS

2016-08-10 Thread Kirk Wolf
m.com/book/en/v2/Git-on-the-Server-The-Protocols ) Therefore I would think that it would be nice for many to have a git server port for z/OS that would run with the ssh protocol. Then again, for many I wouldn't see a huge benefit to having a git server on z/OS at all. The server could b

Re: git on z/OS

2016-08-10 Thread Ed Jaffe
On 8/10/2016 6:16 AM, Jerry Callen wrote: Meanwhile: I use git with z/OS using the "large sledgehammer" approach. I keep my actual git repositories on Windows and use WinSCP to periodically copy the source back and forth between Windows and z/OS. We maintain our git repositories o

git on z/OS

2016-08-10 Thread Jerry Callen
[Prompted by mentions of git on another thread] Rocket is in the process of porting git to z/OS (on USS, of course). As others have noted, it's challenging, given the ASCII/EBCDIC issues. Nonetheless, we hope to have a public beta available by the end of the year; it will be announced