.pyc > .py ?

Gerhard Häring gerhard.haering at gmx.de
Sat Aug 3 12:18:45 EDT 2002


* Rhymes <raims at dot.com> [2002-08-03 17:56 +0200]:
> On Sat, 03 Aug 2002 11:45:58 -0400, Roy Smith <roy at panix.com> wrote:
> >A source code control system (sometimes known by the more generic term 
> >"revision control system") 
> 
> I know, like CVS.
> 
> Is it suitable also for projects on my own machine and not
> synchronized on the net?

Yes, definitely. Just set up a local repository by setting the
environment variable CVSROOT to a local directory. The documentation is
good, IMO: http://www.cvshome.org/docs/manual/

CVS has its origins in the Unix world, if you use Windows, you can
either use Cygwin's CVS package or use the native win32 version from
http://www.cvsnt.org/ (site seems to have problems right now :-()

There are also tons of GUI interfaces for CVS. A good starting point is
http://cvsgui.sf.net/

I personally can say that I prefer CVS to Vi$ual SourceSafe, and also
look forward to Subversion reaching beta, then I'll probably convert my
personal projects to it.

Gerhard
-- 
mail:   gerhard <at> bigfoot <dot> de       registered Linux user #64239
web:    http://www.cs.fhm.edu/~ifw00065/    OpenPGP public key id AD24C930
public key fingerprint: 3FCC 8700 3012 0A9E B0C9  3667 814B 9CAA AD24 C930
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))




More information about the Python-list mailing list