<?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: I love SVN</title>
	<atom:link href="http://stii.co.za/software-development/i-love-svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://stii.co.za/software-development/i-love-svn/</link>
	<description>You&#039;re never too old for a happy childhood</description>
	<lastBuildDate>Fri, 03 Feb 2012 02:53:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Stii</title>
		<link>http://stii.co.za/software-development/i-love-svn/comment-page-1/#comment-89</link>
		<dc:creator>Stii</dc:creator>
		<pubDate>Wed, 03 Dec 2008 14:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://stii.co.za/?p=74#comment-89</guid>
		<description>Thanx Neil,

You&#039;re right, but I didn&#039;t want to do that because there was a bunch of files that I didn&#039;t want to get rid of. I was taking a quick and dirty shortcut. Although I&#039;m sure its probably not even good practice, it worked like a bomb for me.</description>
		<content:encoded><![CDATA[<p>Thanx Neil,</p>
<p>You&#8217;re right, but I didn&#8217;t want to do that because there was a bunch of files that I didn&#8217;t want to get rid of. I was taking a quick and dirty shortcut. Although I&#8217;m sure its probably not even good practice, it worked like a bomb for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Blakey-Milner</title>
		<link>http://stii.co.za/software-development/i-love-svn/comment-page-1/#comment-88</link>
		<dc:creator>Neil Blakey-Milner</dc:creator>
		<pubDate>Wed, 03 Dec 2008 14:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://stii.co.za/?p=74#comment-88</guid>
		<description>You really should use merge rather than export, copy, and check-in.  Merge will get rid of files that you&#039;ve created since you screwed up, for example.

In your checkout, assuming you&#039;ve got a clean latest checkout, you can run:

$ svn merge -r BASE:4815 .
$ svn commit -m &quot;Revert back to r4815&quot;

That will revert you back to exactly 4815, with no chance of errors coming in.

Neil</description>
		<content:encoded><![CDATA[<p>You really should use merge rather than export, copy, and check-in.  Merge will get rid of files that you&#8217;ve created since you screwed up, for example.</p>
<p>In your checkout, assuming you&#8217;ve got a clean latest checkout, you can run:</p>
<p>$ svn merge -r BASE:4815 .<br />
$ svn commit -m &#8220;Revert back to r4815&#8243;</p>
<p>That will revert you back to exactly 4815, with no chance of errors coming in.</p>
<p>Neil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stii</title>
		<link>http://stii.co.za/software-development/i-love-svn/comment-page-1/#comment-87</link>
		<dc:creator>Stii</dc:creator>
		<pubDate>Wed, 03 Dec 2008 14:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://stii.co.za/?p=74#comment-87</guid>
		<description>I&#039;ve worked with SourceSafe before and it is brilliant. Specially the way it fits into VS. There are quite a lot of subversioning software apps out there, all with their own strengths and weaknesses. Point is, you should at least have something like that, else you&#039;re stuffed in the above mentioned situation!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve worked with SourceSafe before and it is brilliant. Specially the way it fits into VS. There are quite a lot of subversioning software apps out there, all with their own strengths and weaknesses. Point is, you should at least have something like that, else you&#8217;re stuffed in the above mentioned situation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StevenMcD</title>
		<link>http://stii.co.za/software-development/i-love-svn/comment-page-1/#comment-86</link>
		<dc:creator>StevenMcD</dc:creator>
		<pubDate>Wed, 03 Dec 2008 14:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://stii.co.za/?p=74#comment-86</guid>
		<description>We tried implementing SVN with Visual Studio 2008 but it was a complete FAIL. The merging of files gave us issues.

SourceSafe with VS2008 still rocks, but SVN definitely has its place. Glad it could sort you out though</description>
		<content:encoded><![CDATA[<p>We tried implementing SVN with Visual Studio 2008 but it was a complete FAIL. The merging of files gave us issues.</p>
<p>SourceSafe with VS2008 still rocks, but SVN definitely has its place. Glad it could sort you out though</p>
]]></content:encoded>
	</item>
</channel>
</rss>

