<?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-svn on Windows (cygwin)</title>
	<atom:link href="http://www.dont-panic.cc/capi/2007/07/23/git-svn-on-windows-cygwin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dont-panic.cc/capi/2007/07/23/git-svn-on-windows-cygwin/</link>
	<description>Development, Network, Security, Ideas &#038; Opinions</description>
	<lastBuildDate>Wed, 21 Jul 2010 21:36:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Martin Carpella</title>
		<link>http://www.dont-panic.cc/capi/2007/07/23/git-svn-on-windows-cygwin/comment-page-1/#comment-5890</link>
		<dc:creator>Martin Carpella</dc:creator>
		<pubDate>Wed, 08 Oct 2008 17:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.dont-panic.cc/capi/2007/07/23/git-svn-on-windows-cygwin/#comment-5890</guid>
		<description>@Tommy: well, basically git svn is just a wrapper for git-svn... but there could be PATH related issues I am not aware of.

Best regards,
Martin</description>
		<content:encoded><![CDATA[<p>@Tommy: well, basically git svn is just a wrapper for git-svn&#8230; but there could be PATH related issues I am not aware of.</p>
<p>Best regards,<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kajinski</title>
		<link>http://www.dont-panic.cc/capi/2007/07/23/git-svn-on-windows-cygwin/comment-page-1/#comment-5889</link>
		<dc:creator>kajinski</dc:creator>
		<pubDate>Wed, 08 Oct 2008 16:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dont-panic.cc/capi/2007/07/23/git-svn-on-windows-cygwin/#comment-5889</guid>
		<description>wow. I knew I must&#039;ve been doing something stupid!
looks like I do have &quot;git svn&quot; command available.

thanks for helping a noob guys!</description>
		<content:encoded><![CDATA[<p>wow. I knew I must&#8217;ve been doing something stupid!<br />
looks like I do have &#8220;git svn&#8221; command available.</p>
<p>thanks for helping a noob guys!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy</title>
		<link>http://www.dont-panic.cc/capi/2007/07/23/git-svn-on-windows-cygwin/comment-page-1/#comment-5888</link>
		<dc:creator>Tommy</dc:creator>
		<pubDate>Wed, 08 Oct 2008 15:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.dont-panic.cc/capi/2007/07/23/git-svn-on-windows-cygwin/#comment-5888</guid>
		<description>The command is not git-svn, its &#039;git svn&#039;.  If you install what is above you should be able to get &#039;git help svn&#039; to show you the man page for it.</description>
		<content:encoded><![CDATA[<p>The command is not git-svn, its &#8216;git svn&#8217;.  If you install what is above you should be able to get &#8216;git help svn&#8217; to show you the man page for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Butler</title>
		<link>http://www.dont-panic.cc/capi/2007/07/23/git-svn-on-windows-cygwin/comment-page-1/#comment-5881</link>
		<dc:creator>Kevin Butler</dc:creator>
		<pubDate>Wed, 08 Oct 2008 01:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dont-panic.cc/capi/2007/07/23/git-svn-on-windows-cygwin/#comment-5881</guid>
		<description>I had git-svn in /usr/sbin/git-core, but rather than running it directly, I chose to run &quot;git svn&quot; using the /bin/git wrapper.

More details and issues I encountered:

http://soi.kd6.us/2008/10/07/so-i-installed-git-and-git-svn-on-cygwin/

kb</description>
		<content:encoded><![CDATA[<p>I had git-svn in /usr/sbin/git-core, but rather than running it directly, I chose to run &#8220;git svn&#8221; using the /bin/git wrapper.</p>
<p>More details and issues I encountered:</p>
<p><a href="http://soi.kd6.us/2008/10/07/so-i-installed-git-and-git-svn-on-cygwin/" rel="nofollow">http://soi.kd6.us/2008/10/07/so-i-installed-git-and-git-svn-on-cygwin/</a></p>
<p>kb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Carpella</title>
		<link>http://www.dont-panic.cc/capi/2007/07/23/git-svn-on-windows-cygwin/comment-page-1/#comment-5870</link>
		<dc:creator>Martin Carpella</dc:creator>
		<pubDate>Tue, 07 Oct 2008 07:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.dont-panic.cc/capi/2007/07/23/git-svn-on-windows-cygwin/#comment-5870</guid>
		<description>Hi,

verify if there is [cygwindir]\bin\git-svn available on your system. By default it should be installed together with the normal git package of cygwin.

Also try entering /bin/git-svn if it can be found. Other git operations are working?

Best regards,
Martin</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>verify if there is [cygwindir]\bin\git-svn available on your system. By default it should be installed together with the normal git package of cygwin.</p>
<p>Also try entering /bin/git-svn if it can be found. Other git operations are working?</p>
<p>Best regards,<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kajinski</title>
		<link>http://www.dont-panic.cc/capi/2007/07/23/git-svn-on-windows-cygwin/comment-page-1/#comment-5858</link>
		<dc:creator>kajinski</dc:creator>
		<pubDate>Mon, 06 Oct 2008 23:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dont-panic.cc/capi/2007/07/23/git-svn-on-windows-cygwin/#comment-5858</guid>
		<description>I&#039;ve installed git in cygwin both from setup.exe and then from source. I have subversion-perl installed. I copied down Error.pm as described above. I ran ash rebaseall as described elsewhere.

git-svn is still nowhere to be found in cygwin.

I get &quot;git-svn: command not found&quot;

what am I doing wrong?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve installed git in cygwin both from setup.exe and then from source. I have subversion-perl installed. I copied down Error.pm as described above. I ran ash rebaseall as described elsewhere.</p>
<p>git-svn is still nowhere to be found in cygwin.</p>
<p>I get &#8220;git-svn: command not found&#8221;</p>
<p>what am I doing wrong?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
