<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Netinlet &#187; git svn development</title>
	<atom:link href="http://netinlet.com/article/tag/git-svn-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://netinlet.com</link>
	<description>doug's mostly ignored place on the web</description>
	<lastBuildDate>Tue, 08 Dec 2009 18:50:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Getting git +svn branches to follow remote branch</title>
		<link>http://netinlet.com/article/2009/02/09/getting-git-svn-branches-to-follow-remote-branch/</link>
		<comments>http://netinlet.com/article/2009/02/09/getting-git-svn-branches-to-follow-remote-branch/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 18:44:00 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[git svn development]]></category>

		<guid isPermaLink="false">http://netinlet.com/?p=133</guid>
		<description><![CDATA[Andy Delcambre and Robby Russell both have excellent articles about getting up and running with git as an subversion client. The one thing that had been getting me was the fact that the branch I created locally did not always stick to following the remote branch. It would start out that way, but once I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://andy.delcambre.com/2008/3/4/git-svn-workflow">Andy Delcambre</a> and <a href="http://www.robbyonrails.com/articles/2008/04/10/git-svn-is-a-gateway-drug">Robby Russell</a> both have excellent articles about getting up and running with git as an subversion client.</p>
<p>The one thing that had been getting me was the fact that the branch I created locally did not always stick to following the remote branch.  It would start out that way, but once I checked out the master branch again, it would not always and definitely not consistently point toward the remote branch once I re-checked out my branch.</p>
<p>I finally figured out that the local and remote branch must be named differently.   The character case matters!  So if I had a remote branch of <span class="caps">ITR</span>-<span class="caps">FOO</span> and a local branch of itr-foo, it would loose track of the remote branch.  The easy solution is to name the branches differently by using a &#8220;-&#8221; remotely and a &#8220;_&#8221; locally for names or just name the branches differently.  Now, I use <span class="caps">ITR</span>-<span class="caps">FOO</span> remotely and itr_foo locally, or shorten the local name to itr_promos if I am using <span class="caps">ITR</span>-<span class="caps">PROMOTIONS</span> remotely.</p>
<p>For merging  branching, using git is so much simpler, even if it is <a href="http://tech.hickorywind.org/articles/2008/06/10/larry-vs-the-git-rebase-merge-conflict">very retarded sometimes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://netinlet.com/article/2009/02/09/getting-git-svn-branches-to-follow-remote-branch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

