I've been using Subversion @ $work for revision control and my coworkers (or better, the senior developers there, it's me who was a cow-orker!) gave me enough survival info to deal with it. Whatever, I never really got into it. However I'm increasingly feeling the need to use some SCM for managing the Perl stuff I write for myself, and today the reading of a recent thread renewed my interest and my curiosity.

I've read amongst others the following

Yet, my ideas are still somewhat confused. Key points to keep into account are:

All in all those that seem promising to me are Bazaar, darcs, Mercurial and SVK. Of course I'm intrigued by the fact that SVK is written in Perl, although I guess the implementation language is not that relevant after all. (But maybe that would offer me some potentially useful "hooks", who knows?) I also read rinceWind'a SVK article with interest. And I only see positive aspects in getting familiar with Subversion anyway, since many important projects use it in any case. But the other ones seem promising too.

Any recommendation?


In reply to [OT?] SCM recommendation for small to medium size Perl projects by blazar

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.