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. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html