* SV: Using Git for Cobol source
@ 2016-02-03 9:19 Johnsen, Per Jørgen
2016-02-03 13:30 ` Randall S. Becker
0 siblings, 1 reply; 2+ messages in thread
From: Johnsen, Per Jørgen @ 2016-02-03 9:19 UTC (permalink / raw)
To: git@vger.kernel.org
Hi
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)
Regards
_______________________________________________
Per Jørgen Johnsen | Technical Coordinator
DNB Bank ASA
Norway
________________________________
This email with attachments may be confidential and intended solely for the use of the individual or entity to whom it is addressed. The email may contain legally protected information. If you have received this communication in error, be aware that making use of the information, forwarding it, copying it, or disclosing its content to other persons, is strictly prohibited and may be punishable by law. Please inform the sender about the error in transmission immediately.
________________________________
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: Using Git for Cobol source
2016-02-03 9:19 SV: Using Git for Cobol source Johnsen, Per Jørgen
@ 2016-02-03 13:30 ` Randall S. Becker
0 siblings, 0 replies; 2+ messages in thread
From: Randall S. Becker @ 2016-02-03 13:30 UTC (permalink / raw)
To: 'Johnsen, Per Jørgen', git
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-02-03 14:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-03 9:19 SV: Using Git for Cobol source Johnsen, Per Jørgen
2016-02-03 13:30 ` Randall S. Becker
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).