Difference between revisions of "Subversion"

From SME Server
Jump to navigationJump to search
m (Contribs:smeserver-subversion moved to Smeserver-subversion: To represent it properly in the Categories page moved to root)
(Added some detail on installing and additional information)
Line 1: Line 1:
 
 
== Subversion for SME Server ==
 
== Subversion for SME Server ==
 +
=== Description ===
 +
This contrib provides subversion over http and https for SME Server, it won't provide other means of subversion like the svn protocol or the ssh+svn protocol. It will also install a panel in the server-manager to administrate your subversion repositories.
  
This contrib can be found in the SME Dev repository.
+
=== Installing the contrib ===
 +
This contrib can be found in the [http://mirror.contribs.org/smeserver/releases/7/smedev/i386/repodata/ SME Dev] repository. To install this contrib get shell access as root user and issue the following command:
 +
yum install smeserver-subversion --enablerepo=smedev
 +
=== Additional information ===
 +
More information about subversion can be found on the [http://subversion.tigris.org Subversion] site, the [http://svnbook.red-bean.com/ online copy of the book Version Control with Subversion] or at [http://www.snetram.nl/?p=10 this page on my website].
  
 
----
 
----

Revision as of 13:41, 1 March 2007

Subversion for SME Server

Description

This contrib provides subversion over http and https for SME Server, it won't provide other means of subversion like the svn protocol or the ssh+svn protocol. It will also install a panel in the server-manager to administrate your subversion repositories.

Installing the contrib

This contrib can be found in the SME Dev repository. To install this contrib get shell access as root user and issue the following command:

yum install smeserver-subversion --enablerepo=smedev

Additional information

More information about subversion can be found on the Subversion site, the online copy of the book Version Control with Subversion or at this page on my website.