Page "BloodhoundInstall" was changed by rjollos
Diff URL: 
<https://issues.apache.org/bloodhound/wiki/BloodhoundInstall?action=diff&version=25>
Revision 25
Comment: Notes about integrating Subversion.
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: BloodhoundInstall
=========================================================================
--- BloodhoundInstall (version: 24)
+++ BloodhoundInstall (version: 25)
@@ -1,3 +1,4 @@
+[[PageOutline(2-5,Contents,pullout)]]
 = Installing Apache Bloodhound =
 
 For more detailled instructions, please see BloodhoundDetailedInstallation.
@@ -206,3 +207,26 @@
  }}}
 
 If that all worked, you will now be able to see Apache Bloodhound running on 
http://localhost:8080/bloodhound/
+
+== VC Repositories
+
+=== Subversion
+
+The `python-subversion` bindings are a pre-requisite. Note that the 
`python-svn` binding will not work. On Debian or Ubuntu based systems,
+{{{#!sh
+sudo apt-get install python-subversion
+}}}
+On Fedora or Redhat based systems,
+{{{#!sh
+sudo yum install python-subversion
+}}}
+
+Next, the `SubversionConnector` component must be enabled. This can be done 
through the web administration page, or by editing trac.ini:
+{{{#!ini
+[components]
+tracopt.versioncontrol.svn.svn_fs.* = enabled
+}}}
+
+It should now be possible to add and synchronize repositories as described on 
the TracRepositoryAdmin page.
+
+=== Git
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://issues.apache.org/bloodhound/wiki/BloodhoundInstall>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

This is an automated message. Someone added your email address to be
notified of changes on 'BloodhoundInstall' page.
If it was not you, please report to .

Reply via email to