Decoupling the version of the file from the name of the module.

Peter Hansen peter at engcorp.com
Sat Jan 28 21:34:04 EST 2006


Roy Smith wrote:
> bobueland at yahoo.com wrote:
> 
>>Now suppose I have make a new version with __version__ = 1.1. What
>>shall I call this file and (I don't want to overwrite the old file if I
>>need to go back to it)?
> 
> Stop everything right now and get yourself some kind of version control 
> system.  CVS (http://ximbiot.com/cvs/wiki/index.php?title=Main_Page) is a 
> popular one.  Subversion (http://subversion.tigris.org/) is a bit newer, 
> and quickly gaining is popularity.  

Listen to Roy.  Get a source code control system.  Use any one you want, 
provided that if your choice is between CVS and Subversion, you use 
Subversion. ;-)

-Peter




More information about the Python-list mailing list