Revision Control

Chris Rebert clp2 at rebertia.com
Wed Feb 18 12:12:03 EST 2009


On Wed, Feb 18, 2009 at 9:08 AM, Sam Clark <sam at 2000soft.com> wrote:
> 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?

I like Mercurial (hg) personally: http://www.selenic.com/mercurial/wiki/
It's written in Python, works well on Windows, is a modern distributed
VCS, and is simpler than Git.

Cheers,
Chris

-- 
Follow the path of the Iguana...
http://rebertia.com



More information about the Python-list mailing list