You are here: Home Get Involved Communication Cathnet's SVN repository
Document Actions

Cathnet's SVN repository

by Rob Zaar last modified 2007-06-12 03:21

SVN stands for SubVersioN which is the code repository system cathnet uses.

Subversion repositories on cathnet.org

Repositories

Trac (Provides details about files, etc)


Checkout instructions

To checkout cathnet products, eg

     svn co http://svn.cathnet.org/svn/products/ShareBook/trunk ShareBook
If you have been given checkout privileges then checkout would be

  svn co http://username@svn.cathnet.org/svn/products/ShareBook/trunk ShareBook


Required reading for those with checkin privileges

  • You have to read the version control chapter of the Plone developer reference - we will model our practices on plone's.

Recommended clients by platform

All Subversion clients should be using Subversion 1.3.*


Windows Linux MacOSX

Frequently Asked Questions

Question: I get a URI not supported error when trying the above.
Please check that your svn has ssl support, you can do this by running svn --version and verifying that 'https' is a supported uri scheme.
Question: I've never used subversion before where can i find out more information?
A great subversion resource is the publicly available subversion book, http://svnbook.red-bean.com/. Plone uses a standard svn repository layout so the examples there should be straight forward to apply to the Plone repository. You can show your support for the svn team by buying a hard copy of the book from here.
Question: What do I use for my username and password for the repository?
Send us an email with the reasons why you would like commit privileges. 
Additionally the Zope SVN FAQ has more information.

Questions, Comments


Copyright Privacy Contact