Repository online

My yum repository containing the smeserver-subversion contrib is online again. It can be visited here.

To add it to your /etc/repository list on your SME Server:

  1. Get command line access on your server (either by SSH or by sitting at the terminal itself)
  2. Log in as root
  3. Issue the following command:
  4. [sourcecode gutter="false" language="bash" autolinks="false"]/sbin/e-smith/db yum_repositories set snetram repository \
    BaseURL http://yum.snetram.nl \
    MirrorList http://mirror.contribs.org/contribs/jmartens/mirrorlist \
    EnableGroups no \
    GPGCheck no \
    Name repository@snetram.nl \
    Visible yes \
    status disabled[/sourcecode]
  5. Expand the /etc/yum.conf file to incorporate the changes:
    [sourcecode gutter="false" language="bash" autolinks="false"]signal-event yum-modify[/sourcecode]

    This will install the repository to be disabled by default.

  6. To install software from it issue the following command: [sourcecode gutter="false" language="bash" autolinks="false"]/sbin/e-smith/yum install packagename –enablerepo=snetram[/sourcecode]

miscelaneous