<?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: Getting started with Git and GitHub and importing from Subversion</title>
	<atom:link href="http://bassistance.de/2009/08/20/getting-started-with-git-and-github-and-importing-from-subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://bassistance.de/2009/08/20/getting-started-with-git-and-github-and-importing-from-subversion/</link>
	<description>Jörn Zaefferer on Bass, Geeks and Rock'n'Roll</description>
	<lastBuildDate>Fri, 23 Jul 2010 15:57:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jörn</title>
		<link>http://bassistance.de/2009/08/20/getting-started-with-git-and-github-and-importing-from-subversion/comment-page-1/#comment-179336</link>
		<dc:creator>Jörn</dc:creator>
		<pubDate>Mon, 04 Jan 2010 17:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?p=565#comment-179336</guid>
		<description>@Lantrix: Just specify the same path you use for checkout in the &quot;git svn clone&quot; command.</description>
		<content:encoded><![CDATA[<p>@Lantrix: Just specify the same path you use for checkout in the &#8220;git svn clone&#8221; command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lantrix</title>
		<link>http://bassistance.de/2009/08/20/getting-started-with-git-and-github-and-importing-from-subversion/comment-page-1/#comment-179290</link>
		<dc:creator>Lantrix</dc:creator>
		<pubDate>Mon, 04 Jan 2010 03:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?p=565#comment-179290</guid>
		<description>I tried this with importing a wordpress plugin from their SVN repo to a git repo, but wordpress.org seems to have ALL their plugins in one repo, hence git tries to import it all. I have found no easy way to import a &quot;sub section&quot; of an svn repo. SVN allows you to checkout just the subdir from the repo :-(</description>
		<content:encoded><![CDATA[<p>I tried this with importing a wordpress plugin from their SVN repo to a git repo, but wordpress.org seems to have ALL their plugins in one repo, hence git tries to import it all. I have found no easy way to import a &#8220;sub section&#8221; of an svn repo. SVN allows you to checkout just the subdir from the repo <img src='http://bassistance.de/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan Boesch</title>
		<link>http://bassistance.de/2009/08/20/getting-started-with-git-and-github-and-importing-from-subversion/comment-page-1/#comment-174443</link>
		<dc:creator>Jordan Boesch</dc:creator>
		<pubDate>Fri, 23 Oct 2009 09:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?p=565#comment-174443</guid>
		<description>I&#039;ve moved a few of my projects from SVN to github and it was seriously a breeze!  Thanks for posting some useful tidbits like this - it&#039;ll help a lot of people with the migration.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve moved a few of my projects from SVN to github and it was seriously a breeze!  Thanks for posting some useful tidbits like this &#8211; it&#8217;ll help a lot of people with the migration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davide ficano</title>
		<link>http://bassistance.de/2009/08/20/getting-started-with-git-and-github-and-importing-from-subversion/comment-page-1/#comment-171412</link>
		<dc:creator>davide ficano</dc:creator>
		<pubDate>Fri, 21 Aug 2009 17:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?p=565#comment-171412</guid>
		<description>On the web there are billions of SVN2GIT guides but I love when them are so simple.

I&#039;m considering to move my SVN repos to git and thanks to you it is clear how now I need to understand why :P

Thanks</description>
		<content:encoded><![CDATA[<p>On the web there are billions of SVN2GIT guides but I love when them are so simple.</p>
<p>I&#8217;m considering to move my SVN repos to git and thanks to you it is clear how now I need to understand why <img src='http://bassistance.de/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul McLanahan</title>
		<link>http://bassistance.de/2009/08/20/getting-started-with-git-and-github-and-importing-from-subversion/comment-page-1/#comment-171406</link>
		<dc:creator>Paul McLanahan</dc:creator>
		<pubDate>Fri, 21 Aug 2009 12:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://bassistance.de/?p=565#comment-171406</guid>
		<description>I&#039;m glad to see jQuery and the associated projects move to DVCS, but I was hoping for Mercurial :) I find it much easier to use, and it&#039;s windows support is vastly superior since it&#039;s mostly written in Python. It&#039;s also very easily extensible with Python. If you haven&#039;t checked out Mercurial, give bitbucket.org a try. It&#039;s a lot like GitHub, but for Mercurial.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad to see jQuery and the associated projects move to DVCS, but I was hoping for Mercurial <img src='http://bassistance.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I find it much easier to use, and it&#8217;s windows support is vastly superior since it&#8217;s mostly written in Python. It&#8217;s also very easily extensible with Python. If you haven&#8217;t checked out Mercurial, give bitbucket.org a try. It&#8217;s a lot like GitHub, but for Mercurial.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
