Plone SVN access

Plone SVN access provides subversion access (read&write) for plone.

Current release

No stable release available yet.

Project Description

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.

WARNING: Plone SVN access will not work if you have spaces in your filenames.
I'd recommend to only use uri save characters (e.g.: a-zA-Z0-9._-) in your
file names and folder names.

The following techniques are used:

  • Plone Core 2.1.x (Tested and working up to 2.5. Update to 3.x is currently tested. Will come soon.)
  • 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 (Tested and working up to 1.5)

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 which is included in version 0.4.3.2 RC 1.3.2:

Append (After all other PropertySchema.addType):

PropertySchema.addType('tokens', lambda x: True)

within PlonePAS/sheet.py

Source