<?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: repo sync problems &#8211; Android Eclair</title>
	<atom:link href="http://android.amberfog.com/?feed=rss2&#038;p=230" rel="self" type="application/rss+xml" />
	<link>http://android.amberfog.com/?p=230</link>
	<description>Just another Android developers blog</description>
	<lastBuildDate>Sun, 05 Sep 2010 19:23:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ananth</title>
		<link>http://android.amberfog.com/?p=230&#038;cpage=1#comment-831</link>
		<dc:creator>Ananth</dc:creator>
		<pubDate>Tue, 17 Aug 2010 15:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://android.amberfog.com/?p=230#comment-831</guid>
		<description>Hi all,
  Most of the time i encounter problems like this 
----------------------------------------------------------------------
remote: Compressing objects: 100% (9592/9592), done.
fatal: The remote end hung up unexpectedly MiB &#124; 3 KiB/s       
fatal: early EOF
fatal: index-pack failed
error: Cannot fetch dalvik
----------------------------------------------------------------------

And status of downloading information keeps still for very long time with out any update.

How to resolve this problem ?

Thanks and regards,
Ananth.</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
  Most of the time i encounter problems like this<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
remote: Compressing objects: 100% (9592/9592), done.<br />
fatal: The remote end hung up unexpectedly MiB | 3 KiB/s<br />
fatal: early EOF<br />
fatal: index-pack failed<br />
error: Cannot fetch dalvik<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>And status of downloading information keeps still for very long time with out any update.</p>
<p>How to resolve this problem ?</p>
<p>Thanks and regards,<br />
Ananth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fuji</title>
		<link>http://android.amberfog.com/?p=230&#038;cpage=1#comment-683</link>
		<dc:creator>Fuji</dc:creator>
		<pubDate>Fri, 12 Feb 2010 15:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://android.amberfog.com/?p=230#comment-683</guid>
		<description>Hi All.
when i using command &quot;repo init&quot; but this error same 
&quot;remote end hung up unexpectedly&quot;
how can i solve it?</description>
		<content:encoded><![CDATA[<p>Hi All.<br />
when i using command &#8220;repo init&#8221; but this error same<br />
&#8220;remote end hung up unexpectedly&#8221;<br />
how can i solve it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lex</title>
		<link>http://android.amberfog.com/?p=230&#038;cpage=1#comment-478</link>
		<dc:creator>Lex</dc:creator>
		<pubDate>Thu, 26 Nov 2009 10:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://android.amberfog.com/?p=230#comment-478</guid>
		<description>Thank you very much!!</description>
		<content:encoded><![CDATA[<p>Thank you very much!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RichWa</title>
		<link>http://android.amberfog.com/?p=230&#038;cpage=1#comment-474</link>
		<dc:creator>RichWa</dc:creator>
		<pubDate>Thu, 19 Nov 2009 16:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://android.amberfog.com/?p=230#comment-474</guid>
		<description>Hi,
  I had to make one more change: I got rid of the sys_exit call as per the diff below. It allows the scrip to continue fetching stuff even after the hung error message  The changes reccomended about helps a great deal but was not a complete solution for me. 

114,120c114,119
&lt;       while True:
&lt;         if project.Sync_NetworkHalf():
&lt;           fetched.add(project.gitdir)
&lt;           break
&lt;         else:
&gt;sys.stderr, &#039;error: Cannot fetch %s&#039; % project.name
 
&gt;       if project.Sync_NetworkHalf():
&gt;         fetched.add(project.gitdir)
&gt;       else:
&gt;         print &gt;&gt;sys.stderr, &#039;error: Cannot fetch %s&#039; % project.name
&gt;         sys.exit(1)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  I had to make one more change: I got rid of the sys_exit call as per the diff below. It allows the scrip to continue fetching stuff even after the hung error message  The changes reccomended about helps a great deal but was not a complete solution for me. </p>
<p>114,120c114,119<br />
&lt;       while True:<br />
&lt;         if project.Sync_NetworkHalf():<br />
&lt;           fetched.add(project.gitdir)<br />
&lt;           break<br />
&lt;         else:<br />
&gt;sys.stderr, &#8216;error: Cannot fetch %s&#8217; % project.name</p>
<p>&gt;       if project.Sync_NetworkHalf():<br />
&gt;         fetched.add(project.gitdir)<br />
&gt;       else:<br />
&gt;         print &gt;&gt;sys.stderr, &#8216;error: Cannot fetch %s&#8217; % project.name<br />
&gt;         sys.exit(1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernie</title>
		<link>http://android.amberfog.com/?p=230&#038;cpage=1#comment-471</link>
		<dc:creator>Bernie</dc:creator>
		<pubDate>Thu, 19 Nov 2009 06:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://android.amberfog.com/?p=230#comment-471</guid>
		<description>Hey thanks. I&#039;ve just completed the download myself after many attempts.</description>
		<content:encoded><![CDATA[<p>Hey thanks. I&#8217;ve just completed the download myself after many attempts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yskim</title>
		<link>http://android.amberfog.com/?p=230&#038;cpage=1#comment-470</link>
		<dc:creator>yskim</dc:creator>
		<pubDate>Thu, 19 Nov 2009 06:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://android.amberfog.com/?p=230#comment-470</guid>
		<description>It&#039;s very useful TIP for me right now! THX a lot!!</description>
		<content:encoded><![CDATA[<p>It&#8217;s very useful TIP for me right now! THX a lot!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
