<?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"
	>
<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>
	<pubDate>Sun, 12 Oct 2008 08:01:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Alex</title>
		<link>http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-29094</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 04 Sep 2008 11:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-29094</guid>
		<description>I think I found another error... at least to me it happen.

If your config files have white spaces between # and the option name and you will delete only the # than an error will occur after running " svnserve -d -r “C:\Documents and Settings\svn_repos” " you will recive this error :
&#62;&#62; C:\Documents and Settings\svn_repos\conf\svnserve.conf:12: Option expected

I hope that this will help others too.</description>
		<content:encoded><![CDATA[<p>I think I found another error&#8230; at least to me it happen.</p>
<p>If your config files have white spaces between # and the option name and you will delete only the # than an error will occur after running &#8221; svnserve -d -r “C:\Documents and Settings\svn_repos” &#8221; you will recive this error :<br />
&gt;&gt; C:\Documents and Settings\svn_repos\conf\svnserve.conf:12: Option expected</p>
<p>I hope that this will help others too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-29091</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 04 Sep 2008 11:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-29091</guid>
		<description>Finally I managed to manually start  the service but with this line :

&#62;&#62;C:\Program Files\Subversion\bin&#62;svnserve -d -r “d:\repository”

It seams that in the version I use (Setup-Subversion-1.5.1.en-us.msi) I works only the above way or:

&#62;&#62;C:\Program Files\Subversion\bin&#62;svnserve --daemon --root “d:\repository”.

But now I have another problem. I have successfully installed as a service but when I try to start it I got this error (from Event Viewer) :

SVNService process ended prematurely: ("C:\Program Files\Subversion\bin\svnserve.exe" "–daemon" "–root" "d:\repository")

I think that, again, it is something like the previous line, but I can't find where to edit this "C:\Program Files\Subversion\bin\svnserve.exe" "–daemon" "–root" "d:\repository".

Help!

Thanks in advice,
Alex</description>
		<content:encoded><![CDATA[<p>Finally I managed to manually start  the service but with this line :</p>
<p>&gt;&gt;C:\Program Files\Subversion\bin&gt;svnserve -d -r “d:\repository”</p>
<p>It seams that in the version I use (Setup-Subversion-1.5.1.en-us.msi) I works only the above way or:</p>
<p>&gt;&gt;C:\Program Files\Subversion\bin&gt;svnserve &#8211;daemon &#8211;root “d:\repository”.</p>
<p>But now I have another problem. I have successfully installed as a service but when I try to start it I got this error (from Event Viewer) :</p>
<p>SVNService process ended prematurely: (&#8221;C:\Program Files\Subversion\bin\svnserve.exe&#8221; &#8220;–daemon&#8221; &#8220;–root&#8221; &#8220;d:\repository&#8221;)</p>
<p>I think that, again, it is something like the previous line, but I can&#8217;t find where to edit this &#8220;C:\Program Files\Subversion\bin\svnserve.exe&#8221; &#8220;–daemon&#8221; &#8220;–root&#8221; &#8220;d:\repository&#8221;.</p>
<p>Help!</p>
<p>Thanks in advice,<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-29082</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 04 Sep 2008 10:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-29082</guid>
		<description>Thanks for this tutorial Joe but I just couldn't make it work on step 4:

&#62;&#62;C:\Program Files\Subversion\bin&#62;svnserve -daemon -root "d:\repository"

and the result:

&#62;&#62;Type 'svnserve --help' for usage.

If I type as it says 'svnserve --help' ... gues what response I get:

&#62;&#62;Type 'svnserve --help' for usage.

Can you please help me?

Alex</description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial Joe but I just couldn&#8217;t make it work on step 4:</p>
<p>&gt;&gt;C:\Program Files\Subversion\bin&gt;svnserve -daemon -root &#8220;d:\repository&#8221;</p>
<p>and the result:</p>
<p>&gt;&gt;Type &#8217;svnserve &#8211;help&#8217; for usage.</p>
<p>If I type as it says &#8217;svnserve &#8211;help&#8217; &#8230; gues what response I get:</p>
<p>&gt;&gt;Type &#8217;svnserve &#8211;help&#8217; for usage.</p>
<p>Can you please help me?</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ali</title>
		<link>http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-26235</link>
		<dc:creator>ali</dc:creator>
		<pubDate>Sat, 19 Jul 2008 17:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-26235</guid>
		<description>hi Joe,
every time i run this command 
svn ls svn://localhost/

this error message appears to me
svn: Can't connect to host 'localhost': No connection could be made because the
target machine actively refused it.

i tried to add a port to allow connecting to it.but the same result appears
i tried to search for this problem solving but nothing helped out
thanks in advance</description>
		<content:encoded><![CDATA[<p>hi Joe,<br />
every time i run this command<br />
svn ls svn://localhost/</p>
<p>this error message appears to me<br />
svn: Can&#8217;t connect to host &#8216;localhost&#8217;: No connection could be made because the<br />
target machine actively refused it.</p>
<p>i tried to add a port to allow connecting to it.but the same result appears<br />
i tried to search for this problem solving but nothing helped out<br />
thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iffi</title>
		<link>http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-24185</link>
		<dc:creator>Iffi</dc:creator>
		<pubDate>Fri, 04 Jul 2008 11:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-24185</guid>
		<description>hello all,
I just installed svn and created my first repository. I want to limit access on different folders of source code for different users. When i remove comments from authz_db = authz in svnderve.conf file, tortoise svn gives authintication error. Plz help and also let me know how to give limits access rights in authz file. my ur is " svn://serverip/code/xxx  where xxx are different filder in repository.

Thanks,</description>
		<content:encoded><![CDATA[<p>hello all,<br />
I just installed svn and created my first repository. I want to limit access on different folders of source code for different users. When i remove comments from authz_db = authz in svnderve.conf file, tortoise svn gives authintication error. Plz help and also let me know how to give limits access rights in authz file. my ur is &#8221; svn://serverip/code/xxx  where xxx are different filder in repository.</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VINAY KUMAR</title>
		<link>http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-22333</link>
		<dc:creator>VINAY KUMAR</dc:creator>
		<pubDate>Wed, 18 Jun 2008 13:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-22333</guid>
		<description>Very nicely documented and has helped a lot. All the best for any other stuff.</description>
		<content:encoded><![CDATA[<p>Very nicely documented and has helped a lot. All the best for any other stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabian Mejia</title>
		<link>http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-21985</link>
		<dc:creator>Fabian Mejia</dc:creator>
		<pubDate>Mon, 16 Jun 2008 00:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-21985</guid>
		<description>Hi, 
I have also written a small guide to install both the server and clients for SVN, using VisualSVN Server and Tortoise SVN client (free packages).

VisualSVN is great because it has a GUI over the subversion base install. So if you are a beginer on CVS and SVN you will have it running in minutes. Also, as it's based on Subversion you can setup advanced option later.

Please check my page:

http://fabianmejia.blogspot.com/2008/06/open-source-control-version-system.html</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have also written a small guide to install both the server and clients for SVN, using VisualSVN Server and Tortoise SVN client (free packages).</p>
<p>VisualSVN is great because it has a GUI over the subversion base install. So if you are a beginer on CVS and SVN you will have it running in minutes. Also, as it&#8217;s based on Subversion you can setup advanced option later.</p>
<p>Please check my page:</p>
<p><a href="http://fabianmejia.blogspot.com/2008/06/open-source-control-version-system.html" rel="nofollow">http://fabianmejia.blogspot.com/2008/06/open-source-control-version-system.html</a></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-21512</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Thu, 12 Jun 2008 12:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-21512</guid>
		<description>First of all, it's weird to want the same content in both branches. At that point, why bother having two branches? It's just needless duplication.

Sometimes there will be merge conflicts -- generally when you modify the same part of the same file in both branches. You can either use a GUI merge tool to resolve the conflicts (if you can figure out how they're supposed to work), or you can edit the file manually, look for the "&#60;&#60;&#60;&#60;&#60;" and "=====" and "&#62;&#62;&#62;&#62;&#62;" markers, and decide which parts to keep. Make the file look like you want it, deleting the marker lines. If you edit the file manually, then you have to right-click and select "TortoiseSVN &#62; Resolved" to tell SVN you fixed it (there's also a way to do this from the command line if you prefer).

If you need more info, particularly around best practices, I'd recommend the book "&lt;a href="http://www.pragprog.com/titles/svn/pragmatic-version-control-using-subversion" rel="nofollow"&gt;Pragmatic Version Control using Subversion&lt;/a&gt;".</description>
		<content:encoded><![CDATA[<p>First of all, it&#8217;s weird to want the same content in both branches. At that point, why bother having two branches? It&#8217;s just needless duplication.</p>
<p>Sometimes there will be merge conflicts &#8212; generally when you modify the same part of the same file in both branches. You can either use a GUI merge tool to resolve the conflicts (if you can figure out how they&#8217;re supposed to work), or you can edit the file manually, look for the &#8220;&lt;&lt;&lt;&lt;&lt;&#8221; and &#8220;=====&#8221; and &#8220;&gt;&gt;&gt;&gt;&gt;&#8221; markers, and decide which parts to keep. Make the file look like you want it, deleting the marker lines. If you edit the file manually, then you have to right-click and select &#8220;TortoiseSVN &gt; Resolved&#8221; to tell SVN you fixed it (there&#8217;s also a way to do this from the command line if you prefer).</p>
<p>If you need more info, particularly around best practices, I&#8217;d recommend the book &#8220;<a href="http://www.pragprog.com/titles/svn/pragmatic-version-control-using-subversion" rel="nofollow">Pragmatic Version Control using Subversion</a>&#8220;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ArulVivek</title>
		<link>http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-21465</link>
		<dc:creator>ArulVivek</dc:creator>
		<pubDate>Thu, 12 Jun 2008 06:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-21465</guid>
		<description>Hi

It is very nice article and i have tried the steps, it is working fine. I need to know how the
branching and merging works. 
for example, i have branched the main files into revision1 and i modifed in  both the places, 
when I try to merge the changes it create lots of conflits and it is not merging properly

I want to merge the main changes to revision1 and want to merge the revision1 changes to main.

so main and revision1 will have same content.

how to perform this. 

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>It is very nice article and i have tried the steps, it is working fine. I need to know how the<br />
branching and merging works.<br />
for example, i have branched the main files into revision1 and i modifed in  both the places,<br />
when I try to merge the changes it create lots of conflits and it is not merging properly</p>
<p>I want to merge the main changes to revision1 and want to merge the revision1 changes to main.</p>
<p>so main and revision1 will have same content.</p>
<p>how to perform this. </p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramn Zca</title>
		<link>http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-19272</link>
		<dc:creator>Ramn Zca</dc:creator>
		<pubDate>Thu, 29 May 2008 07:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2005/05/31/mere-moments-guide-to-installing-a-subversion-server-on-windows/#comment-19272</guid>
		<description>really good even if there is an installer its better to know wat happens actually</description>
		<content:encoded><![CDATA[<p>really good even if there is an installer its better to know wat happens actually</p>
]]></content:encoded>
	</item>
</channel>
</rss>
