3

Anyone know of a way to use SVK with perforce? The docs seem to imply it used to be possible, but some mailing list messages claim that is no longer the case?

zigdon
  • 14,573
  • 6
  • 35
  • 54

2 Answers2

2

For a private repository, you should try P5

Jazz
  • 5,747
  • 5
  • 43
  • 55
1

Why use SVK to mirror Perforce? Surely using a Perforce Proxy is the best way to make your repository distributed?

ninesided
  • 23,085
  • 14
  • 83
  • 107
  • Perforce proxy isn't quite what I'm looking for - I want to maintain a private repository for intermediate checkins. I guess ideally we should be using branches here, but that's not really an option. – zigdon Sep 10 '08 at 17:31