Changes

Jump to navigation Jump to search
1,132 bytes added ,  23:14, 31 October 2007
Added instruction on updating the subversion 'core'
Line 10: Line 10:  
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
 +
 +
==== Updating the subversion 'core' ====
 +
The smeserver-subversion contrib does not contain the subversion package itself, as this removes the need of releasing a new contrib every time a new subversion version is released.
 +
 +
This contrib is meant to tie it in to SME Server. The command in the installation section will install the latest subversion version yum can find in the enabled repositories. Unfortunately the [http://mirror.contribs.org/smeserver/releases/7/smedev/i386/repodata/ SME Dev] repository does not contain the latest release of subversion.
 +
 +
The latest version available as RPM can be found [http://the.earth.li/pub/subversion/summersoft.fay.ar.us/pub/subversion/latest/rhel-4/i386/ here], but it is easier to configure the dag repository.
 +
{{Repository|dag}}
 +
After that you can update to the latest version available in the dag repository with this command on a SME Server shell:
 +
yum update subversion --enablerepo=dag
 +
 +
If you already have the dag repository configured and have not installed smeserver-subversion you can do it all at once:
 +
yum install smeserver-subversion --enablerepo=smedev --enablerepo=dag
    
=== Additional information ===
 
=== Additional information ===

Navigation menu