Reputation: 9114
Does anyone have a solution to sync commits automatically between Perforce and Git?
A lot of people wish to use perforce, but we also have a lot who wish to use git and it appears impossible to convince everyone either way. What we're looking for is to sync changes between git repositories and perforce servers, so any changes committed to one also get submitted to the other.
Does anything like git-p4 or git fusion allow for this? Are there just some simple scripts which can do the translation and committing? I suppose I could write one myself, but it would be much better and less error-prone if there was an existing solution. I can't imagine I'm the first one to encounter such a problem.
Thanks
Upvotes: 3
Views: 257
Reputation: 93
You might want to take a look at Perforce's Git Fusion product, or it's Git Swarm product.
Upvotes: 3