Hello Fuzzyman,

> 3) Simple Version Control program for single programmer. A very simple
> way of doing version control/releases for small projects with only a
> single programmer. [3]
Subversion (and CVS) are dead simple to install and use.
IMO in the long run you'll find yourself implementing most of their
features anyway.

> [3] I think lots of people would find this useful. A version control
> system for projects where CVS/Subversion is overkill. This would be
> based on DirWatcher/FSDM (
> http://www.voidspace.org.uk/python/programs.shtml#dirwatcher ) - All
> the code for finding which files have changed is already there, and
> there is an existing Tkinter GUI for Dirwatcher.
Adding changes to version control should be done as an explicit action by
the developer. Anything else is on the road to disaster, you'll find
yourself spending too much time backing out of changes you didn't want in.

Bye.
--
------------------------------------------------------------------------
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to