Using Appeon sourcecontrol using Visual Studio GIT set up with local repository. Code checked in fine, version control worked fine. Untill I copied a PBL file modified outside GIT directly to VS Git. Appeon failes with the error: Reference was not fast-forwardable.
This is not the most common need - but sometimes changes may be made by developers outside GIT, or some member of the team may do it unpurposely.
I've tried to execute a "Git Pull" (to synchronize the server repository with the local repository) and then execute "Git Push" again, with no luck.
It has to do with binary changes - Appeon is capable to understand the PBL has changed, but not able to resolve it so far.
Tools & versions:
Win 10 Pro 64 bit OS ver 1709 build 16299.309
Appeon Powerbuilder Standard Edition Version 2017 R2 Build 1769
GIT Local respository, VS Team GIT
B
For me, this means, it is actually a point of no return if someone by accident or intentionally overwrites a PBL in the GIT. In other words, administrators must make sure this can never happen.
B