First of all, learn subversion first: it's the future. Cvs is pretty similar and you can always learn it later.

Next, if you're on windows, first thing to do is download tortoisesvn gui shell for it. To heck with the command line, the gui makes everything sooo much easier. Also, if you download tortoise, that takes care of everything, you don't need to download subversion client or server or anything, it's all bundled in tortoise. Not sure if tortoisesvn is ok for unix, but if it's not, I would suggest hunting around for some gui shell that is.

Make a test repository, and dink around with it for a while, following the "easy start for beginners" type stuff in the manual. Use the tortoisesvn manual, not the subversion book: the tortoisesvn manual is a lot easier and will get you productive sooner. You can always read the subversion book later for the nitty gritty.

For the more fancy stuff (both subversion and cvs), pay a visit to cvsdude's forum, or the svn or tortoisesvn mailing lists. Personally I like cvsdude's better, but maybe that's just cause I find web forums easier to navigate than mailing lists.

Finally, USE it. It will save you time, and the time saving will probably kick in pretty fast. Don't just use it for code. Use it for letters, notes to yourself, excel spreadsheets, whatever. Version control is a very Good Thing. Good for you for deciding to learn about it and integrate it into your set of tools.


In reply to Re: Learning How to Use CVS for Personal Perl Coding Practices by tphyahoo
in thread Learning How to Use CVS for Personal Perl Coding Practices by neversaint

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.