migrate git to perforce import

975 Views Asked by At

I have a problem to migrate from git to perforce:

My Situation: I want to move from one perforce server to my own perforce server. I can only access to the depot my Perforce User is allowed.

So i tried git-p4 to export my perforce depot with all history. This worked, I now have the data in a git repository.

But now I'm trying to get this git repository ( with all history) on my new perforce server, but I don't know how to do this. I tried to set the P4 config (P4PORT,P4USER) to

Can somebody help me?

1

There are 1 best solutions below

3
On

Try Git Fusion. You can basically use Perforce as an upstream Git repository and push in your history.