<?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: Running svnserve as a windows service: long filename problem</title>
	<atom:link href="http://www.ronaldwidha.net/2008/08/29/running-svnserve-as-a-windows-service-long-filename-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ronaldwidha.net/2008/08/29/running-svnserve-as-a-windows-service-long-filename-problem/</link>
	<description>podcast addict, believes in occam razor, software consultant</description>
	<lastBuildDate>Fri, 13 Aug 2010 16:48:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cornel</title>
		<link>http://www.ronaldwidha.net/2008/08/29/running-svnserve-as-a-windows-service-long-filename-problem/comment-page-1/#comment-418</link>
		<dc:creator>Cornel</dc:creator>
		<pubDate>Tue, 10 Nov 2009 13:44:33 +0000</pubDate>
		<guid isPermaLink="false">/Articles/Running-svnserve-as-a-windows-service:-long-filename-problem.aspx#comment-418</guid>
		<description>There&#039;s no need to use environment variables. Inside binpath quotes, you must use &quot; instead of &quot;.&lt;br&gt;Example:&lt;br&gt;SC create some_service start= auto binpath= &quot;&quot;C:Program FilesSomeServicePathSomeService.exe&quot; -option&quot; DisplayName= &quot;Some Service&quot;&lt;br&gt;For you, it&#039;s going to be&lt;br&gt;sc create svn_repos binpath= &quot;&quot;C:Program FilesSubversionbinsvnserve.exe&quot; --service --root &quot;D:Subversion Repository&quot;&quot; displayname= &quot;Subversion Repository&quot; depend= Tcpip&lt;br&gt;It&#039;s been a while since this post was created, but hope it&#039;ll help :)</description>
		<content:encoded><![CDATA[<p>There&#39;s no need to use environment variables. Inside binpath quotes, you must use &#8221; instead of &#8220;.<br />Example:<br />SC create some_service start= auto binpath= &#8220;&#8221;C:Program FilesSomeServicePathSomeService.exe&#8221; -option&#8221; DisplayName= &#8220;Some Service&#8221;<br />For you, it&#39;s going to be<br />sc create svn_repos binpath= &#8220;&#8221;C:Program FilesSubversionbinsvnserve.exe&#8221; &#8211;service &#8211;root &#8220;D:Subversion Repository&#8221;" displayname= &#8220;Subversion Repository&#8221; depend= Tcpip<br />It&#39;s been a while since this post was created, but hope it&#39;ll help <img src='http://www.ronaldwidha.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cornel</title>
		<link>http://www.ronaldwidha.net/2008/08/29/running-svnserve-as-a-windows-service-long-filename-problem/comment-page-1/#comment-392</link>
		<dc:creator>Cornel</dc:creator>
		<pubDate>Tue, 10 Nov 2009 05:44:33 +0000</pubDate>
		<guid isPermaLink="false">/Articles/Running-svnserve-as-a-windows-service:-long-filename-problem.aspx#comment-392</guid>
		<description>There&#039;s no need to use environment variables. Inside binpath quotes, you must use &quot; instead of &quot;.&lt;br&gt;Example:&lt;br&gt;SC create some_service start= auto binpath= &quot;&quot;C:Program FilesSomeServicePathSomeService.exe&quot; -option&quot; DisplayName= &quot;Some Service&quot;&lt;br&gt;For you, it&#039;s going to be&lt;br&gt;sc create svn_repos binpath= &quot;&quot;C:Program FilesSubversionbinsvnserve.exe&quot; --service --root &quot;D:Subversion Repository&quot;&quot; displayname= &quot;Subversion Repository&quot; depend= Tcpip&lt;br&gt;It&#039;s been a while since this post was created, but hope it&#039;ll help :)</description>
		<content:encoded><![CDATA[<p>There&#39;s no need to use environment variables. Inside binpath quotes, you must use &#8221; instead of &#8220;.<br />Example:<br />SC create some_service start= auto binpath= &#8220;&#8221;C:Program FilesSomeServicePathSomeService.exe&#8221; -option&#8221; DisplayName= &#8220;Some Service&#8221;<br />For you, it&#39;s going to be<br />sc create svn_repos binpath= &#8220;&#8221;C:Program FilesSubversionbinsvnserve.exe&#8221; &#8211;service &#8211;root &#8220;D:Subversion Repository&#8221;" displayname= &#8220;Subversion Repository&#8221; depend= Tcpip<br />It&#39;s been a while since this post was created, but hope it&#39;ll help <img src='http://www.ronaldwidha.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ronaldwidha</title>
		<link>http://www.ronaldwidha.net/2008/08/29/running-svnserve-as-a-windows-service-long-filename-problem/comment-page-1/#comment-227</link>
		<dc:creator>ronaldwidha</dc:creator>
		<pubDate>Wed, 26 Nov 2008 05:57:00 +0000</pubDate>
		<guid isPermaLink="false">/Articles/Running-svnserve-as-a-windows-service:-long-filename-problem.aspx#comment-227</guid>
		<description>&lt;p&gt;Hi Grant, &lt;/p&gt;
&lt;p&gt;That was what I first thought as well. Upon closer inspection svn_repos binpath argument expects the value to be enclosed in double quotes like so: &quot;C:\DevSupport\Subversion\bin\svnserve.exe --service --root D:\Repository&quot;&lt;/p&gt;
&lt;p&gt;So when you have a long file name, you&#039;d probably ended up with &quot;&quot;C:\some long file name\svnserve.exe&quot; --service ...&quot;.&lt;/p&gt;
&lt;p&gt;Which what you might guess, won&#039;t work.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Grant, </p>
<p>That was what I first thought as well. Upon closer inspection svn_repos binpath argument expects the value to be enclosed in double quotes like so: &#8220;C:\DevSupport\Subversion\bin\svnserve.exe &#8211;service &#8211;root D:\Repository&#8221;</p>
<p>So when you have a long file name, you&#8217;d probably ended up with &#8220;&#8221;C:\some long file name\svnserve.exe&#8221; &#8211;service &#8230;&#8221;.</p>
<p>Which what you might guess, won&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.ronaldwidha.net/2008/08/29/running-svnserve-as-a-windows-service-long-filename-problem/comment-page-1/#comment-226</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 25 Nov 2008 17:18:00 +0000</pubDate>
		<guid isPermaLink="false">/Articles/Running-svnserve-as-a-windows-service:-long-filename-problem.aspx#comment-226</guid>
		<description>&lt;p&gt;You need to enclose the long file name in escaped-double-quotes.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You need to enclose the long file name in escaped-double-quotes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
