<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>fnokd! &#187; svn</title>
	<atom:link href="http://www.fnokd.com/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fnokd.com</link>
	<description>Bob Blogs</description>
	<lastBuildDate>Mon, 18 May 2009 17:42:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Another JBoss GitHub repository mirror</title>
		<link>http://www.fnokd.com/2008/08/30/another-jboss-github-repository-mirror/</link>
		<comments>http://www.fnokd.com/2008/08/30/another-jboss-github-repository-mirror/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 16:53:47 +0000</pubDate>
		<dc:creator>Bob McWhirter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JBoss]]></category>
		<category><![CDATA[JBoss.ORG]]></category>
		<category><![CDATA[mirror]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.fnokd.com/?p=436</guid>
		<description><![CDATA[For those of you playing along at home, I&#8217;ve added jboss-deployers to my GitHub mirror set.  Like the others, the &#8216;vendor&#8217; branch is the one you want.

jboss-deployers
jbossas
microcontainer
vfs

I&#8217;m adding JBoss projects to my mirror set as I trip across the need to browse their source.  If there&#8217;s a JBoss project you&#8217;d like to see mirrored out [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you playing along at home, I&#8217;ve added <strong>jboss-deployers</strong> to my GitHub mirror set.  Like the others, the &#8216;vendor&#8217; branch is the one you want.</p>
<ul>
<li><a title="jboss-deployers" href="http://github.com/bobmcwhirter/jboss-deployers/tree/vendor">jboss-deployers</a></li>
<li><a title="jbossas" href="http://github.com/bobmcwhirter/jbossas/tree/vendor">jbossas</a></li>
<li><a title="microcontainer" href="http://github.com/bobmcwhirter/microcontainer/tree/vendor">microcontainer</a></li>
<li><a title="vfs" href="http://github.com/bobmcwhirter/vfs/tree/vendor">vfs</a></li>
</ul>
<p>I&#8217;m adding JBoss projects to my mirror set as I trip across the need to browse their source.  If there&#8217;s a JBoss project you&#8217;d like to see mirrored out of SVN, drop the URL to the <strong>trunk</strong> of the SVN repository in a comment on this post, and I&#8217;ll start slurping it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnokd.com/2008/08/30/another-jboss-github-repository-mirror/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>GitHub Mirrors for some JBoss Projects</title>
		<link>http://www.fnokd.com/2008/08/21/github-mirrors-for-some-jboss-projects/</link>
		<comments>http://www.fnokd.com/2008/08/21/github-mirrors-for-some-jboss-projects/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 16:12:09 +0000</pubDate>
		<dc:creator>Bob McWhirter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JBoss]]></category>
		<category><![CDATA[jruby]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.fnokd.com/?p=421</guid>
		<description><![CDATA[In addition to the previously-mentioned JRuby mirror from Codehaus SVN to GitHub, I&#8217;m now also mirroring:

JBoss Microcontainer
JBoss AS5
JRuby

All are trunk-only mirrors, not picking up branches or tags.  Since the JBoss repository path has about 77,000 subversion revisions, and at one point held any and all JBoss software ever written, I have not mirrored it [...]]]></description>
			<content:encoded><![CDATA[<p>In addition to the previously-mentioned JRuby mirror from Codehaus SVN to GitHub, I&#8217;m now also mirroring:</p>
<ul>
<li><a title="JBoss Microcontainer on GitHub" href="http://github.com/bobmcwhirter/microcontainer/tree/vendor">JBoss Microcontainer</a></li>
<li><a title="JBoss AS5 on GitHub" href="http://github.com/bobmcwhirter/jbossas/tree/vendor">JBoss AS5</a></li>
<li><a title="JRuby on GitHub" href="http://github.com/bobmcwhirter/jruby/tree/vendor">JRuby</a></li>
</ul>
<p>All are trunk-only mirrors, not picking up branches or tags.  Since the JBoss repository path has about 77,000 subversion revisions, and at one point held any and all JBoss software ever written, I have not mirrored it in its entirety.  Instead, I&#8217;ve only grabbed http://anonsvn.jboss.org/repos/jbossas/trunk back to revision 77,200.  It&#8217;ll mirror going forward, but the github repository does not include any ancient history.</p>
<p>For those of you playing along at home, the way to fetch just a cauterized &#8220;tip&#8221; from SVN to a git repository is to mirror <a title="Mirroring SVN to GitHub" href="http://www.fnokd.com/2008/08/20/mirroring-svn-repository-to-github/">as before</a>, but for the initial &#8220;git svn fetch&#8221; command, add a SVN-style revision range</p>
<blockquote><p>git svn fetch -r77200:HEAD</p></blockquote>
<p>For me, at least, trying to fetch the tip revision for the directory resulted in failure.  Going back a few revisions, and using a range that includes HEAD worked much better.  Then just push to GitHub has normal, and start your rebase/push cronjob.</p>
<p>The JBoss projects are updated from SVN every 15 minutes.  But we&#8217;re updating from the anonymous SVN repository at JBoss, which itself is delayed from the developer repository by some amount of time.  So, ultimately, the GitHub mirror should be mostly up-to-date, but could lag behind actual developer commits by up to and hour, I reckon.</p>
<p>If you&#8217;re wanting to track these repositories using my git mirror, only track the vendor branch.  I make no claims about the stability or sanity of the &#8216;master&#8217; ref at any point in time.  I will make sure &#8216;vendor&#8217; exactly matches the Subversion history, though.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnokd.com/2008/08/21/github-mirrors-for-some-jboss-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
