Re: SUBVERSION for Mainframe code

2017-10-24 Thread Jack J. Woehr
On 10/24/2017 3:39 AM, Keith Banham wrote: It has also made it easier to convince our Open Systems developers to get involved in our mainframe products. No down sides that I can see and we wish we had done it a lot sooner. A lovely example of the correct application of open source to trad

Re: SUBVERSION for Mainframe code

2017-10-24 Thread Keith Banham
Hi We use Subversion, along with Apache Ant and Jenkins for mainframe source control and program compiles and product builds. We had a VM/CMS development environment which we used to compile on z/OS and z/VSE but it was "old style" and I wanted to take advantage of the latest technologies that

Re: SUBVERSION for Mainframe code

2017-10-09 Thread Paul Gilmartin
On Tue, 10 Oct 2017 10:55:27 +0800, David Crayford wrote: >On 9/10/2017 11:18 PM, scott Ford wrote: >> We use - GIT the Jenkins with a CI interface.. > >That's interesting. IIRC, your application is written in COBOL. Do you >build your COBOL programs in z/OS Unix? If so how do you handle

Re: SUBVERSION for Mainframe code

2017-10-09 Thread David Crayford
On 9/10/2017 11:18 PM, scott Ford wrote: We use - GIT the Jenkins with a CI interface.. That's interesting. IIRC, your application is written in COBOL. Do you build your COBOL programs in z/OS Unix? If so how do you handle copybooks? What Jenkins plugin do you use for z/OS integration? We

Re: SUBVERSION for Mainframe code

2017-10-09 Thread Paul Gilmartin
On Mon, 9 Oct 2017 10:52:39 -0500, Beverly Caldwell wrote: >I use a source code control tool called RACF. It actually comes with z/OS. >Pretty effective too. > ??? A feature of RACF I was unaware of. What's its user interface? -- gil

Re: SUBVERSION for Mainframe code

2017-10-09 Thread John McKown
On Mon, Oct 9, 2017 at 10:52 AM, Beverly Caldwell wrote: > I use a source code control tool called RACF. It actually comes with z/OS. > Pretty effective too. > > ​An interesting view. RACF does indeed allow you to control __access__ to the source code. But it does not keep

Re: SUBVERSION for Mainframe code

2017-10-09 Thread Beverly Caldwell
I use a source code control tool called RACF. It actually comes with z/OS. Pretty effective too. On Mon, Oct 9, 2017 at 10:02 AM, Jack J. Woehr wrote: > On 10/9/2017 8:44 AM, Peter wrote: > >> Has anyone used Subversion as their source control tool for mainframe >> code? >> I'm

Re: SUBVERSION for Mainframe code

2017-10-09 Thread Pew, Curtis G
On Oct 9, 2017, at 9:44 AM, Peter wrote: > > Has anyone used Subversion as their source control tool for mainframe code? > I'm assuming that you can't install SVN on the mainframe but I was > wondering if there was another way to use it and check out the code to the >

Re: SUBVERSION for Mainframe code

2017-10-09 Thread scott Ford
GIT can also run on Unix Systems Services On Oct 9, 2017, 11:03 AM -0400, Jack J. Woehr , wrote: > On 10/9/2017 8:44 AM, Peter wrote: > > Has anyone used Subversion as their source control tool for mainframe code? > > I'm assuming that you can't install SVN on the mainframe but I

Re: SUBVERSION for Mainframe code

2017-10-09 Thread scott Ford
We use - GIT the Jenkins with a CI interface.. Scott On Mon, Oct 9, 2017 at 11:03 AM Jack J. Woehr wrote: > On 10/9/2017 8:44 AM, Peter wrote: > > Has anyone used Subversion as their source control tool for mainframe > code? > > I'm assuming that you can't install SVN on the

Re: SUBVERSION for Mainframe code

2017-10-09 Thread Jack J. Woehr
On 10/9/2017 8:44 AM, Peter wrote: Has anyone used Subversion as their source control tool for mainframe code? I'm assuming that you can't install SVN on the mainframe but I was wondering if there was another way to use it and check out the code to the mainframe ? SVN can run under USS. --

SUBVERSION for Mainframe code

2017-10-09 Thread Peter
Hello Has anyone used Subversion as their source control tool for mainframe code? I'm assuming that you can't install SVN on the mainframe but I was wondering if there was another way to use it and check out the code to the mainframe ? Regards Peter