in reply to Perl 5 now uses Git for version control

Why didn't they use SVK ?
  • Comment on Re: Perl 5 now uses Git for version control

Replies are listed 'Best First'.
Re^2: Perl 5 now uses Git for version control
by moritz (Cardinal) on Mar 26, 2009 at 18:25 UTC
    There have been very long and exhaustive threads on p5p discussing the choice of version control system. If you want to know the exact reasons, have fun digging through a few hundred mails.
Re^2: Perl 5 now uses Git for version control
by JavaFan (Canon) on Mar 26, 2009 at 20:43 UTC
    One of the major hurdles to move away from Perforce was the commit history - it was vital that this was preserved. Regardless whether perl would use git or svk, this was going to be a major task.

    Sam Vilain spend a lot of time to "just fucking do it", and he imported the history into git. If someone had done the work to import the history to svk instead, perl would probably use svk right now.