<?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: Importing a Git tree into a Subversion repository</title>
	<atom:link href="http://eikke.com/importing-a-git-tree-into-a-subversion-repository/feed/" rel="self" type="application/rss+xml" />
	<link>http://eikke.com/importing-a-git-tree-into-a-subversion-repository/</link>
	<description>&#039;cause this is what I do</description>
	<lastBuildDate>Tue, 29 Nov 2011 11:02:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: freespace</title>
		<link>http://eikke.com/importing-a-git-tree-into-a-subversion-repository/comment-page-1/#comment-50381</link>
		<dc:creator>freespace</dc:creator>
		<pubDate>Tue, 17 May 2011 06:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=125#comment-50381</guid>
		<description>Did exactly what I want - awesome.</description>
		<content:encoded><![CDATA[<p>Did exactly what I want &#8211; awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Gross</title>
		<link>http://eikke.com/importing-a-git-tree-into-a-subversion-repository/comment-page-1/#comment-48365</link>
		<dc:creator>Martin Gross</dc:creator>
		<pubDate>Thu, 14 Apr 2011 15:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=125#comment-48365</guid>
		<description>Exactly what I was looking for. Thanks!</description>
		<content:encoded><![CDATA[<p>Exactly what I was looking for. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NN</title>
		<link>http://eikke.com/importing-a-git-tree-into-a-subversion-repository/comment-page-1/#comment-38928</link>
		<dc:creator>NN</dc:creator>
		<pubDate>Mon, 11 Oct 2010 08:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=125#comment-38928</guid>
		<description>There should be some git command for connecting revisions instead of echo &gt;&gt; .</description>
		<content:encoded><![CDATA[<p>There should be some git command for connecting revisions instead of echo &gt;&gt; .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joost</title>
		<link>http://eikke.com/importing-a-git-tree-into-a-subversion-repository/comment-page-1/#comment-38920</link>
		<dc:creator>joost</dc:creator>
		<pubDate>Fri, 08 Oct 2010 08:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=125#comment-38920</guid>
		<description>Works perfectly! I recently gave up on trying to convert my coworkers from using git, and this allowed me to revert to using svn for the origin repo.

I guess my coworkers have a higher tolerance for subversion pain than I do :-)</description>
		<content:encoded><![CDATA[<p>Works perfectly! I recently gave up on trying to convert my coworkers from using git, and this allowed me to revert to using svn for the origin repo.</p>
<p>I guess my coworkers have a higher tolerance for subversion pain than I do <img src='http://eikke.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ferdinand</title>
		<link>http://eikke.com/importing-a-git-tree-into-a-subversion-repository/comment-page-1/#comment-37531</link>
		<dc:creator>ferdinand</dc:creator>
		<pubDate>Tue, 20 Jul 2010 21:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=125#comment-37531</guid>
		<description>thanks .... this really helped me.</description>
		<content:encoded><![CDATA[<p>thanks &#8230;. this really helped me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using svn and git concurrently &#171; Wallento&#39;s Random Stuff</title>
		<link>http://eikke.com/importing-a-git-tree-into-a-subversion-repository/comment-page-1/#comment-36563</link>
		<dc:creator>Using svn and git concurrently &#171; Wallento&#39;s Random Stuff</dc:creator>
		<pubDate>Sat, 12 Jun 2010 18:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=125#comment-36563</guid>
		<description>[...] Initially we want to push our current stuff to the subversion repository. This is not absolutely straight forward, but easily done as described here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Initially we want to push our current stuff to the subversion repository. This is not absolutely straight forward, but easily done as described here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://eikke.com/importing-a-git-tree-into-a-subversion-repository/comment-page-1/#comment-34380</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 14 May 2010 03:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=125#comment-34380</guid>
		<description>Hi,

I&#039;m trying to import the tree structure of a git repos to a svn via the method you provided, but have been  encountering the following error.

&quot;Couldn&#039;t open a repository: Unable to open an ra_local session to URL: Unable to
 open repository &#039;file:///d:/test/svn_test/repo&#039;: Expected FS format &#039;2&#039;; fo
und format &#039;4&#039; at C:\Program Files\Git/libexec/git-core/git-svn line 1765&quot;

My git and svn are installed in C:/ and the repos are on D:/, a mapped networked shared drive. The stricture of  my folder for the repos is as follow.

test
-&gt;git-test
--&gt;working
-&gt;svn_test
--&gt;repo
--&gt;working

Would appreciate if you cna give me some advise regarding the problem im encountering.

Regards</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m trying to import the tree structure of a git repos to a svn via the method you provided, but have been  encountering the following error.</p>
<p>&#8220;Couldn&#8217;t open a repository: Unable to open an ra_local session to URL: Unable to<br />
 open repository &#8216;file:///d:/test/svn_test/repo&#8217;: Expected FS format &#8217;2&#8242;; fo<br />
und format &#8217;4&#8242; at C:\Program Files\Git/libexec/git-core/git-svn line 1765&#8243;</p>
<p>My git and svn are installed in C:/ and the repos are on D:/, a mapped networked shared drive. The stricture of  my folder for the repos is as follow.</p>
<p>test<br />
-&gt;git-test<br />
&#8211;&gt;working<br />
-&gt;svn_test<br />
&#8211;&gt;repo<br />
&#8211;&gt;working</p>
<p>Would appreciate if you cna give me some advise regarding the problem im encountering.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Alvarado</title>
		<link>http://eikke.com/importing-a-git-tree-into-a-subversion-repository/comment-page-1/#comment-28927</link>
		<dc:creator>Jon Alvarado</dc:creator>
		<pubDate>Thu, 12 Nov 2009 19:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=125#comment-28927</guid>
		<description>This helped me thanks.</description>
		<content:encoded><![CDATA[<p>This helped me thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gena</title>
		<link>http://eikke.com/importing-a-git-tree-into-a-subversion-repository/comment-page-1/#comment-27723</link>
		<dc:creator>Gena</dc:creator>
		<pubDate>Fri, 02 Oct 2009 00:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=125#comment-27723</guid>
		<description>Awesome,
this helped me a lot.</description>
		<content:encoded><![CDATA[<p>Awesome,<br />
this helped me a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abd4llA</title>
		<link>http://eikke.com/importing-a-git-tree-into-a-subversion-repository/comment-page-1/#comment-26206</link>
		<dc:creator>Abd4llA</dc:creator>
		<pubDate>Sun, 26 Jul 2009 07:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=125#comment-26206</guid>
		<description>Cool,
now the commit you put in the grafts file is the commit from the original git repo you wanna push to the svn correct ?
I did that before but using a different way, in the git svn repo I pulled from the original git repo,  rebased the git svn, then dcommet the changes to svn. worked fine . but I guess with grafts you don&#039;t have to pull evertime you wanna update your svn. very nice ;)</description>
		<content:encoded><![CDATA[<p>Cool,<br />
now the commit you put in the grafts file is the commit from the original git repo you wanna push to the svn correct ?<br />
I did that before but using a different way, in the git svn repo I pulled from the original git repo,  rebased the git svn, then dcommet the changes to svn. worked fine . but I guess with grafts you don&#8217;t have to pull evertime you wanna update your svn. very nice <img src='http://eikke.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

