<?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 for Shiki</title>
	<atom:link href="http://shikii.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://shikii.net/blog</link>
	<description>web and game developer</description>
	<lastBuildDate>Mon, 19 Jul 2010 12:19:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on &#8220;Ignoring funny ref&#8221; error on Git + Dropbox by Filipe Correia</title>
		<link>http://shikii.net/blog/ignoring-funny-ref-error-on-git-dropbox/comment-page-1/#comment-260</link>
		<dc:creator>Filipe Correia</dc:creator>
		<pubDate>Mon, 19 Jul 2010 12:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://shikii.net/blog/?p=70#comment-260</guid>
		<description>Ok, got it. Turns out I was trying to delete the branch locally (although it obviously only existed on the server). Thanks!</description>
		<content:encoded><![CDATA[<p>Ok, got it. Turns out I was trying to delete the branch locally (although it obviously only existed on the server). Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Ignoring funny ref&#8221; error on Git + Dropbox by Shiki</title>
		<link>http://shikii.net/blog/ignoring-funny-ref-error-on-git-dropbox/comment-page-1/#comment-258</link>
		<dc:creator>Shiki</dc:creator>
		<pubDate>Sat, 17 Jul 2010 02:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://shikii.net/blog/?p=70#comment-258</guid>
		<description>Yes that&#039;s right. You should use the repo on Dropbox. I&#039;ve deleted conflicted branches like that with no problem. All I had to do was fetch-merge-push again to put my local changes to the Dropbox repo. Use &lt;code&gt;branch -D&lt;/code&gt; to delete it if you can&#039;t delete it with &quot;branch -d&quot; (small d).

Also, notice that your Git repo actually still works with that conflicted copy in there. It just annoys you with the warning message when you fetch.</description>
		<content:encoded><![CDATA[<p>Yes that&#8217;s right. You should use the repo on Dropbox. I&#8217;ve deleted conflicted branches like that with no problem. All I had to do was fetch-merge-push again to put my local changes to the Dropbox repo. Use</p>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:640px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">branch -D</div></div>
<p>to delete it if you can&#8217;t delete it with &#8220;branch -d&#8221; (small d).</p>
<p>Also, notice that your Git repo actually still works with that conflicted copy in there. It just annoys you with the warning message when you fetch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Ignoring funny ref&#8221; error on Git + Dropbox by Filipe Correia</title>
		<link>http://shikii.net/blog/ignoring-funny-ref-error-on-git-dropbox/comment-page-1/#comment-257</link>
		<dc:creator>Filipe Correia</dc:creator>
		<pubDate>Fri, 16 Jul 2010 10:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://shikii.net/blog/?p=70#comment-257</guid>
		<description>Ok, I think i&#039;m on to something. I&#039;ve just checked my repo files (on dropbox) and found these two files on the path &quot;/refs/heads&quot;:

&lt;code&gt;
master
master (fcorreia&#039;s conflicted copy 2010-07-14)
&lt;/code&gt;

It seems that this &quot;master&quot; file as conflicted, so dropbox automatically copied it to another filename. I wonder if I can just delete this file from the repo without leaving other garbage behind, and without losing commits.</description>
		<content:encoded><![CDATA[<p>Ok, I think i&#8217;m on to something. I&#8217;ve just checked my repo files (on dropbox) and found these two files on the path &#8220;/refs/heads&#8221;:</p>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:640px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">master<br />
master (fcorreia's conflicted copy 2010-07-14)</div></div>
<p>It seems that this &#8220;master&#8221; file as conflicted, so dropbox automatically copied it to another filename. I wonder if I can just delete this file from the repo without leaving other garbage behind, and without losing commits.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Ignoring funny ref&#8221; error on Git + Dropbox by Filipe Correia</title>
		<link>http://shikii.net/blog/ignoring-funny-ref-error-on-git-dropbox/comment-page-1/#comment-256</link>
		<dc:creator>Filipe Correia</dc:creator>
		<pubDate>Fri, 16 Jul 2010 09:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://shikii.net/blog/?p=70#comment-256</guid>
		<description>I&#039;m not being able to delete it. In fact, it&#039;s not showing up when I list the branches (only &quot;master&quot; shows up). It seems there isn&#039;t actually a branch named &quot;master (fcorreia&#039;s conflicted copy 2010-07-14)&quot;.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not being able to delete it. In fact, it&#8217;s not showing up when I list the branches (only &#8220;master&#8221; shows up). It seems there isn&#8217;t actually a branch named &#8220;master (fcorreia&#8217;s conflicted copy 2010-07-14)&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Ignoring funny ref&#8221; error on Git + Dropbox by Shiki</title>
		<link>http://shikii.net/blog/ignoring-funny-ref-error-on-git-dropbox/comment-page-1/#comment-255</link>
		<dc:creator>Shiki</dc:creator>
		<pubDate>Fri, 16 Jul 2010 07:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://shikii.net/blog/?p=70#comment-255</guid>
		<description>From my experience, you could no longer merge with that branch. It seems to be a corrupted branch file because it was overwritten by somebody else who pushed to the dropbox repo. 

Deleting the branch didn&#039;t work for you? Are you deleting it from the dropbox repo? When I get errors like this, I just delete that conflicted branch and fetch-merge-push again. I never lost any of my commits due to the conflict. They just didn&#039;t get pushed properly because of dropbox&#039; syncing conflicts.</description>
		<content:encoded><![CDATA[<p>From my experience, you could no longer merge with that branch. It seems to be a corrupted branch file because it was overwritten by somebody else who pushed to the dropbox repo. </p>
<p>Deleting the branch didn&#8217;t work for you? Are you deleting it from the dropbox repo? When I get errors like this, I just delete that conflicted branch and fetch-merge-push again. I never lost any of my commits due to the conflict. They just didn&#8217;t get pushed properly because of dropbox&#8217; syncing conflicts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Ignoring funny ref&#8221; error on Git + Dropbox by Filipe Correia</title>
		<link>http://shikii.net/blog/ignoring-funny-ref-error-on-git-dropbox/comment-page-1/#comment-254</link>
		<dc:creator>Filipe Correia</dc:creator>
		<pubDate>Thu, 15 Jul 2010 22:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://shikii.net/blog/?p=70#comment-254</guid>
		<description>Hi! Thanks for writting this post. It was the only reference I&#039;ve found to this issue... :&#124;
I&#039;m finding the same problem myself (using dropbox too), but I&#039;m not being able to solve it the same way you did.

Here&#039;s what I&#039;m seeing:

&lt;code&gt;
$ git pull
error: * Ignoring funny ref &#039;refs/remotes/origin/master (fcorreia&#039;s conflicted copy 2010-07-14)&#039; locally
Already up-to-date.
$ git branch &quot;merge&quot; &quot;master (fcorreia&#039;s conflicted copy 2010-07-14)&quot;
fatal: Not a valid object name: &#039;master (fcorreia&#039;s conflicted copy 2010-07-14)&#039;.
$ git branch
* master
&lt;/code&gt;

Any thoughts that might help?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi! Thanks for writting this post. It was the only reference I&#8217;ve found to this issue&#8230; <img src='http://shikii.net/blog/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' /><br />
I&#8217;m finding the same problem myself (using dropbox too), but I&#8217;m not being able to solve it the same way you did.</p>
<p>Here&#8217;s what I&#8217;m seeing:</p>
<div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:640px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$ git pull<br />
error: * Ignoring funny ref 'refs/remotes/origin/master (fcorreia's conflicted copy 2010-07-14)' locally<br />
Already up-to-date.<br />
$ git branch &quot;merge&quot; &quot;master (fcorreia's conflicted copy 2010-07-14)&quot;<br />
fatal: Not a valid object name: 'master (fcorreia's conflicted copy 2010-07-14)'.<br />
$ git branch<br />
* master</div></div>
<p>Any thoughts that might help?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Memcached for PHP 5.3 on Windows 7 by Ronen</title>
		<link>http://shikii.net/blog/installing-memcached-for-php-5-3-on-windows-7/comment-page-1/#comment-253</link>
		<dc:creator>Ronen</dc:creator>
		<pubDate>Sun, 04 Jul 2010 17:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://shikii.net/blog/?p=80#comment-253</guid>
		<description>Great helpful work Shiki! worked great for me.
Thanks.</description>
		<content:encoded><![CDATA[<p>Great helpful work Shiki! worked great for me.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Memcached for PHP 5.3 on Windows 7 by Dominic Watson</title>
		<link>http://shikii.net/blog/installing-memcached-for-php-5-3-on-windows-7/comment-page-1/#comment-251</link>
		<dc:creator>Dominic Watson</dc:creator>
		<pubDate>Wed, 12 May 2010 10:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://shikii.net/blog/?p=80#comment-251</guid>
		<description>how are we supposed to let you know? you didn&#039;t provide contact details ^^

Thanks for this article</description>
		<content:encoded><![CDATA[<p>how are we supposed to let you know? you didn&#8217;t provide contact details ^^</p>
<p>Thanks for this article</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Memcached for PHP 5.3 on Windows 7 by paul</title>
		<link>http://shikii.net/blog/installing-memcached-for-php-5-3-on-windows-7/comment-page-1/#comment-230</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Fri, 30 Apr 2010 07:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://shikii.net/blog/?p=80#comment-230</guid>
		<description>Tnx man, you saved my life :D</description>
		<content:encoded><![CDATA[<p>Tnx man, you saved my life <img src='http://shikii.net/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FirePHP Logger for Yii Framework by Tweets that mention FirePHP Logger for Yii Framework « Shiki -- Topsy.com</title>
		<link>http://shikii.net/blog/firephp-logger-for-yii-framework/comment-page-1/#comment-113</link>
		<dc:creator>Tweets that mention FirePHP Logger for Yii Framework « Shiki -- Topsy.com</dc:creator>
		<pubDate>Sat, 10 Apr 2010 11:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://shikii.net/blog/?p=96#comment-113</guid>
		<description>[...] This post was mentioned on Twitter by Shiki. Shiki said: #FirePHP Logger for #Yii Framework http://bit.ly/awTVFg [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Shiki. Shiki said: #FirePHP Logger for #Yii Framework <a href="http://bit.ly/awTVFg" rel="nofollow">http://bit.ly/awTVFg</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
