I was in your particular situation, personally, and know how much SVN has improved the situation there. In my current situation we had a problem just yesterday that SVN would have prevented. But, as several others have pointed out, since there were only two of us who were supposed to be working on the project, we thought that coordination would be sufficient to prevent problems. We have been proven wrong!

This morning we found a line of Perl was missing from a file. No idea how, who or when, but it's gone. Luckily, we do have good backups, but we are testing revisions, and it has held us up for several hours before we found the problem.

Guess what, I will be setting up SVN at my new site, and urge everyone to take similar precautions!


In reply to Re^4: Revisioning systems and the lackof by xdbd063
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.