<?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: let&#8217;s move that source code so it doesn&#8217;t get lazy</title>
	<atom:link href="http://blog.lydiapintscher.de/2010/06/19/lets-move-that-source-code-so-it-doesnt-get-lazy/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lydiapintscher.de/2010/06/19/lets-move-that-source-code-so-it-doesnt-get-lazy/</link>
	<description>everything that comes into my mind</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:21:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jeff Mitchell</title>
		<link>http://blog.lydiapintscher.de/2010/06/19/lets-move-that-source-code-so-it-doesnt-get-lazy/comment-page-1/#comment-254070</link>
		<dc:creator>Jeff Mitchell</dc:creator>
		<pubDate>Wed, 30 Jun 2010 18:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lydiapintscher.de/?p=656#comment-254070</guid>
		<description>@Habarnam

Indeed there is. However, note that the HTTP method is *very slow*, and doesn&#039;t give you status updates in the middle...so it can appear to &quot;hang&quot; while you do commands. The initial clone especially can take a beastly amount of time -- maybe 10 minutes or more. You can try setting the GIT_CURL_VERBOSE environment variable to 1 to get quite verbose status messages.

If you do this you may notice that you get a ton of 404 errors; I don&#039;t know the details of how Git works over HTTP but it seems to request a lot of objects that are in packs before requesting the pack itself. This is probably one reason why it&#039;s sooooo slooooooow. But, ignore those errors and eventually it&#039;ll complete.

One last thing -- when using the http method, be sure to specify the .git at the end:

git clone http://git.kde.org/amarok/amarok.git

