Difference between revisions of "Subversion"

From SME Server
Jump to navigationJump to search
(Added some detail on installing and additional information)
m (Modified Installation header)
Line 3: Line 3:
 
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 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 ===
+
=== Installation ===
 
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:
 
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
 
  yum install smeserver-subversion --enablerepo=smedev
 +
 
=== Additional information ===
 
=== 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].
 
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:42, 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.

Installation

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.