Plone SVN access
Category: Development tools, Documentation management
—
Other products by this author
Current release
No stable release available yet.
Experimental releases
Upcoming and alpha/beta/candidate releases
- Alpha releases should only be used for testing and development.
- Beta releases and Release Candidates are normally released for production testing, but should not be used on mission-critical sites.
- Always install on a separate test server first, and make sure you have proper backups before installing.
Project Description
- Project resources
You get read and write access to a subversion repository through Plone 2.1, with an own permission system and a nice and easy interface.
The following techniques are used:
- Plone Core 2.1.x
- i18n -> PlacelessTranslationService 1.0
- Plone Tool
- Archetypes 1.3.4-final
- Validation 1.3.3-final05
- CMFQuickInstallerTool 1.5.1
- pysvn Extension 1.3.1
Running example: View
Plone 2.5
Plone SVN access (PSA) works under Plone 2.5. But you may get errors when you install it together with PlonePAS. Cristian S. Rocha has found the following solution:
Append (After all other PropertySchema.addType):
PropertySchema.addType('tokens', lambda x: True)
within PlonePAS/sheet.py
Source