CVS & python ?

Martin von Loewis loewis at informatik.hu-berlin.de
Sun Aug 12 11:09:42 EDT 2001


"ralf blumenstein" <no at ok.com> writes:

> I am triing to understand if I will be able to share python sources
> with a Spanish programmer.  Is CVS (concurrent version sytem)
> compatible with python ?

You mean, is it possible to share Python sources via CVS? It certainly
is. Please have a look at

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python/python/dist/src/Lib/

As you can see, the standard Python library itself is shared via CVS.
If you are going to share bytecode (.pyc) as well (which you shouldn't
do), make sure to set the sticky -kb option on these files.

Regards,
Martin



More information about the Python-list mailing list