<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://dns323.kood.org/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="http://dns323.kood.org/feed.php">
        <title>DNS323Wiki howto:subversion</title>
        <description></description>
        <link>http://dns323.kood.org/</link>
        <image rdf:resource="http://dns323.kood.org/lib/images/favicon.ico" />
       <dc:date>2025-05-26T20:07:28+03:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://dns323.kood.org/howto:subversion:apache2?rev=1504712284"/>
                <rdf:li rdf:resource="http://dns323.kood.org/howto:subversion:fun_plug_native?rev=1504712284"/>
                <rdf:li rdf:resource="http://dns323.kood.org/howto:subversion:init.d?rev=1504712284"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://dns323.kood.org/lib/images/favicon.ico">
        <title>DNS323Wiki</title>
        <link>http://dns323.kood.org/</link>
        <url>http://dns323.kood.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://dns323.kood.org/howto:subversion:apache2?rev=1504712284">
        <dc:format>text/html</dc:format>
        <dc:date>2017-09-06T18:38:04+03:00</dc:date>
        <title>howto:subversion:apache2</title>
        <link>http://dns323.kood.org/howto:subversion:apache2?rev=1504712284</link>
        <description>A lot of this wiki is borrowed from the subversion install-manual, and spiced up with some experience :-)

During the build anc configure process you might need some packages.. Just get them by apt-get, and retry.. Quite easy.

Running the Apache2 server is quite limited, but it works great, and finally I can get through “stupid” corporate firewalls (port 80).</description>
    </item>
    <item rdf:about="http://dns323.kood.org/howto:subversion:fun_plug_native?rev=1504712284">
        <dc:format>text/html</dc:format>
        <dc:date>2017-09-06T18:38:04+03:00</dc:date>
        <title>howto:subversion:fun_plug_native</title>
        <link>http://dns323.kood.org/howto:subversion:fun_plug_native?rev=1504712284</link>
        <description>There are two ways to install subversion by either a) installing debian and chroot-ing into it (howto) or b) installing natively by cross-compiling subversion to run natively on the DNS 322. This page describes the latter (b).


The easiest way to install subversion is to first download all the packages from the fonz packages directory. Then go and have a look at the packages.html. Click on subversion and it will tell you which files are required. So install them by running 

funpkg -i FILENAME.…</description>
    </item>
    <item rdf:about="http://dns323.kood.org/howto:subversion:init.d?rev=1504712284">
        <dc:format>text/html</dc:format>
        <dc:date>2017-09-06T18:38:04+03:00</dc:date>
        <title>howto:subversion:init.d</title>
        <link>http://dns323.kood.org/howto:subversion:init.d?rev=1504712284</link>
        <description>If you'd like to start subversion automatically from init.d, you can do the following 

	*  kill the running process if it exists
pskill svnserve
	*  download the svnserve init.d script
cd /etc/init.d/
wget http://www.soderlind.no/download/svnserve.txt
mv svnserve.txt svnserve
chmod 755 svnserve
	*  Edit the script</description>
    </item>
</rdf:RDF>
