Cathnet's SVN repository
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 ShareBookIf 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.