I have a strange requirement that I want to manage our code base on both GIT and perforce. This suggests the same code, but with slight differences. Minor differences from build scripts (ant).
Is there a better way to handle this?
I am currently using DiffMerge to navigate from PERFORCE -> GIT. This will not work for a longer period, as it is very tedious and requires a lot of manual work to resolve files.
I wonder if anyone got into similar problems and found better solutions. If this question has already been asked, view the link. thanks in advance
source share