Good luck!</description>
		<content:encoded><![CDATA[<p>@Habarnam</p>
<p>Indeed there is. However, note that the HTTP method is *very slow*, and doesn&#8217;t give you status updates in the middle&#8230;so it can appear to &#8220;hang&#8221; while you do commands. The initial clone especially can take a beastly amount of time &#8212; maybe 10 minutes or more. You can try setting the GIT_CURL_VERBOSE environment variable to 1 to get quite verbose status messages.</p>
<p>If you do this you may notice that you get a ton of 404 errors; I don&#8217;t know the details of how Git works over HTTP but it seems to request a lot of objects that are in packs before requesting the pack itself. This is probably one reason why it&#8217;s sooooo slooooooow. But, ignore those errors and eventually it&#8217;ll complete.</p>
<p>One last thing &#8212; when using the http method, be sure to specify the .git at the end:</p>
<p>git clone <a href="http://git.kde.org/amarok/amarok.git" rel="nofollow">http://git.kde.org/amarok/amarok.git</a></p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: habarnam</title>
		<link>http://blog.lydiapintscher.de/2010/06/19/lets-move-that-source-code-so-it-doesnt-get-lazy/comment-page-1/#comment-254069</link>
		<dc:creator>habarnam</dc:creator>
		<pubDate>Wed, 30 Jun 2010 11:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lydiapintscher.de/?p=656#comment-254069</guid>
		<description>Hello Lidya,

Is there a http:// access method for the git repository (I haven&#039;t managed to find mentions of one so far)?

Due to some company firewall policies I can&#039;t access the git:// repositories and I can&#039;t get my daily fix of Amarok.</description>
		<content:encoded><![CDATA[<p>Hello Lidya,</p>
<p>Is there a http:// access method for the git repository (I haven&#8217;t managed to find mentions of one so far)?</p>
<p>Due to some company firewall policies I can&#8217;t access the git:// repositories and I can&#8217;t get my daily fix of Amarok.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Looking at Konversation &#171; Bobulate</title>
		<link>http://blog.lydiapintscher.de/2010/06/19/lets-move-that-source-code-so-it-doesnt-get-lazy/comment-page-1/#comment-254058</link>
		<dc:creator>Looking at Konversation &#171; Bobulate</dc:creator>
		<pubDate>Tue, 22 Jun 2010 17:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lydiapintscher.de/?p=656#comment-254058</guid>
		<description>[...] course, since it&#8217;s in git (on git.kde.org now!) I may as well see if I can write some patches for these issues, if only as practice in using [...]</description>
		<content:encoded><![CDATA[<p>[...] course, since it&#8217;s in git (on git.kde.org now!) I may as well see if I can write some patches for these issues, if only as practice in using [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulrik Mikaelsson</title>
		<link>http://blog.lydiapintscher.de/2010/06/19/lets-move-that-source-code-so-it-doesnt-get-lazy/comment-page-1/#comment-254052</link>
		<dc:creator>Ulrik Mikaelsson</dc:creator>
		<pubDate>Mon, 21 Jun 2010 18:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lydiapintscher.de/?p=656#comment-254052</guid>
		<description>Great to hear the Git-transitions will finally likely happen.

Being a drive-by-commiter for a few years back, and for a time tried to maintain my own experimental patchset-branch of KDE over a few releases, I&#039;ve found SVN more than a little unwieldy.

Sure, I&#039;ve managed decently with git-svn, but great news to hear KDE will now support distributed development models. When time allows, I feel inspired to restart my little &quot;Hotkeys-mode&quot; branch of KDE. :)</description>
		<content:encoded><![CDATA[<p>Great to hear the Git-transitions will finally likely happen.</p>
<p>Being a drive-by-commiter for a few years back, and for a time tried to maintain my own experimental patchset-branch of KDE over a few releases, I&#8217;ve found SVN more than a little unwieldy.</p>
<p>Sure, I&#8217;ve managed decently with git-svn, but great news to hear KDE will now support distributed development models. When time allows, I feel inspired to restart my little &#8220;Hotkeys-mode&#8221; branch of KDE. <img src='http://blog.lydiapintscher.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Mitchell</title>
		<link>http://blog.lydiapintscher.de/2010/06/19/lets-move-that-source-code-so-it-doesnt-get-lazy/comment-page-1/#comment-254049</link>
		<dc:creator>Jeff Mitchell</dc:creator>
		<pubDate>Mon, 21 Jun 2010 15:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lydiapintscher.de/?p=656#comment-254049</guid>
		<description>Two cells to the right, in the Notes entry for that line.</description>
		<content:encoded><![CDATA[<p>Two cells to the right, in the Notes entry for that line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Stanley</title>
		<link>http://blog.lydiapintscher.de/2010/06/19/lets-move-that-source-code-so-it-doesnt-get-lazy/comment-page-1/#comment-254048</link>
		<dc:creator>Rick Stanley</dc:creator>
		<pubDate>Mon, 21 Jun 2010 15:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lydiapintscher.de/?p=656#comment-254048</guid>
		<description>@Lydia  

In the Spreadsheet, in Cell D3, it says:

&lt;blockquote&gt;&quot;Ruby on Rails. JavaScript ActiveMQ/STOMP. Sphinx. Custom git-daemon. MySQL. *SEE WARNING*&quot;&lt;/blockquote&gt;

Where is the **WARNING**?  Am I missing something?</description>
		<content:encoded><![CDATA[<p>@Lydia  </p>
<p>In the Spreadsheet, in Cell D3, it says:</p>
<blockquote><p>&#8220;Ruby on Rails. JavaScript ActiveMQ/STOMP. Sphinx. Custom git-daemon. MySQL. *SEE WARNING*&#8221;</p></blockquote>
<p>Where is the **WARNING**?  Am I missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lydia</title>
		<link>http://blog.lydiapintscher.de/2010/06/19/lets-move-that-source-code-so-it-doesnt-get-lazy/comment-page-1/#comment-254040</link>
		<dc:creator>Lydia</dc:creator>
		<pubDate>Mon, 21 Jun 2010 09:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lydiapintscher.de/?p=656#comment-254040</guid>
		<description>Woah.... I have fans!!!1111eleven :D
But you&#039;re right. I&#039;ll try to make it more readable when I have a few mins for it.</description>
		<content:encoded><![CDATA[<p>Woah&#8230;. I have fans!!!1111eleven <img src='http://blog.lydiapintscher.de/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
But you&#8217;re right. I&#8217;ll try to make it more readable when I have a few mins for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: areader</title>
		<link>http://blog.lydiapintscher.de/2010/06/19/lets-move-that-source-code-so-it-doesnt-get-lazy/comment-page-1/#comment-254035</link>
		<dc:creator>areader</dc:creator>
		<pubDate>Sun, 20 Jun 2010 16:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lydiapintscher.de/?p=656#comment-254035</guid>
		<description>Please use readable fonts. Gray type on a white background is difficult to read.

thx, a fan</description>
		<content:encoded><![CDATA[<p>Please use readable fonts. Gray type on a white background is difficult to read.</p>
<p>thx, a fan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Mitchell</title>
		<link>http://blog.lydiapintscher.de/2010/06/19/lets-move-that-source-code-so-it-doesnt-get-lazy/comment-page-1/#comment-254031</link>
		<dc:creator>Jeff Mitchell</dc:creator>
		<pubDate>Sat, 19 Jun 2010 16:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lydiapintscher.de/?p=656#comment-254031</guid>
		<description>@friesoft If you&#039;re a kde developer, cloning will be quite easy -- a simple command passed in to ssh via git.kde.org.

It&#039;s worth noting that even if we had gone with self-hosted Gitorious, we would not have been prepared (at least not currently, and not in the foreseeable future) to offer the ability for the public to create clones. Our capacity is much more limited than Gitorious.org.

Although Tom seems to feel like this is due to NIN (although I don&#039;t know what Trent Reznor has to do with KDE, but if there&#039;s even a tenuous connection, awesome!), the plain fact is that we were unable to reach agreements with the Gitorious.org folks for hosting there. Once Gitorious.org was off the table, the focus switched to whether, in a *self-hosted* scenario, Gitorious was still our best option. As the report concludes, it wasn&#039;t. (Also, using existing bits of software, like Gitolite, Redmine, and cgit, is hardly NIH syndrome at work.)</description>
		<content:encoded><![CDATA[<p>@friesoft If you&#8217;re a kde developer, cloning will be quite easy &#8212; a simple command passed in to ssh via git.kde.org.</p>
<p>It&#8217;s worth noting that even if we had gone with self-hosted Gitorious, we would not have been prepared (at least not currently, and not in the foreseeable future) to offer the ability for the public to create clones. Our capacity is much more limited than Gitorious.org.</p>
<p>Although Tom seems to feel like this is due to NIN (although I don&#8217;t know what Trent Reznor has to do with KDE, but if there&#8217;s even a tenuous connection, awesome!), the plain fact is that we were unable to reach agreements with the Gitorious.org folks for hosting there. Once Gitorious.org was off the table, the focus switched to whether, in a *self-hosted* scenario, Gitorious was still our best option. As the report concludes, it wasn&#8217;t. (Also, using existing bits of software, like Gitolite, Redmine, and cgit, is hardly NIH syndrome at work.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eike Hein</title>
		<link>http://blog.lydiapintscher.de/2010/06/19/lets-move-that-source-code-so-it-doesnt-get-lazy/comment-page-1/#comment-254030</link>
		<dc:creator>Eike Hein</dc:creator>
		<pubDate>Sat, 19 Jun 2010 15:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lydiapintscher.de/?p=656#comment-254030</guid>
		<description>I won&#039;t rule it out, but I also can&#039;t make any promises - it&#039;s a question of capacity (both technical and manpower), liability and so on. Right now the most important part is to get the ball rolling again and make forward progress on the SVN-&gt;Git migration of KDE (let&#039;s keep in mind that while a small number of projects got to test Gitorious.org, most of KDE&#039;s devs are still stuck with SVN!) after being blocked for eight months or so on the negotiations with Shortcut. So we&#039;re looking to ramp things up quickly, and then we&#039;ll see in the future in what ways we can extend our offering further :).</description>
		<content:encoded><![CDATA[<p>I won&#8217;t rule it out, but I also can&#8217;t make any promises &#8211; it&#8217;s a question of capacity (both technical and manpower), liability and so on. Right now the most important part is to get the ball rolling again and make forward progress on the SVN-&gt;Git migration of KDE (let&#8217;s keep in mind that while a small number of projects got to test Gitorious.org, most of KDE&#8217;s devs are still stuck with SVN!) after being blocked for eight months or so on the negotiations with Shortcut. So we&#8217;re looking to ramp things up quickly, and then we&#8217;ll see in the future in what ways we can extend our offering further <img src='http://blog.lydiapintscher.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.163 seconds -->

