<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Working with&#160;Subversion</title>
	<link>http://blog.circlesixdesign.com/2007/04/13/working-with-subversion/</link>
	<description>up to the minute updates</description>
	<pubDate>Sat, 22 Nov 2008 11:37:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: Daniel</title>
		<link>http://blog.circlesixdesign.com/2007/04/13/working-with-subversion/#comment-25866</link>
		<author>Daniel</author>
		<pubDate>Mon, 03 Mar 2008 06:47:10 +0000</pubDate>
		<guid>http://blog.circlesixdesign.com/2007/04/13/working-with-subversion/#comment-25866</guid>
		<description>Appreciate the article! 

I got the following error when I followed your instructions:
&lt;code&gt;
bash: line 1: svnserve: command not found
svn: Connection closed unexpectedly
&lt;/code&gt;
What solved it was creating a file called .bashrc in the home directory of my test server and adding the following line:
&lt;code&gt;
PATH=$PATH:/usr/local/bin
&lt;/code&gt;
Good luck!</description>
		<content:encoded><![CDATA[<p>Appreciate the article! </p>
<p>I got the following error when I followed your instructions:<br />
<code><br />
bash: line 1: svnserve: command not found<br />
svn: Connection closed unexpectedly<br />
</code><br />
What solved it was creating a file called .bashrc in the home directory of my test server and adding the following line:<br />
<code><br />
PATH=$PATH:/usr/local/bin<br />
</code><br />
Good&nbsp;luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://blog.circlesixdesign.com/2007/04/13/working-with-subversion/#comment-16139</link>
		<author>Ray</author>
		<pubDate>Wed, 31 Oct 2007 19:41:24 +0000</pubDate>
		<guid>http://blog.circlesixdesign.com/2007/04/13/working-with-subversion/#comment-16139</guid>
		<description>To deal with the local vs production config problem, I create a parallel branch to hold my local versions of config files, then do a svn copy of the config files into the branch, svn switch my working copy to the branched version, then do my local changes and commit.  This way, when you commit, it commits to the branch, not the trunk, so the trunk version stays a good copy of the production setup.  If you need to make changes to both your local and production config files, make them and do a svn merge to keep them in sync.  Does that make any sense?</description>
		<content:encoded><![CDATA[<p>To deal with the local vs production config problem, I create a parallel branch to hold my local versions of config files, then do a svn copy of the config files into the branch, svn switch my working copy to the branched version, then do my local changes and commit.  This way, when you commit, it commits to the branch, not the trunk, so the trunk version stays a good copy of the production setup.  If you need to make changes to both your local and production config files, make them and do a svn merge to keep them in sync.  Does that make any&nbsp;sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 3stripe</title>
		<link>http://blog.circlesixdesign.com/2007/04/13/working-with-subversion/#comment-12859</link>
		<author>3stripe</author>
		<pubDate>Sun, 22 Jul 2007 13:49:11 +0000</pubDate>
		<guid>http://blog.circlesixdesign.com/2007/04/13/working-with-subversion/#comment-12859</guid>
		<description>Great article!

I've just started learning Subversion and all the how-to's on your blog have been a massive help.

Cheers,

3stripe</description>
		<content:encoded><![CDATA[<p>Great article!</p>
<p>I&#8217;ve just started learning Subversion and all the how-to&#8217;s on your blog have been a massive help.</p>
<p>Cheers,&nbsp;3stripe</p>
]]></content:encoded>
	</item>
</channel>
</rss>
