<?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: git merge -s remote ?</title>
	<atom:link href="http://a.khavr.com/2008/09/23/git-merge-s-remote/feed/" rel="self" type="application/rss+xml" />
	<link>http://a.khavr.com/2008/09/23/git-merge-s-remote/</link>
	<description>Technology and Startups</description>
	<lastBuildDate>Sun, 12 Aug 2012 16:33:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6</generator>
	<item>
		<title>By: Luca de Alfaro</title>
		<link>http://a.khavr.com/2008/09/23/git-merge-s-remote/comment-page-1/#comment-881</link>
		<dc:creator>Luca de Alfaro</dc:creator>
		<pubDate>Thu, 06 Nov 2008 08:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://a.khavr.com/2008/09/23/git-merge-s-remote/#comment-881</guid>
		<description><![CDATA[&lt;p&gt;Found a solution. 
See http://docs.google.com/Doc?id=dct27ngc_86gqtpprmk
Best, Luca&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Found a solution. 
See <a href="http://docs.google.com/Doc?id=dct27ngc_86gqtpprmk" rel="nofollow">http://docs.google.com/Doc?id=dct27ngc_86gqtpprmk</a>
Best, Luca</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luca de Alfaro</title>
		<link>http://a.khavr.com/2008/09/23/git-merge-s-remote/comment-page-1/#comment-880</link>
		<dc:creator>Luca de Alfaro</dc:creator>
		<pubDate>Thu, 06 Nov 2008 07:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://a.khavr.com/2008/09/23/git-merge-s-remote/#comment-880</guid>
		<description><![CDATA[&lt;p&gt;Hi Andrey, &lt;/p&gt;

&lt;p&gt;I have your exact problem. 
Did you find a solution? 
Many thanks, &lt;/p&gt;

&lt;p&gt;Luca&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Hi Andrey, </p>

<p>I have your exact problem. 
Did you find a solution? 
Many thanks, </p>

<p>Luca</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrey Khavryuchenko</title>
		<link>http://a.khavr.com/2008/09/23/git-merge-s-remote/comment-page-1/#comment-793</link>
		<dc:creator>Andrey Khavryuchenko</dc:creator>
		<pubDate>Wed, 24 Sep 2008 13:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://a.khavr.com/2008/09/23/git-merge-s-remote/#comment-793</guid>
		<description><![CDATA[&lt;p&gt;Note to myself.&lt;/p&gt;

&lt;p&gt;If you get &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Unable to determine upstream SVN information from working tree history
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;then finding the commit hash of last svn commit (via git svn find-rev) and reseting to it (&lt;code&gt;git reset --hard&lt;/code&gt;) helps.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Note to myself.</p>

<p>If you get </p>

<pre><code>Unable to determine upstream SVN information from working tree history
</code></pre>

<p>then finding the commit hash of last svn commit (via git svn find-rev) and reseting to it (<code>git reset --hard</code>) helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrey Khavryuchenko</title>
		<link>http://a.khavr.com/2008/09/23/git-merge-s-remote/comment-page-1/#comment-792</link>
		<dc:creator>Andrey Khavryuchenko</dc:creator>
		<pubDate>Wed, 24 Sep 2008 13:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://a.khavr.com/2008/09/23/git-merge-s-remote/#comment-792</guid>
		<description><![CDATA[&lt;p&gt;Pat,&lt;/p&gt;

&lt;p&gt;Ok, this doesn&#039;t work.&lt;/p&gt;

&lt;p&gt;git-svn immediately looses it&#039;s track of remote svn branch:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ git checkout svn
Switched to branch &quot;svn&quot;
$ git reset --hard master
HEAD is now at 1d306d1 - ticket:50 deployed
$ git svn rebase
Unable to determine upstream SVN information from working tree history
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Oops :(&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Pat,</p>

<p>Ok, this doesn&#8217;t work.</p>

<p>git-svn immediately looses it&#8217;s track of remote svn branch:</p>

<pre><code>$ git checkout svn
Switched to branch "svn"
$ git reset --hard master
HEAD is now at 1d306d1 - ticket:50 deployed
$ git svn rebase
Unable to determine upstream SVN information from working tree history
</code></pre>

<p>Oops <img src='http://a.khavr.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrey Khavryuchenko</title>
		<link>http://a.khavr.com/2008/09/23/git-merge-s-remote/comment-page-1/#comment-791</link>
		<dc:creator>Andrey Khavryuchenko</dc:creator>
		<pubDate>Wed, 24 Sep 2008 07:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://a.khavr.com/2008/09/23/git-merge-s-remote/#comment-791</guid>
		<description><![CDATA[&lt;p&gt;Thanks, Pat!&lt;/p&gt;

&lt;p&gt;I&#039;ve not thought about &lt;code&gt;git reset&lt;/code&gt; solution despite daily using it (in &lt;a href=&quot;http://buildbot.net/trac&quot; rel=&quot;nofollow&quot;&gt;buildbot&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Will try to see how it lives with svn-tracking branch...&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Thanks, Pat!</p>

<p>I&#8217;ve not thought about <code>git reset</code> solution despite daily using it (in <a href="http://buildbot.net/trac" rel="nofollow">buildbot</a>).</p>

<p>Will try to see how it lives with svn-tracking branch&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat Notz</title>
		<link>http://a.khavr.com/2008/09/23/git-merge-s-remote/comment-page-1/#comment-790</link>
		<dc:creator>Pat Notz</dc:creator>
		<pubDate>Wed, 24 Sep 2008 03:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://a.khavr.com/2008/09/23/git-merge-s-remote/#comment-790</guid>
		<description><![CDATA[&lt;p&gt;Check out this Question on Stack Overflow:&lt;/p&gt;

&lt;p&gt;http://stackoverflow.com/questions/101752/aborting-a-merge-in-git&lt;/p&gt;

&lt;p&gt;And this post:&lt;/p&gt;

&lt;p&gt;http://marc.info/?l=git&amp;m=121637513604413&amp;w=2&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Check out this Question on Stack Overflow:</p>

<p><a href="http://stackoverflow.com/questions/101752/aborting-a-merge-in-git" rel="nofollow">http://stackoverflow.com/questions/101752/aborting-a-merge-in-git</a></p>

<p>And this post:</p>

<p><a href="http://marc.info/?l=git&#038;m=121637513604413&#038;w=2" rel="nofollow">http://marc.info/?l=git&#038;m=121637513604413&#038;w=2</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
