XWiki SVN Application
| Allows concurrent development on multiple servers and simplifies publishing XWiki applications to SVN. |
| Type | XAR |
| Category | |
| Developed by | Ludovic Dubost, Anca Luca, Paul Cojan, Denis Gervalle, Sidali Djebloun |
| Active Installs | 0 |
| Rating | |
| License | GNU Lesser General Public License 2.1 |
Table of contents
Description
Allows concurrent development on multiple servers and simplifies publishing XWiki applications to SVN.
Usage
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:
- dates and author are set to the value set in the configuration
- versions are reset to 1.1
- TagClass is removed
- comment and minor edit are reset
Committing a list of pages (starting with 1.6)
Starting with 1.6 version, the "saved list" of pages is handled with the SVN application (not the external MultiPageExport application). To use this, follow these steps:
- create an object of type SVNCode.SavedListClass (e.g. in the page holding the SVN configuration itself)
- by editing in object mode, fill in the list property of this object with a list of pages, separated by pipe (|)
- in the SVN configuration, set the property Saved List to point to the page containing the object
- from now on, the button "List pages to commit" will use this saved list instead of the default spaces
Limitations
- it does not support conflict resolution
Prerequisites & Installation Instructions
For version 1.5, the recommended way for installation is to use the Extension Manager. In addition to EM install, if you intend to use the XML format option, you should install jaxen-1.1.4.jar in the WEB-INF/lib folder of your XWiki webapp.
Install svnkit-1.3.8.jar and trilead-ssh2-1.0.0-build215.jar in the WEB-INF/lib folder of your XWiki webapp.
Import the XAR as describe above (and proceed to the step above if needed)
Versions
Dependencies
Dependencies for this extension ( ):
- org.tmatesoft.svnkit:svnkit 1.8.10