You are not logged in Log in Join
You are here: Home » Members » Ty Sarna's Zope.Org Page » ZPatterns & TransWarp lists and CVS » View NewsItem

Log in
Name

Password

 

ZPatterns & TransWarp lists and CVS

I'm pleased to announce that I've finished the last task in setting up a bunch of new services for ZPatterns and TransWarp users: writing this announcement. :-)

First, we now have mailing lists: [email protected] and [email protected]. To subscribe, visit:

http://www.eby-sarna.com/mailman/listinfo

Second, we've made our CVS repository more accessible. Major packages of interest are ZPatterns, PlugIns, and LoginManager under the ZProducts directory, and TW (TransWarp) under the pylib directory. There's other stuff there as well, but most of it is currently in flux and lacking documentation, and you should ask before deciding to base any code on it.

You may browse the cvs tree with ViewCVS at:

http://cvs.eby-sarna.com/

Or access it via anoncvs using the CVSROOT:

:pserver:[email protected]:/cvsroot

You will need to login with the password "anoncvs" before you will be able to access file. Sample session:

For sh-type shells: $ export CVSROOT=:pserver:[email protected]:/cvsroot

For csh-type shells: $ setenv CVSROOT :pserver:[email protected]:/cvsroot

Now, log in: $ cvs login (Logging in to [email protected]) CVS password: anoncvs

Now you can "cvs co ZProducts/ZPatterns", or whatever.

There is an additional mailing list, [email protected], that carries cvs commit messages.