AxKit SVN AccessAxKit's SVN archive is on apache.org's servers. To access SVN anonymously, use the following sequence of commands: svn co http://svn.apache.org/repos/asf/xml/axkit/ If you just wish to browse the current code in SVN, you can use this link. Non-ASF CVS ArchivesThere are some perl modules in CVS that may interest users that do not belong to the Apache Software Foundation. These are stored in a CVS server on axkit.org. To access axkit.org's CVS server anonymously you must first login: cvs -d :pserver:anonymous@axkit.org:/home/cvs login The password is blank, so just hit return. Then decide on which project you are interested in from CPAN. Simply replace "::" in the module name with a hyphen to get the CVS project name. For example, DBD::SQLite becomes DBD-SQLite. Use that name to check out the project: cvs -d :pserver:anonymous@axkit.org:/home/cvs co DBD-SQLite A browsable version of the archive is available at http://axkit.org/cgi-bin/viewcvs.cgi/. |
These pages are copyright © 2002 Apache Software Foundation


Index