<?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: Installing Subversion as a Windows Service</title>
	<atom:link href="http://jameskovacs.com/2007/06/12/installing-subversion-as-a-windows-service/feed/" rel="self" type="application/rss+xml" />
	<link>http://jameskovacs.com/2007/06/12/installing-subversion-as-a-windows-service/</link>
	<description></description>
	<lastBuildDate>Wed, 21 Mar 2012 14:32:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: mwawresz</title>
		<link>http://jameskovacs.com/2007/06/12/installing-subversion-as-a-windows-service/comment-page-1/#comment-30295</link>
		<dc:creator>mwawresz</dc:creator>
		<pubDate>Fri, 23 Dec 2011 10:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/06/12/Installing+Subversion+As+A+Windows+Service#comment-30295</guid>
		<description>There is mistake in the binPath. The path to the subversion server should be with --service option (instead of -service)</description>
		<content:encoded><![CDATA[<p>There is mistake in the binPath. The path to the subversion server should be with &#8211;service option (instead of -service)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric S</title>
		<link>http://jameskovacs.com/2007/06/12/installing-subversion-as-a-windows-service/comment-page-1/#comment-8761</link>
		<dc:creator>Eric S</dc:creator>
		<pubDate>Mon, 28 Feb 2011 20:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/06/12/Installing+Subversion+As+A+Windows+Service#comment-8761</guid>
		<description>This was helpful! However something has decided to be &quot;smart&quot; about the quotes in your command line and made some of them curly. This was driving me crazy for the longest time as I had copied your command line to a command prompt and then tailored it for my parameters, but the curly quotes were indistinguishable from straight ones in the font there, and sc was erroring. It took me the longest time to figure out what was going on. When sc doesn&#039;t like the syntax it gives ZERO information about what it doesn&#039;t like.

Might I also suggest amending this article with a few useful tips: 
1) point out SC&#039;s weird space-after-but-not-before-the-equal-sign options syntax requirement
2) point out what the \&quot; is about
3) point out that under Windows 7, even if your user is in the Administrators group, you still need to run the cmd.exe as Administrator in order to be allowed to run sc.</description>
		<content:encoded><![CDATA[<p>This was helpful! However something has decided to be &#8220;smart&#8221; about the quotes in your command line and made some of them curly. This was driving me crazy for the longest time as I had copied your command line to a command prompt and then tailored it for my parameters, but the curly quotes were indistinguishable from straight ones in the font there, and sc was erroring. It took me the longest time to figure out what was going on. When sc doesn&#8217;t like the syntax it gives ZERO information about what it doesn&#8217;t like.</p>
<p>Might I also suggest amending this article with a few useful tips:<br />
1) point out SC&#8217;s weird space-after-but-not-before-the-equal-sign options syntax requirement<br />
2) point out what the \&#8221; is about<br />
3) point out that under Windows 7, even if your user is in the Administrators group, you still need to run the cmd.exe as Administrator in order to be allowed to run sc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaymes B</title>
		<link>http://jameskovacs.com/2007/06/12/installing-subversion-as-a-windows-service/comment-page-1/#comment-1662</link>
		<dc:creator>Jaymes B</dc:creator>
		<pubDate>Fri, 27 Aug 2010 06:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/06/12/Installing+Subversion+As+A+Windows+Service#comment-1662</guid>
		<description>For Windows hosts (at least with Windows 7) you must included the --listen-host option with 0.0.0.0 as the IP (--listen-host 0.0.0.0). This was the only way that I could connect to the svn server from another machine.

