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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to