<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Acclimating to a non-file-locking version control system</title>
	<atom:link href="http://gayleforce.wordpress.com/2008/07/04/acclimating-to-a-non-file-locking-version-control-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://gayleforce.wordpress.com/2008/07/04/acclimating-to-a-non-file-locking-version-control-system/</link>
	<description>This Blog Doesn't Blow</description>
	<lastBuildDate>Sat, 05 Dec 2009 03:25:26 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jennifer Griffin</title>
		<link>http://gayleforce.wordpress.com/2008/07/04/acclimating-to-a-non-file-locking-version-control-system/#comment-75</link>
		<dc:creator>Jennifer Griffin</dc:creator>
		<pubDate>Sat, 12 Jul 2008 03:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://gayleforce.wordpress.com/?p=17#comment-75</guid>
		<description>Our company is moving to Subversion in the near future. I knew there were going to be differences but this really makes it clear. Great post!</description>
		<content:encoded><![CDATA[<p>Our company is moving to Subversion in the near future. I knew there were going to be differences but this really makes it clear. Great post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Cropcho</title>
		<link>http://gayleforce.wordpress.com/2008/07/04/acclimating-to-a-non-file-locking-version-control-system/#comment-74</link>
		<dc:creator>Jim Cropcho</dc:creator>
		<pubDate>Fri, 11 Jul 2008 14:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://gayleforce.wordpress.com/?p=17#comment-74</guid>
		<description>Holy shit! I had no idea anybody was still using file-locking version control systems. I&#039;ve heard a fair number of no-VCS-in-shop horror stories, but I figured anybody using a VCS would use something modern. Congrats on the move, though. If you&#039;re using SVN, then after you get accustomed to it, consider switching to git-svn to work with your code as a git repository.

Disclaimer: I&#039;ve never held a traditional CompSci job, so if this file locking VCSs are still common, then I may sound like an idiot.</description>
		<content:encoded><![CDATA[<p>Holy shit! I had no idea anybody was still using file-locking version control systems. I&#8217;ve heard a fair number of no-VCS-in-shop horror stories, but I figured anybody using a VCS would use something modern. Congrats on the move, though. If you&#8217;re using SVN, then after you get accustomed to it, consider switching to git-svn to work with your code as a git repository.</p>
<p>Disclaimer: I&#8217;ve never held a traditional CompSci job, so if this file locking VCSs are still common, then I may sound like an idiot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://gayleforce.wordpress.com/2008/07/04/acclimating-to-a-non-file-locking-version-control-system/#comment-73</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Mon, 07 Jul 2008 12:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://gayleforce.wordpress.com/?p=17#comment-73</guid>
		<description>I&#039;m a fan of TortoiseSVN - it&#039;s a great SVN client, my favorite part of which is the Repo-browser that lets you navigate a repository.  The merge tool is great too.

Check it out:
http://tortoisesvn.net/</description>
		<content:encoded><![CDATA[<p>I&#8217;m a fan of TortoiseSVN &#8211; it&#8217;s a great SVN client, my favorite part of which is the Repo-browser that lets you navigate a repository.  The merge tool is great too.</p>
<p>Check it out:<br />
<a href="http://tortoisesvn.net/" rel="nofollow">http://tortoisesvn.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay R. Wren</title>
		<link>http://gayleforce.wordpress.com/2008/07/04/acclimating-to-a-non-file-locking-version-control-system/#comment-72</link>
		<dc:creator>Jay R. Wren</dc:creator>
		<pubDate>Sun, 06 Jul 2008 18:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://gayleforce.wordpress.com/?p=17#comment-72</guid>
		<description>Its lock-modify-unlock v. copy-modify-merge.

http://svnbook.red-bean.com/en/1.4/svn.basic.vsn-models.html

Like Matt says, if there is a conflict, you won&#039;t be able to commit. So the point above about overwriting someone else&#039;s changes is not true... unless you are stupid and ignore the messages that merges are needed. Then not only are you not making friends on the team, you are stupid too ;)</description>
		<content:encoded><![CDATA[<p>Its lock-modify-unlock v. copy-modify-merge.</p>
<p><a href="http://svnbook.red-bean.com/en/1.4/svn.basic.vsn-models.html" rel="nofollow">http://svnbook.red-bean.com/en/1.4/svn.basic.vsn-models.html</a></p>
<p>Like Matt says, if there is a conflict, you won&#8217;t be able to commit. So the point above about overwriting someone else&#8217;s changes is not true&#8230; unless you are stupid and ignore the messages that merges are needed. Then not only are you not making friends on the team, you are stupid too <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digimatt</title>
		<link>http://gayleforce.wordpress.com/2008/07/04/acclimating-to-a-non-file-locking-version-control-system/#comment-71</link>
		<dc:creator>digimatt</dc:creator>
		<pubDate>Sat, 05 Jul 2008 05:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://gayleforce.wordpress.com/?p=17#comment-71</guid>
		<description>Having spent the first couple of my years as a working developer on SVN, I found my move to the &quot;big leagues&quot; post-college to be extremely frustrating SCM-wise, first with PVCS and then VSS. Exclusive-locking systems can kiss my a-- oh hey look, it&#039;s something shiny over there.</description>
		<content:encoded><![CDATA[<p>Having spent the first couple of my years as a working developer on SVN, I found my move to the &#8220;big leagues&#8221; post-college to be extremely frustrating SCM-wise, first with PVCS and then VSS. Exclusive-locking systems can kiss my a&#8211; oh hey look, it&#8217;s something shiny over there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://gayleforce.wordpress.com/2008/07/04/acclimating-to-a-non-file-locking-version-control-system/#comment-66</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 05 Jul 2008 02:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://gayleforce.wordpress.com/?p=17#comment-66</guid>
		<description>When coding in eclipse I like using subclipse for SVN.  It won&#039;t commit changes if there is a conflict. Instead you will get an error.  This is very good for the times where I forget to update first before trying to commit.</description>
		<content:encoded><![CDATA[<p>When coding in eclipse I like using subclipse for SVN.  It won&#8217;t commit changes if there is a conflict. Instead you will get an error.  This is very good for the times where I forget to update first before trying to commit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey Haines</title>
		<link>http://gayleforce.wordpress.com/2008/07/04/acclimating-to-a-non-file-locking-version-control-system/#comment-65</link>
		<dc:creator>Corey Haines</dc:creator>
		<pubDate>Fri, 04 Jul 2008 18:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://gayleforce.wordpress.com/?p=17#comment-65</guid>
		<description>Excellent advice, Gayle!

I remember having to switch my mindset when I went from VSS to SVN.

Now just wait until you start getting introduced to DSCM, which is a whole different way of managing your source. Blows your mind.</description>
		<content:encoded><![CDATA[<p>Excellent advice, Gayle!</p>
<p>I remember having to switch my mindset when I went from VSS to SVN.</p>
<p>Now just wait until you start getting introduced to DSCM, which is a whole different way of managing your source. Blows your mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Bender</title>
		<link>http://gayleforce.wordpress.com/2008/07/04/acclimating-to-a-non-file-locking-version-control-system/#comment-64</link>
		<dc:creator>James Bender</dc:creator>
		<pubDate>Fri, 04 Jul 2008 17:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://gayleforce.wordpress.com/?p=17#comment-64</guid>
		<description>It&#039;s always weird moving from one VCS to another. They all seem to work just differently enough to be a pain. 

I have to say though, the merging has gotten WAY WAY better since the days of Visual Source Safe. That was always a &quot;say a little prayer, cross your fingers, grit your teeth,  close your eyes and hit the button&quot; kind of thing

BTW, we have a rule on my team; if you break the build (check in broken code) you have to buy the team lunch. A &quot;nice&quot; one too, no fast food. Can get to be quite an expensive mistake on a large team. :)</description>
		<content:encoded><![CDATA[<p>It&#8217;s always weird moving from one VCS to another. They all seem to work just differently enough to be a pain. </p>
<p>I have to say though, the merging has gotten WAY WAY better since the days of Visual Source Safe. That was always a &#8220;say a little prayer, cross your fingers, grit your teeth,  close your eyes and hit the button&#8221; kind of thing</p>
<p>BTW, we have a rule on my team; if you break the build (check in broken code) you have to buy the team lunch. A &#8220;nice&#8221; one too, no fast food. Can get to be quite an expensive mistake on a large team. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
