General Actions:
| Allows to commit and update xwiki pages to and from SVN |
Table of contents
Allows concurrent development on multiple servers and simplifies publishing XWiki applications to SVN.
Main Screen: it allows to create multiple SVN configurations by SVN directory and also by user. The configuration stores the password.

Config Screen:

Commit/Update Screen:

Pages are cleaned before comparison and commit:
Import the XAR. If the SVNCode.SVNGroovy page is not public, either make it public or download the jars attached to the page and install them in webapps/xwiki/WEB-INF/lib of your webapp.
First version of the SVN Application
New version of the SVN Application supporting Translations
Fix to Translations support to support ALL languages
Fixed bug that prevented multiple translated documents to be committed at the same time, or a translation to be committed when there were changes in another translation of the same document or in the original document (packed @ r36097).
Fixed bug that prevented pages to be committed because of deprecated API usage ($xwiki.arrayList instead of $util.arrayList). The list of pages to be committed was empty starting with 3.2 version.
- Fixing diff styles that are not inherited from colibri.css anymore
- Adding an option to save or not the status
XCONTRIB-187 : Upgrade buttons and forms to use standard XWiki layout CSS classes for svn application
XCONTRIB-188 : Upgrade "view diff" link for SVN Application
XCONTRIB-190 : Hide the debug messages
XCONTRIB-194 : Indent the code of the SVN configuration sheet
XCONTRIB-191 : Hide the SVN configuration status property value in view mode
( Contributions made by Paul Cojan)