views:

108

answers:

2

We're getting migrated from Subversion to Perforce at work. I've been using git-svn and it's kept me very productive. I want to keep using a DVCS for my own development.

Which works best with Perforce in your experience, git-p4, Perfarce (hg) or something else I've never heard of?

What works well (and what doesn't)?

+2  A: 

If you already know git, I would recommend to just go with git-p4. It has a small job to do, but it performs that job reasonably well. Unfortunately, the documentation is rather sparse. Make sure to get a newer version of git-p4.

I recently did some slides on using git-p4.

http://www.slideshare.net/mkramer2/git-censoredkey

masonk
A: 

following on @masonk, use git-p4.

heckj