<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Subversion (SVN) Server Startup Script</title>
	<atom:link href="http://famvdploeg.com/blog/2008/02/subversion-svn-server-startup-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://famvdploeg.com/blog/2008/02/subversion-svn-server-startup-script/</link>
	<description>A simple look on things</description>
	<lastBuildDate>Thu, 03 May 2012 11:33:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Beau</title>
		<link>http://famvdploeg.com/blog/2008/02/subversion-svn-server-startup-script/comment-page-1/#comment-1155</link>
		<dc:creator>Beau</dc:creator>
		<pubDate>Sun, 06 Jun 2010 21:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=37#comment-1155</guid>
		<description>Thanks! This script was very helpful!

I am running Subversion 1.5.4, as installed from the Ubuntu 9.04 Jaunty repositories and --pid-file is now a valid argument for svnserve.

I changed the start block as such:


  start)
        echo -n &quot;Starting Subversion (SVN) Server&quot;
        start-stop-daemon --start --quiet \
                --exec /usr/bin/svnserve -- -dr $REPOS_DIR \
               --pid-file=$PIDFILE
        #PID=`pidof svnserve` &#124;&#124; true
        #echo $PID &gt; $PIDFILE
        echo &quot;.&quot;
        ;;



I also added the LSB init lines so that the update-rc.d wouldn&#039;t have warnings.  I basically used the apache file as a template.

### BEGIN INIT INFO
# Provides:          svnserve
# Required-Start:    $local_fs $remote_fs $network $syslog
# Required-Stop:     $local_fs $remote_fs $network $syslog
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Start svnserve daemon at boot time
# Description:       Enable svnserve by daemon.
### END INIT INFO</description>
		<content:encoded><![CDATA[<p>Thanks! This script was very helpful!</p>
<p>I am running Subversion 1.5.4, as installed from the Ubuntu 9.04 Jaunty repositories and &#8211;pid-file is now a valid argument for svnserve.</p>
<p>I changed the start block as such:</p>
<p>  start)<br />
        echo -n &#8220;Starting Subversion (SVN) Server&#8221;<br />
        start-stop-daemon &#8211;start &#8211;quiet \<br />
                &#8211;exec /usr/bin/svnserve &#8212; -dr $REPOS_DIR \<br />
               &#8211;pid-file=$PIDFILE<br />
        #PID=`pidof svnserve` || true<br />
        #echo $PID &gt; $PIDFILE<br />
        echo &#8220;.&#8221;<br />
        ;;</p>
<p>I also added the LSB init lines so that the update-rc.d wouldn&#8217;t have warnings.  I basically used the apache file as a template.</p>
<p>### BEGIN INIT INFO<br />
# Provides:          svnserve<br />
# Required-Start:    $local_fs $remote_fs $network $syslog<br />
# Required-Stop:     $local_fs $remote_fs $network $syslog<br />
# Default-Start:     2 3 4 5<br />
# Default-Stop:      0 1 6<br />
# Short-Description: Start svnserve daemon at boot time<br />
# Description:       Enable svnserve by daemon.<br />
### END INIT INFO</p>
]]></content:encoded>
	</item>
</channel>
</rss>

