Table Of Contents

Previous topic

3.8. richpage - Page document (wiki page)

Next topic

3.10. webdav – WebDAV support

This Page

Languages

Previous versions

1.2
1.1

3.9. subversion – Subversion Repository Application

This application adds a SubversionRepository document which links to a svn repository.

3.9.1. Dependencies

The subversion application adds the following dependency:

3.9.2. settings.py

To enable the subversion application, it must be enabled in the settings file: add 'openPLM.apps.subversion' to the list of installed applications (INSTALLED_APPS).

3.9.3. Synchronize the database

Run ./manage.py migrate subversion.

3.9.4. Testing

To test this application, create a new SubversionRepository. The logs page can display the last changesets if openPLM succeeds to retreive them.

openPLM will not ask for a password to connect to a svn repository.