<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.hot-chilli.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.hot-chilli.net/feed.php">
        <title>Hot-Chilli Wiki - allgemeine-howtos:svn</title>
        <description></description>
        <link>https://wiki.hot-chilli.net/</link>
        <image rdf:resource="https://wiki.hot-chilli.net/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-19T08:26:00+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.hot-chilli.net/allgemeine-howtos/svn/apache-svn-vhost?rev=1453130740&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.hot-chilli.net/allgemeine-howtos/svn/eclipse?rev=1452542096&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.hot-chilli.net/allgemeine-howtos/svn/start?rev=1452542678&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.hot-chilli.net/_media/wiki/dokuwiki.svg">
        <title>Hot-Chilli Wiki</title>
        <link>https://wiki.hot-chilli.net/</link>
        <url>https://wiki.hot-chilli.net/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.hot-chilli.net/allgemeine-howtos/svn/apache-svn-vhost?rev=1453130740&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-01-18T15:25:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>apache-svn-vhost</title>
        <link>https://wiki.hot-chilli.net/allgemeine-howtos/svn/apache-svn-vhost?rev=1453130740&amp;do=diff</link>
        <description>Apache SVN vHost

Verwendet wurde in vorliegendem Fall das debian Paket für SVN.

Für dieses Paket wurde dann im vorhandenen apache Webserver ein vhost eingerichtet. In der Konfiguration für den vhost muss folgender Block mit eingebaut werden:

&lt;VirtualHost svn.meinedomain.de:80&gt;
.
.
.
    &lt;Location /svn&gt;
       # Uncomment this to enable the repository
       DAV svn
       # Set this to the path to your repository
       SVNParentPath /var/lib/svn
       # Compress output
       SetOutputFilte…</description>
    </item>
    <item rdf:about="https://wiki.hot-chilli.net/allgemeine-howtos/svn/eclipse?rev=1452542096&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-01-11T19:54:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>eclipse</title>
        <link>https://wiki.hot-chilli.net/allgemeine-howtos/svn/eclipse?rev=1452542096&amp;do=diff</link>
        <description>Eclipse

Eclipse ist zu finden unter &lt;http://www.eclipse.org&gt;

Dort kann man sich die aktuelle Version der IDE herunterladen. Man muss dann das Verzeichnis nur entpacken und starten. Man benötigt für Eclipse noch eine installierte JRE (Java Runtime Environment), zu finden unter</description>
    </item>
    <item rdf:about="https://wiki.hot-chilli.net/allgemeine-howtos/svn/start?rev=1452542678&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-01-11T20:04:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://wiki.hot-chilli.net/allgemeine-howtos/svn/start?rev=1452542678&amp;do=diff</link>
        <description>SVN

SVN ist der Quasi-Nachfolger von CVS, faellt damit in die Gruppe der Versionsverwaltungs-Programme.

Wir setzen SVN als debian Paket auf einem unserer Server ein.

Über Programmier-IDEs wie bspw. eclipse kann man auf die auf dem Server eingerichteten Repositories zugreifen.</description>
    </item>
</rdf:RDF>
