git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Randall S. Becker" <rsbecker@nexbridge.com>
To: "'Johnsen, Per Jørgen'" <perjorgen.johnsen@dnb.no>, git@vger.kernel.org
Subject: RE: Using Git for Cobol source
Date: Wed, 3 Feb 2016 08:30:58 -0500	[thread overview]
Message-ID: <003801d15e87$1e160310$5a420930$@nexbridge.com> (raw)
In-Reply-To: <15b48134f6734b19a779269cf54d7c1c@ERFWEXM01.ERF01.NET>

On February 3, 2016 4:20 AM, Per Jørgen Johnsen wrote:
> Subject: SV: Using Git for Cobol source
> I wonder if it is ok to use Git for source control for Cobol programs and
take
> advantage of parallel development ?
> 
> Today we are using VSS and needs to be replaced. Our Cobol development is
> done by an Eclipse tool (Micro Focus Enterprise Developer)

COBOL should be no problem for git. The one caution I would have for you is
that if you happen to be using fixed-format mode with column-based sequence
numbers (that would be really old COBOL 74 mode), the sequence numbers may
give false positives on diff results. If you have those, lose them. This
would apply to VSS also, so you're probably not using those anyway.

If you are functional in VSS for COBOL, you should be fine. Your challenge
will be migrating history, which is possible, but will involve some effort.

Regards,
Randall

-- Brief whoami: NonStop&UNIX developer since approximately
UNIX(421664400)/NonStop(211288444200000000)
-- In my real life, I talk too much.

      reply	other threads:[~2016-02-03 14:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-03  9:19 SV: Using Git for Cobol source Johnsen, Per Jørgen
2016-02-03 13:30 ` Randall S. Becker [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='003801d15e87$1e160310$5a420930$@nexbridge.com' \
    --to=rsbecker@nexbridge.com \
    --cc=git@vger.kernel.org \
    --cc=perjorgen.johnsen@dnb.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).