<?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: Using Subversion and REALbasic for version control</title>
	<atom:link href="http://www.thismuchiknow.co.uk/?feed=rss2&#038;p=33" rel="self" type="application/rss+xml" />
	<link>http://www.thismuchiknow.co.uk/?p=33</link>
	<description>(hopefully other people will find it useful too)</description>
	<lastBuildDate>Sun, 29 Aug 2010 16:12:01 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hanspeter</title>
		<link>http://www.thismuchiknow.co.uk/?p=33&#038;cpage=1#comment-30559</link>
		<dc:creator>Hanspeter</dc:creator>
		<pubDate>Tue, 09 Mar 2010 21:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=33#comment-30559</guid>
		<description>Thanks a million. Got me started with subversion in no time.</description>
		<content:encoded><![CDATA[<p>Thanks a million. Got me started with subversion in no time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tonio Loewald</title>
		<link>http://www.thismuchiknow.co.uk/?p=33&#038;cpage=1#comment-30163</link>
		<dc:creator>Tonio Loewald</dc:creator>
		<pubDate>Tue, 21 Jul 2009 14:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=33#comment-30163</guid>
		<description>Good article -- but personally I find that the commercial svn clients seem to work much better &quot;out of the box&quot; than the open source options. So, if you&#039;re willing to spend $50-70 there&#039;s Versions or Cornerstone.</description>
		<content:encoded><![CDATA[<p>Good article &#8212; but personally I find that the commercial svn clients seem to work much better &#8220;out of the box&#8221; than the open source options. So, if you&#8217;re willing to spend $50-70 there&#8217;s Versions or Cornerstone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rmac</title>
		<link>http://www.thismuchiknow.co.uk/?p=33&#038;cpage=1#comment-11102</link>
		<dc:creator>rmac</dc:creator>
		<pubDate>Sun, 05 Aug 2007 16:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=33#comment-11102</guid>
		<description>Thanks for a great article! This made it much easier to start using SVN locally. However there was one thing missing from the text that took me a bit to figure out: the installer doesn&#039;t add SVN to executable search path which shows as messages like &#039;-bash: svnadmin: command not found&#039;. To avoid this, add the SVN folders to your paths by entering the following line in Terminal window:
PATH=&quot;/usr/local/bin:/usr/local/subversion/bin:$PATH&quot;</description>
		<content:encoded><![CDATA[<p>Thanks for a great article! This made it much easier to start using SVN locally. However there was one thing missing from the text that took me a bit to figure out: the installer doesn&#8217;t add SVN to executable search path which shows as messages like &#8216;-bash: svnadmin: command not found&#8217;. To avoid this, add the SVN folders to your paths by entering the following line in Terminal window:<br />
PATH=&#8221;/usr/local/bin:/usr/local/subversion/bin:$PATH&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.thismuchiknow.co.uk/?p=33&#038;cpage=1#comment-1981</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Wed, 21 Mar 2007 18:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=33#comment-1981</guid>
		<description>Great article, thanks.

Going somewhat on a tangent: I have come to prefer SCPlugin (http://scplugin.tigris.org) over standalone programs such as svnX. SCPlugin integrates with the Finder, so you can right-click to Update, Commit, Add, Delete, etc. Another very nice feature is &quot;icon badging&quot;, which shows nice little green checkmarks for files that are up-to-date, red exclamation marks for modified files, and others -- so you can tell at a glance right from the Finder what the status of various files is.

It&#039;s still under development; has a few bugs, and is undergoing some changes, but even with its warts I find it pretty handy. It&#039;s roughly akin to the excellent TortoiseSVN system for Windows (though SCPlugin has quite a ways to go to match Tortoise&#039;s capabilities).</description>
		<content:encoded><![CDATA[<p>Great article, thanks.</p>
<p>Going somewhat on a tangent: I have come to prefer SCPlugin (<a href="http://scplugin.tigris.org" rel="nofollow">http://scplugin.tigris.org</a>) over standalone programs such as svnX. SCPlugin integrates with the Finder, so you can right-click to Update, Commit, Add, Delete, etc. Another very nice feature is &#8220;icon badging&#8221;, which shows nice little green checkmarks for files that are up-to-date, red exclamation marks for modified files, and others &#8212; so you can tell at a glance right from the Finder what the status of various files is.</p>
<p>It&#8217;s still under development; has a few bugs, and is undergoing some changes, but even with its warts I find it pretty handy. It&#8217;s roughly akin to the excellent TortoiseSVN system for Windows (though SCPlugin has quite a ways to go to match Tortoise&#8217;s capabilities).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Dent</title>
		<link>http://www.thismuchiknow.co.uk/?p=33&#038;cpage=1#comment-1974</link>
		<dc:creator>Andy Dent</dc:creator>
		<pubDate>Wed, 21 Mar 2007 02:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=33#comment-1974</guid>
		<description>Paul asked
&gt;Does this work with external items? 

The subversion side just knows about files - it doesn&#039;t know their significance to REALbasic or any other program.

With regards to using VCF with external items, provided you don&#039;t try to save the externals themselves as VCF (http://www.realsoftware.com/feedback/viewreport.php?reportid=qvkxdebf) they are OK. ie: make them normal .rbo or XML format externals BEFORE saving your entire project as VCF.

WARNING encrypted external items are broken by the save but can be fixed manually (take a backup before converting project to VCF).
http://www.realsoftware.com/feedback/viewreport.php?reportid=rggsvwyj

I have been using svn similarly to the article and am very happy with it, especially seeing the small number of files touched each time. I was using VOODOO Personal previously but that didn&#039;t give me the ability to diff things.</description>
		<content:encoded><![CDATA[<p>Paul asked<br />
&gt;Does this work with external items? </p>
<p>The subversion side just knows about files &#8211; it doesn&#8217;t know their significance to REALbasic or any other program.</p>
<p>With regards to using VCF with external items, provided you don&#8217;t try to save the externals themselves as VCF (<a href="http://www.realsoftware.com/feedback/viewreport.php?reportid=qvkxdebf" rel="nofollow">http://www.realsoftware.com/feedback/viewreport.php?reportid=qvkxdebf</a>) they are OK. ie: make them normal .rbo or XML format externals BEFORE saving your entire project as VCF.</p>
<p>WARNING encrypted external items are broken by the save but can be fixed manually (take a backup before converting project to VCF).<br />
<a href="http://www.realsoftware.com/feedback/viewreport.php?reportid=rggsvwyj" rel="nofollow">http://www.realsoftware.com/feedback/viewreport.php?reportid=rggsvwyj</a></p>
<p>I have been using svn similarly to the article and am very happy with it, especially seeing the small number of files touched each time. I was using VOODOO Personal previously but that didn&#8217;t give me the ability to diff things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.thismuchiknow.co.uk/?p=33&#038;cpage=1#comment-1968</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 20 Mar 2007 22:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=33#comment-1968</guid>
		<description>I was looking for this information for a while. Thanks for the detailed post!

Does this work with external items? If I am working a bunch of external items in my project and save the project as VCF, will the external item be added to the SVN repository and saved back to the original external item so it can be included with other projects? What happens if I go back to an earlier version with an external item that has been changed in another project?</description>
		<content:encoded><![CDATA[<p>I was looking for this information for a while. Thanks for the detailed post!</p>
<p>Does this work with external items? If I am working a bunch of external items in my project and save the project as VCF, will the external item be added to the SVN repository and saved back to the original external item so it can be included with other projects? What happens if I go back to an earlier version with an external item that has been changed in another project?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charles</title>
		<link>http://www.thismuchiknow.co.uk/?p=33&#038;cpage=1#comment-1962</link>
		<dc:creator>charles</dc:creator>
		<pubDate>Tue, 20 Mar 2007 15:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=33#comment-1962</guid>
		<description>This is great; thanks for writing it up.</description>
		<content:encoded><![CDATA[<p>This is great; thanks for writing it up.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
