Plone SVN access

by Christian Koller last modified Feb 16, 2011 02:16 AM

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

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 3.0.)
  • 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)

Plone 3.3

It seems like PSA is not working under Plone 3.3.X

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

 

 

Current Release

No stable release available yet.

All Releases

Version Released Description Compatibility Status
0.4.3_RC1.3 May 14, 2007 1st public bug fix release More about this release…
Plone 2.1
release-candidate
0.4.3.3_RC_1.3.3 Plone 3 Nov 09, 2009 Updates by Raphael Ritz to support Plone 3 More about this release…
Plone 3
Plone 2.5
release-candidate
0.4.3.2_RC_1.3.2 Feb 06, 2008 Bug fix. Install this version when using Plone 2.5 More about this release…
Plone 2.5
Plone 2.1
release-candidate
0.4.3.1_RC_1.3.1 May 18, 2007 Allows links to a revision and to a bug-Tracker. More about this release…
Plone 2.1
release-candidate
0.4.2.2_RC1.2.2 Apr 10, 2007 Locale solved & pysvn 1.5 More about this release…
Plone 2.1.2
Zope 2.8.4
release-candidate
0.4.2.1_RC1.2.1 Mar 07, 2006 Update if you use Plone 2.1.2! More about this release…
Plone 2.1.2
Plone 2.1.1
Plone 2.1
release-candidate

Comments (0)