<?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: Mere-Moments Guide to installing a Subversion server on Windows</title>
	<atom:link href="http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/</link>
	<description>Life, .NET, and Cats</description>
	<lastBuildDate>Wed, 10 Mar 2010 13:53:57 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joe</title>
		<link>http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/comment-page-7/#comment-96848</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 03 Mar 2010 13:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-96848</guid>
		<description>@Kiran, &quot;localhost&quot; refers to whatever computer you&#039;re currently on. If you want to connect to another computer, you can&#039;t use &quot;localhost&quot;; you have to use the actual computer name, or its IP address.

Since you&#039;re trying to do this over the Internet, you&#039;ll either need your home computer&#039;s public IP address (if you get a fixed IP from your ISP), or you&#039;ll need to set up a public DNS record for your home computer. Both of those are way beyond the scope of this article. You might try looking around for articles on how to host a Web site on your home computer; that would give you enough information to get you through the tricky bits.</description>
		<content:encoded><![CDATA[<p>@Kiran, &#8220;localhost&#8221; refers to whatever computer you&#8217;re currently on. If you want to connect to another computer, you can&#8217;t use &#8220;localhost&#8221;; you have to use the actual computer name, or its IP address.</p>
<p>Since you&#8217;re trying to do this over the Internet, you&#8217;ll either need your home computer&#8217;s public IP address (if you get a fixed IP from your ISP), or you&#8217;ll need to set up a public DNS record for your home computer. Both of those are way beyond the scope of this article. You might try looking around for articles on how to host a Web site on your home computer; that would give you enough information to get you through the tricky bits.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiran</title>
		<link>http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/comment-page-7/#comment-96369</link>
		<dc:creator>Kiran</dc:creator>
		<pubDate>Sun, 28 Feb 2010 17:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-96369</guid>
		<description>Need HELP! Have been using SVN on local machine for a while now. Works great even when accessed over from another machine in the same LAN. 

However, I tried setting SVN up to access over the internet so that I could access the code in my home PC from my office. However, that has been giving problems. I tried everything I could think of. I get the same error that some of the folks here have got; &quot;svn: Can’t connect to host ‘localhost’: No connection could be made because the target machine actively refused it.&quot; 

I have configured my modem for port forwarding, I have added port 3690 to the exceptions in windows firewall and I even have svnserve as well as svnservice residing in the same bin directory. Nothing works :( Can someone please help me?</description>
		<content:encoded><![CDATA[<p>Need HELP! Have been using SVN on local machine for a while now. Works great even when accessed over from another machine in the same LAN. </p>
<p>However, I tried setting SVN up to access over the internet so that I could access the code in my home PC from my office. However, that has been giving problems. I tried everything I could think of. I get the same error that some of the folks here have got; &#8220;svn: Can’t connect to host ‘localhost’: No connection could be made because the target machine actively refused it.&#8221; </p>
<p>I have configured my modem for port forwarding, I have added port 3690 to the exceptions in windows firewall and I even have svnserve as well as svnservice residing in the same bin directory. Nothing works <img src='http://blog.excastle.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Can someone please help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akij</title>
		<link>http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/comment-page-7/#comment-87629</link>
		<dc:creator>Akij</dc:creator>
		<pubDate>Wed, 13 Jan 2010 08:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-87629</guid>
		<description>Thanx a lot Joe. Your post helped me a lot. May the triple gems bless you...:)</description>
		<content:encoded><![CDATA[<p>Thanx a lot Joe. Your post helped me a lot. May the triple gems bless you&#8230;:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/comment-page-7/#comment-76538</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 04 Nov 2009 05:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-76538</guid>
		<description>@Nattu, I believe that per-project permissions require that you use Apache instead of svnserve. This Guide just covers svnserve. I can&#039;t help you with Apache -- we do use svn+Apache at work, but I&#039;m not the one who set it up so I have no idea what&#039;s involved.

Here&#039;s some very general info from the svn FAQ: &lt;a href=&quot;http://subversion.tigris.org/faq.html#multi-proj&quot; rel=&quot;nofollow&quot;&gt;How do I manage several different projects under Subversion?&lt;/a&gt; It doesn&#039;t have any details on installing Apache or setting permissions, but it does go into one of the first questions you&#039;ll need to answer (one repository or several?).</description>
		<content:encoded><![CDATA[<p>@Nattu, I believe that per-project permissions require that you use Apache instead of svnserve. This Guide just covers svnserve. I can&#8217;t help you with Apache &#8212; we do use svn+Apache at work, but I&#8217;m not the one who set it up so I have no idea what&#8217;s involved.</p>
<p>Here&#8217;s some very general info from the svn FAQ: <a href="http://subversion.tigris.org/faq.html#multi-proj" rel="nofollow">How do I manage several different projects under Subversion?</a> It doesn&#8217;t have any details on installing Apache or setting permissions, but it does go into one of the first questions you&#8217;ll need to answer (one repository or several?).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nattu</title>
		<link>http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/comment-page-7/#comment-76252</link>
		<dc:creator>Nattu</dc:creator>
		<pubDate>Mon, 02 Nov 2009 10:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-76252</guid>
		<description>I have 3 projects: Project1, Project2, Project3 and 5 users: User1, User2, User3, User4, User5

1. I need User1 and User3 can have access to Project2 only
2. All users except User5 can access Project1

Any guide line for this situation? 

Thanks in advance
Nattu</description>
		<content:encoded><![CDATA[<p>I have 3 projects: Project1, Project2, Project3 and 5 users: User1, User2, User3, User4, User5</p>
<p>1. I need User1 and User3 can have access to Project2 only<br />
2. All users except User5 can access Project1</p>
<p>Any guide line for this situation? </p>
<p>Thanks in advance<br />
Nattu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: velmurugan</title>
		<link>http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/comment-page-7/#comment-46607</link>
		<dc:creator>velmurugan</dc:creator>
		<pubDate>Tue, 24 Mar 2009 05:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-46607</guid>
		<description>I am using subversion last 6 month.i have 6 month data in svn server.my data&#039;s and configuration foldes also deleted,i am copied subversion repository folder structure full path daily basis.so i replace the subversion repository folder structure previous date backup.now it&#039;s working fine.

1.But if i don&#039;t have backup of SubversionRepository folder structure, then how to retrive the data?

2.if i have backup of SubversionRepository folder structure, when server is down,then how to configure/restore to another system on old repository folder structure?

Please help me.

Thanks,Vel</description>
		<content:encoded><![CDATA[<p>I am using subversion last 6 month.i have 6 month data in svn server.my data&#8217;s and configuration foldes also deleted,i am copied subversion repository folder structure full path daily basis.so i replace the subversion repository folder structure previous date backup.now it&#8217;s working fine.</p>
<p>1.But if i don&#8217;t have backup of SubversionRepository folder structure, then how to retrive the data?</p>
<p>2.if i have backup of SubversionRepository folder structure, when server is down,then how to configure/restore to another system on old repository folder structure?</p>
<p>Please help me.</p>
<p>Thanks,Vel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Burak</title>
		<link>http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/comment-page-7/#comment-46116</link>
		<dc:creator>Burak</dc:creator>
		<pubDate>Fri, 20 Mar 2009 08:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-46116</guid>
		<description>Many thanks.. After 4 years, your instructions are still valid and it would be an ordeal to setup without them !</description>
		<content:encoded><![CDATA[<p>Many thanks.. After 4 years, your instructions are still valid and it would be an ordeal to setup without them !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuvraj</title>
		<link>http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/comment-page-7/#comment-46064</link>
		<dc:creator>Yuvraj</dc:creator>
		<pubDate>Thu, 19 Mar 2009 14:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-46064</guid>
		<description>I followed all the steps given able to check out on local system. But am not able to check out from another machine on my network. Port 3690 is also open.

following is the error message from another machine says:

A connection attempt failed because the connected party did not properly respsond after a period of time, or established connection failed because connected host has failed to respond.

thanks in advance</description>
		<content:encoded><![CDATA[<p>I followed all the steps given able to check out on local system. But am not able to check out from another machine on my network. Port 3690 is also open.</p>
<p>following is the error message from another machine says:</p>
<p>A connection attempt failed because the connected party did not properly respsond after a period of time, or established connection failed because connected host has failed to respond.</p>
<p>thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prashant</title>
		<link>http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/comment-page-7/#comment-44849</link>
		<dc:creator>prashant</dc:creator>
		<pubDate>Tue, 03 Mar 2009 12:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-44849</guid>
		<description>i have ran following command 

svn mkdir svn://localhost/myproject

and I got following error.

&quot;
sh: C:\Windows\Notepad.exe: command not found
svn: system(&#039;&quot;C:\Windows\Notepad.exe&quot; svn-commit.tmp&#039;) returned 32512&quot;
&quot;
How to solve it?

Details:
### svn --version
svn, version 1.5.5 (r34862)
   compiled Dec 23 2008, 10:46:29

Copyright (C) 2000-2008 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
  - handles &#039;http&#039; scheme
  - handles &#039;https&#039; scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - with Cyrus SASL authentication
  - handles &#039;svn&#039; scheme
* ra_local : Module for accessing a repository on local disk.
  - handles &#039;file&#039; scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
  - handles &#039;http&#039; scheme
  - handles &#039;https&#039; scheme

# env variables
SVN_EDITOR=&quot;C:\Windows\Notepad.exe&quot;

What else need to be done? AM i missing something?

thanks in advance for help!</description>
		<content:encoded><![CDATA[<p>i have ran following command </p>
<p>svn mkdir svn://localhost/myproject</p>
<p>and I got following error.</p>
<p>&#8221;<br />
sh: C:\Windows\Notepad.exe: command not found<br />
svn: system(&#8217;&#8221;C:\Windows\Notepad.exe&#8221; svn-commit.tmp&#8217;) returned 32512&#8243;<br />
&#8221;<br />
How to solve it?</p>
<p>Details:<br />
### svn &#8211;version<br />
svn, version 1.5.5 (r34862)<br />
   compiled Dec 23 2008, 10:46:29</p>
<p>Copyright (C) 2000-2008 CollabNet.<br />
Subversion is open source software, see <a href="http://subversion.tigris.org/" rel="nofollow">http://subversion.tigris.org/</a><br />
This product includes software developed by CollabNet (<a href="http://www.Collab.Net/)" rel="nofollow">http://www.Collab.Net/)</a>.</p>
<p>The following repository access (RA) modules are available:</p>
<p>* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.<br />
  &#8211; handles &#8216;http&#8217; scheme<br />
  &#8211; handles &#8216;https&#8217; scheme<br />
* ra_svn : Module for accessing a repository using the svn network protocol.<br />
  &#8211; with Cyrus SASL authentication<br />
  &#8211; handles &#8217;svn&#8217; scheme<br />
* ra_local : Module for accessing a repository on local disk.<br />
  &#8211; handles &#8216;file&#8217; scheme<br />
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.<br />
  &#8211; handles &#8216;http&#8217; scheme<br />
  &#8211; handles &#8216;https&#8217; scheme</p>
<p># env variables<br />
SVN_EDITOR=&#8221;C:\Windows\Notepad.exe&#8221;</p>
<p>What else need to be done? AM i missing something?</p>
<p>thanks in advance for help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amardeep Rana</title>
		<link>http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/comment-page-7/#comment-35507</link>
		<dc:creator>Amardeep Rana</dc:creator>
		<pubDate>Fri, 14 Nov 2008 17:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-35507</guid>
		<description>HI , Please help me I could not find service.exe in Zip folder. SO I could not run it automatic.
Please help me 

Amardeep Rana</description>
		<content:encoded><![CDATA[<p>HI , Please help me I could not find service.exe in Zip folder. SO I could not run it automatic.<br />
Please help me </p>
<p>Amardeep Rana</p>
]]></content:encoded>
	</item>
</channel>
</rss>