If you did not include the --listen-host option, you can only connect to the svn on the machine running svnserve using svn://localhost/repo. If you try from another machine, you will receive a notice saying that the connection was actively refused. This same issue occurred when trying to connect from the localhost using svn://127.0.0.1/repo or that machine&#039;s IP.</description>
		<content:encoded><![CDATA[<p>For Windows hosts (at least with Windows 7) you must included the &#8211;listen-host option with 0.0.0.0 as the IP (&#8211;listen-host 0.0.0.0). This was the only way that I could connect to the svn server from another machine.</p>
<p>If you did not include the &#8211;listen-host option, you can only connect to the svn on the machine running svnserve using <a href="svn://localhost/repo" rel="nofollow">svn://localhost/repo</a>. If you try from another machine, you will receive a notice saying that the connection was actively refused. This same issue occurred when trying to connect from the localhost using <a href="svn://127.0.0.1/repo" rel="nofollow">svn://127.0.0.1/repo</a> or that machine&#8217;s IP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://jameskovacs.com/2007/06/12/installing-subversion-as-a-windows-service/comment-page-1/#comment-903</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 15 Jun 2010 03:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/06/12/Installing+Subversion+As+A+Windows+Service#comment-903</guid>
		<description>@jayaprakashreddy - SVNService is no longer necessary. Subversion has been shipping with svnserve.exe for a few years now, which performs the same function. You can find details here:
http://svnbook.red-bean.com/en/1.4/svn.serverconfig.svnserve.html</description>
		<content:encoded><![CDATA[<p>@jayaprakashreddy &#8211; SVNService is no longer necessary. Subversion has been shipping with svnserve.exe for a few years now, which performs the same function. You can find details here:<br />
<a href="http://svnbook.red-bean.com/en/1.4/svn.serverconfig.svnserve.html" rel="nofollow">http://svnbook.red-bean.com/en/1.4/svn.serverconfig.svnserve.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jayaprakashreddy</title>
		<link>http://jameskovacs.com/2007/06/12/installing-subversion-as-a-windows-service/comment-page-1/#comment-731</link>
		<dc:creator>jayaprakashreddy</dc:creator>
		<pubDate>Tue, 25 May 2010 04:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/06/12/Installing+Subversion+As+A+Windows+Service#comment-731</guid>
		<description>Hi,

How to download SVNService.zip?

any suggestions ?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>How to download SVNService.zip?</p>
<p>any suggestions ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: c0p3rn1c</title>
		<link>http://jameskovacs.com/2007/06/12/installing-subversion-as-a-windows-service/comment-page-1/#comment-194</link>
		<dc:creator>c0p3rn1c</dc:creator>
		<pubDate>Wed, 21 Oct 2009 08:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/06/12/Installing+Subversion+As+A+Windows+Service#comment-194</guid>
		<description>For the vista issue, start your command line with admin right(right click, run as admin)</description>
		<content:encoded><![CDATA[<p>For the vista issue, start your command line with admin right(right click, run as admin)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Kovacs</title>
		<link>http://jameskovacs.com/2007/06/12/installing-subversion-as-a-windows-service/comment-page-1/#comment-193</link>
		<dc:creator>James Kovacs</dc:creator>
		<pubDate>Tue, 10 Mar 2009 19:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/06/12/Installing+Subversion+As+A+Windows+Service#comment-193</guid>
		<description>@Smeeghee - Your setup appears to be fine. Can you connect to the SVN server from another machine? What happens if you try svn://localhost/RepoName? Also note that if you connect to svn://Family-PC/subversion, svnserve will look for a dirctory caled f:\subversion\subversion. HTH.</description>
		<content:encoded><![CDATA[<p>@Smeeghee &#8211; Your setup appears to be fine. Can you connect to the SVN server from another machine? What happens if you try <a href="svn://localhost/RepoName?" rel="nofollow">svn://localhost/RepoName?</a> Also note that if you connect to <a href="svn://Family-PC/subversion" rel="nofollow">svn://Family-PC/subversion</a>, svnserve will look for a dirctory caled f:\subversion\subversion. HTH.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smeeghee</title>
		<link>http://jameskovacs.com/2007/06/12/installing-subversion-as-a-windows-service/comment-page-1/#comment-192</link>
		<dc:creator>Smeeghee</dc:creator>
		<pubDate>Sat, 07 Mar 2009 20:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/06/12/Installing+Subversion+As+A+Windows+Service#comment-192</guid>
		<description>Hi,  I&#039;ve been trying to get the service responding to local requests from Tortoise using svn://Family-PC/subversion.  I set the service up as follows

sc create svn binpath= &quot;C:\Progra~1\SlikSvn\bin\svnserve.exe --service -r f:\subversion&quot; displayname= &quot;Subversion Server&quot; depend= Tcpip start= auto

Which looks to be what everyone is saying here.  I&#039;ve opened port 3690 in the firewall and checked the service is started using the service explorer in Vista.  But I still get the &#039;target machine actively refused&#039; error when trying to browse on the same machine as the repository using Tortoise.

Any info appreciated.</description>
		<content:encoded><![CDATA[<p>Hi,  I&#8217;ve been trying to get the service responding to local requests from Tortoise using <a href="svn://Family-PC/subversion" rel="nofollow">svn://Family-PC/subversion</a>.  I set the service up as follows</p>
<p>sc create svn binpath= &quot;C:\Progra~1\SlikSvn\bin\svnserve.exe &#8211;service -r f:\subversion&quot; displayname= &quot;Subversion Server&quot; depend= Tcpip start= auto</p>
<p>Which looks to be what everyone is saying here.  I&#8217;ve opened port 3690 in the firewall and checked the service is started using the service explorer in Vista.  But I still get the &#8216;target machine actively refused&#8217; error when trying to browse on the same machine as the repository using Tortoise.</p>
<p>Any info appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UA</title>
		<link>http://jameskovacs.com/2007/06/12/installing-subversion-as-a-windows-service/comment-page-1/#comment-191</link>
		<dc:creator>UA</dc:creator>
		<pubDate>Mon, 26 Jan 2009 10:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/06/12/Installing+Subversion+As+A+Windows+Service#comment-191</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr wiggels</title>
		<link>http://jameskovacs.com/2007/06/12/installing-subversion-as-a-windows-service/comment-page-1/#comment-190</link>
		<dc:creator>Mr wiggels</dc:creator>
		<pubDate>Fri, 14 Nov 2008 12:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://jameskovacs.com/2007/06/12/Installing+Subversion+As+A+Windows+Service#comment-190</guid>
		<description>@Aaron&#039;s comment.

Solution is just to run the command prompt as Administrator. [right click &gt; choose &gt; Run as administrator]</description>
		<content:encoded><![CDATA[<p>@Aaron&#8217;s comment.</p>
<p>Solution is just to run the command prompt as Administrator. [right click &gt; choose &gt; Run as administrator]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

