Python and version control

Timo Virkkala a at a.invalid
Wed Feb 9 16:58:21 EST 2005


Carl wrote:
> What is the ultimate version control tool for Python if you are working in a
> Windows environment? 

I would very much recommend Subversion. It's in no way specific to either 
Windows or Python, but it's a wonderful tool. If you've ever used CVS, you'll 
feel right at home. Or after 10 minutes of learning the commands, that is.

And as someone already suggested, TortoiseSVN is a great front-end for SVN. It 
integrates with the Windows shell very nicely.

http://subversion.tigris.org/
http://tortoisesvn.tigris.org/

--
Timo Virkkala



More information about the Python-list mailing list