<br><br><div class="gmail_quote">On Wed, Feb 18, 2009 at 12:08 PM, Sam Clark <span dir="ltr"><<a href="mailto:sam@2000soft.com">sam@2000soft.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



<div>
<div dir="ltr">
<div><font color="#000000" face="Arial" size="2">Any suggestions for a beginer on what to use for version control?   It's just me, the lone person programming.  I've already nailed one "version" of my code accidentaly.  MS VSS is too expensive for the stuff I'm doing, plus I really don't like MS much...  Any free open source stuff out there?</font></div>
</div></div></blockquote><div><br>There's actually a lot of them. These are just the ones I can think of off the top of my head.<br>-CVS (One of the first RCS, I think most projects are moving away from this one.)<br>
- Subversion-(pretty popular right now, but it is a client/server model.) <br>-Git (originally created for Linux and now used by several very large projects)<br>-Mercurial (this is a big up and coming RCS)<br>-Bazaar (written in Python. Also pretty new. I don't know about Windows support) <br>
<br>I have some experience with both Subversion and Mercurial and like them both. Since you're working alone, you'll probably want a distributed rcs, such as Mercurial, Git, and Bazaar, which allow you to do more stuff locally rather than on a central server. Like Chris, I'd suggest Mercurial especially if you're using Windows.<br>
<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div dir="ltr">
<div><font color="#000000" face="Arial" size="2">Thank you,</font></div>
<div><font color="#000000" face="Arial" size="2"></font> </div><font color="#888888">
<div><font color="#000000" face="Arial" size="2">Sam Clark</font></div>
<div><font face="Arial" size="2"><a href="mailto:sam@2000soft.com" target="_blank">sam@2000soft.com</a></font></div>
<div><font face="Arial" size="2"></font> </div></font></div></div><br>--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
<br></blockquote></div><br>