I know this is a late reply, but for what it's worth: I contribute/track about half a dozen large open source projects, all of which use revision control systems (cvs and svn). I have them all checked out into my eclipse workspace. I can't imagine having to do this with tarballs. Some people I know use revisioning not only for source code, but also for flat data files (I dabble in bioinformatics) and article manuscripts (latex). It's genius. Can a tarball tell you who did what, when, and why? The metadata you can get out of svn, from command line - but better yet if integrated in an IDE, is a godsend in collaborative projects. It keeps the managers happy also, what with all the neat graphs you can get out of it using fisheye or ohloh or something. Arguing against it is a losing battle, in my opinion.

In reply to Re: Revisioning systems and the lackof by rvosa
in thread Revisioning systems and the lackof by EvanCarroll

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.