<?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: Setup a Subversion Server in 4 Minutes</title>
	<atom:link href="http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/</link>
	<description>It&#039;s Just Links</description>
	<lastBuildDate>Wed, 14 Sep 2011 13:47:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris</title>
		<link>http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/comment-page-1/#comment-265191</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 14 Jun 2010 00:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/#comment-265191</guid>
		<description>Short, but not very practical. Running &quot;svnserve -d&quot; isn&#039;t how you properly start a daemon. You need to configure it to run at boot time.</description>
		<content:encoded><![CDATA[<p>Short, but not very practical. Running &#8220;svnserve -d&#8221; isn&#8217;t how you properly start a daemon. You need to configure it to run at boot time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Irving</title>
		<link>http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/comment-page-1/#comment-174743</link>
		<dc:creator>Irving</dc:creator>
		<pubDate>Fri, 10 Jul 2009 09:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/#comment-174743</guid>
		<description>For fizeen, you have misunderstood the comments above.  If SVN_EDITOR, VISUAL or EDITOR are NOT set (which is your situation), you need to set one of these environment variables.  For example,

export EDITOR=vi

Many distributions have EDITOR set already, so others did not need to set it.

Then, do the import.</description>
		<content:encoded><![CDATA[<p>For fizeen, you have misunderstood the comments above.  If SVN_EDITOR, VISUAL or EDITOR are NOT set (which is your situation), you need to set one of these environment variables.  For example,</p>
<p>export EDITOR=vi</p>
<p>Many distributions have EDITOR set already, so others did not need to set it.</p>
<p>Then, do the import.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yogini</title>
		<link>http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/comment-page-1/#comment-166118</link>
		<dc:creator>yogini</dc:creator>
		<pubDate>Thu, 14 May 2009 06:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/#comment-166118</guid>
		<description>how do i import files from a single svn dump file? can anyone help? I hv a svn dump file of size 41 Mb approx.</description>
		<content:encoded><![CDATA[<p>how do i import files from a single svn dump file? can anyone help? I hv a svn dump file of size 41 Mb approx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karen</title>
		<link>http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/comment-page-1/#comment-150167</link>
		<dc:creator>Karen</dc:creator>
		<pubDate>Tue, 17 Feb 2009 19:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/#comment-150167</guid>
		<description>Excelent! Saved me a lot of work. Thanks!</description>
		<content:encoded><![CDATA[<p>Excelent! Saved me a lot of work. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fizeen</title>
		<link>http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/comment-page-1/#comment-139567</link>
		<dc:creator>fizeen</dc:creator>
		<pubDate>Mon, 05 Jan 2009 07:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/#comment-139567</guid>
		<description>When i tried with the third step its giving me a error message 
svn import /script/ file:///svnrepos/script
svn: Could not use external editor to fetch log message; consider setting the $SVN_EDITOR environment variable or using the --message (-m) or --file (-F) options
svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR is set, and no &#039;editor-cmd&#039; run-time configuration option was found
Please help me</description>
		<content:encoded><![CDATA[<p>When i tried with the third step its giving me a error message<br />
svn import /script/ file:///svnrepos/script<br />
svn: Could not use external editor to fetch log message; consider setting the $SVN_EDITOR environment variable or using the &#8211;message (-m) or &#8211;file (-F) options<br />
svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR is set, and no &#8216;editor-cmd&#8217; run-time configuration option was found<br />
Please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harish</title>
		<link>http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/comment-page-1/#comment-134932</link>
		<dc:creator>harish</dc:creator>
		<pubDate>Sun, 14 Dec 2008 07:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/#comment-134932</guid>
		<description>Hi,

I have created the svn repository. I want to access this svn repository from another pc using network.Could you please tell me how can I do this.

Thanks,
Harish</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have created the svn repository. I want to access this svn repository from another pc using network.Could you please tell me how can I do this.</p>
<p>Thanks,<br />
Harish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: makzan</title>
		<link>http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/comment-page-1/#comment-133829</link>
		<dc:creator>makzan</dc:creator>
		<pubDate>Tue, 09 Dec 2008 14:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/#comment-133829</guid>
		<description>I also get the &quot;svn: No repository found in &#039;svn://.....&#039;&quot; too
I am doing on Mac OS 10.5 with svnadmin etc installed.
the svnserve is already running too.

Moreover, This is a very good tutorial! thanks</description>
		<content:encoded><![CDATA[<p>I also get the &#8220;svn: No repository found in &#8217;svn://&#8230;..&#8217;&#8221; too<br />
I am doing on Mac OS 10.5 with svnadmin etc installed.<br />
the svnserve is already running too.</p>
<p>Moreover, This is a very good tutorial! thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: captain</title>
		<link>http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/comment-page-1/#comment-131258</link>
		<dc:creator>captain</dc:creator>
		<pubDate>Wed, 26 Nov 2008 19:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/#comment-131258</guid>
		<description>This doesn&#039;t work for me.  I built out svn 1.5.4 from source.  I do this and I get &quot;svn: No repository found in &#039;svn://localhost/repositories/myproject&quot;

I also get this error if I install from .deb packages or through apt-get.  I&#039;ve also looked through the subversion book, I don&#039;t see what I&#039;m missing.</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t work for me.  I built out svn 1.5.4 from source.  I do this and I get &#8220;svn: No repository found in &#8217;svn://localhost/repositories/myproject&#8221;</p>
<p>I also get this error if I install from .deb packages or through apt-get.  I&#8217;ve also looked through the subversion book, I don&#8217;t see what I&#8217;m missing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: f1codz</title>
		<link>http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/comment-page-1/#comment-127889</link>
		<dc:creator>f1codz</dc:creator>
		<pubDate>Sat, 15 Nov 2008 05:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/#comment-127889</guid>
		<description>thanks found useful</description>
		<content:encoded><![CDATA[<p>thanks found useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wira</title>
		<link>http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/comment-page-1/#comment-121306</link>
		<dc:creator>wira</dc:creator>
		<pubDate>Thu, 23 Oct 2008 06:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/#comment-121306</guid>
		<description>simple, compact and great articel... 
:) thanks</description>
		<content:encoded><![CDATA[<p>simple, compact and great articel&#8230;<br />
 <img src='http://www.tonyspencer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

