<?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: Speeding up git svn on Windows (win32)</title>
	<atom:link href="http://joshrobb.com/blog/2010/02/15/speeding-up-git-svn-on-windows-win32/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshrobb.com/blog/2010/02/15/speeding-up-git-svn-on-windows-win32/</link>
	<description>tagline's are so web2.0</description>
	<lastBuildDate>Wed, 02 Jun 2010 14:44:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: josh</title>
		<link>http://joshrobb.com/blog/2010/02/15/speeding-up-git-svn-on-windows-win32/comment-page-1/#comment-164</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Wed, 02 Jun 2010 14:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://joshrobb.com/blog/?p=72#comment-164</guid>
		<description>Yep - sorry - don&#039;t know what I was smoking when I said that. Looks like it&#039;s scheduled for 1.7.2 (it&#039;s in the &quot;next&quot; branch).</description>
		<content:encoded><![CDATA[<p>Yep &#8211; sorry &#8211; don&#8217;t know what I was smoking when I said that. Looks like it&#8217;s scheduled for 1.7.2 (it&#8217;s in the &#8220;next&#8221; branch).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnauld Van Muysewinkel</title>
		<link>http://joshrobb.com/blog/2010/02/15/speeding-up-git-svn-on-windows-win32/comment-page-1/#comment-163</link>
		<dc:creator>Arnauld Van Muysewinkel</dc:creator>
		<pubDate>Wed, 02 Jun 2010 13:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://joshrobb.com/blog/?p=72#comment-163</guid>
		<description>OK, well, from what I can see browsing the git-core history, this patch has not been incorporated before *1.7.1*!

So, not yet available with msysgit :-(
(And we might wait for long being the extremely light roadmap of msysgit.)</description>
		<content:encoded><![CDATA[<p>OK, well, from what I can see browsing the git-core history, this patch has not been incorporated before *1.7.1*!</p>
<p>So, not yet available with msysgit <img src='http://joshrobb.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
(And we might wait for long being the extremely light roadmap of msysgit.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnauld Van Muysewinkel</title>
		<link>http://joshrobb.com/blog/2010/02/15/speeding-up-git-svn-on-windows-win32/comment-page-1/#comment-162</link>
		<dc:creator>Arnauld Van Muysewinkel</dc:creator>
		<pubDate>Wed, 02 Jun 2010 09:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://joshrobb.com/blog/?p=72#comment-162</guid>
		<description>I added the patch manually and it seems to work.

What are these guys at msysgit doing?</description>
		<content:encoded><![CDATA[<p>I added the patch manually and it seems to work.</p>
<p>What are these guys at msysgit doing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnauld Van Muysewinkel</title>
		<link>http://joshrobb.com/blog/2010/02/15/speeding-up-git-svn-on-windows-win32/comment-page-1/#comment-161</link>
		<dc:creator>Arnauld Van Muysewinkel</dc:creator>
		<pubDate>Wed, 02 Jun 2010 09:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://joshrobb.com/blog/?p=72#comment-161</guid>
		<description>Hello.

Nice to see this patch, msysgit is horribly slow on my Windows XP box.

Though, I have installed msysgit 1.7.0.2:
  $ git --version
  git version 1.7.0.2.msysgit.0

But your patch is not in there:
  $ grep -A 5 &quot;sub fatal&quot; /libexec/git-core/git-svn
  sub fatal (@) { print STDERR &quot;@_\n&quot;; exit 1 }
  require SVN::Core; # use()-ing this causes segfaults for me... *shrug*
  require SVN::Ra;
  require SVN::Delta;
  if ($SVN::Core::VERSION lt &#039;1.1.0&#039;) {
          fatal &quot;Need SVN::Core 1.1.0 or better (got   $SVN::Core::VERSION)&quot;;

Isn&#039;t that strange?</description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>Nice to see this patch, msysgit is horribly slow on my Windows XP box.</p>
<p>Though, I have installed msysgit 1.7.0.2:<br />
  $ git &#8211;version<br />
  git version 1.7.0.2.msysgit.0</p>
<p>But your patch is not in there:<br />
  $ grep -A 5 &#8220;sub fatal&#8221; /libexec/git-core/git-svn<br />
  sub fatal (@) { print STDERR &#8220;@_\n&#8221;; exit 1 }<br />
  require SVN::Core; # use()-ing this causes segfaults for me&#8230; *shrug*<br />
  require SVN::Ra;<br />
  require SVN::Delta;<br />
  if ($SVN::Core::VERSION lt &#8217;1.1.0&#8242;) {<br />
          fatal &#8220;Need SVN::Core 1.1.0 or better (got   $SVN::Core::VERSION)&#8221;;</p>
<p>Isn&#8217;t that strange?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://joshrobb.com/blog/2010/02/15/speeding-up-git-svn-on-windows-win32/comment-page-1/#comment-159</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 30 Apr 2010 05:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://joshrobb.com/blog/?p=72#comment-159</guid>
		<description>Your post is totally appreciated.  Git-svn is so slow on Windows + VM that it is practically unusable for me.</description>
		<content:encoded><![CDATA[<p>Your post is totally appreciated.  Git-svn is so slow on Windows + VM that it is practically unusable for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://joshrobb.com/blog/2010/02/15/speeding-up-git-svn-on-windows-win32/comment-page-1/#comment-126</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Tue, 16 Feb 2010 00:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://joshrobb.com/blog/?p=72#comment-126</guid>
		<description>This is basically a thinking exercise for me to: 

a) help me clearly specify what I&#039;ve done
b) get some feedback from a couple of other people who&#039;ve been working in similar situations. 

Stand by for the patch.</description>
		<content:encoded><![CDATA[<p>This is basically a thinking exercise for me to: </p>
<p>a) help me clearly specify what I&#8217;ve done<br />
b) get some feedback from a couple of other people who&#8217;ve been working in similar situations. </p>
<p>Stand by for the patch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dscho</title>
		<link>http://joshrobb.com/blog/2010/02/15/speeding-up-git-svn-on-windows-win32/comment-page-1/#comment-125</link>
		<dc:creator>Dscho</dc:creator>
		<pubDate>Mon, 15 Feb 2010 23:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://joshrobb.com/blog/?p=72#comment-125</guid>
		<description>Hi,

don&#039;t you think it is a bit unclever to &quot;publish&quot; this on a blog next to nobody frequents who is interested in the issue?

I mean, you can just fire off a mail to git@vger.kernel.org and be done with it. (Of course, you should send a mail with a complete commit message, but that cannot take too much time.)

It would be a shame if that work would go to waste just because you chose a poor way to tell people about it.

Ciao,
Dscho</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>don&#8217;t you think it is a bit unclever to &#8220;publish&#8221; this on a blog next to nobody frequents who is interested in the issue?</p>
<p>I mean, you can just fire off a mail to <a href="mailto:git@vger.kernel.org">git@vger.kernel.org</a> and be done with it. (Of course, you should send a mail with a complete commit message, but that cannot take too much time.)</p>
<p>It would be a shame if that work would go to waste just because you chose a poor way to tell people about it.</p>
<p>Ciao,<br />
Dscho</p>
]]></content:encoded>
	</item>
</channel>
</rss>
