hiasl86
hiasl86

Reputation: 99

migrate git to perforce import

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?

Upvotes: 3

Views: 996

Answers (1)

randy-wandisco
randy-wandisco

Reputation: 3659

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

Upvotes: 1

Related Questions