<?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>MaisonBisson.com &#187; repository</title>
	<atom:link href="http://maisonbisson.com/blog/post/tag/repository/feed/" rel="self" type="application/rss+xml" />
	<link>http://maisonbisson.com</link>
	<description>A bunch of stuff I would have emailed you about.</description>
	<lastBuildDate>Sat, 14 Nov 2009 20:14:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Moving a Subversion Repository</title>
		<link>http://maisonbisson.com/blog/post/11905/moving-a-subversion-repository/</link>
		<comments>http://maisonbisson.com/blog/post/11905/moving-a-subversion-repository/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 15:56:55 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11905/#moving-a-subversion-repository</guid>
		<description><![CDATA[
I foolishly just moved a Subversion repository by importing the contents of a current checkout into a new repository. Wrong. A friend pointed out these instructions that make it easy and preserve the revision history. 
Here&#8217;s the trick:
svnadmin dump /path/to/repository &#62; repository-name.dmp
and
svnadmin load repository-name &#60; repository-name.dmp
[tags]svn, subversion, move, repository[/tags]
]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11905"><!-- &nbsp; --></abbr>
<p>I foolishly just moved a <a href="http://en.wikipedia.org/wiki/Subversion_(software)">Subversion</a> repository by importing the contents of a current checkout into a new repository. Wrong. A friend pointed out <a href="http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository">these instructions</a> that make it easy and preserve the revision history. </p>
<p>Here&#8217;s the trick:</p>
<p><code>svnadmin dump /path/to/repository &gt; repository-name.dmp</code></p>
<p>and</p>
<p><code>svnadmin load repository-name &lt; repository-name.dmp</code></p>
<p>[tags]svn, subversion, move, repository[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11905/moving-a-subversion-repository/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Institutional and Academic Repositories</title>
		<link>http://maisonbisson.com/blog/post/11043/institutional-repositories/</link>
		<comments>http://maisonbisson.com/blog/post/11043/institutional-repositories/#comments</comments>
		<pubDate>Tue, 20 Dec 2005 16:14:15 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Libraries & Networked Information]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[arxive]]></category>
		<category><![CDATA[digital collections]]></category>
		<category><![CDATA[dspace]]></category>
		<category><![CDATA[institutional repository]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[mit]]></category>
		<category><![CDATA[mit libraries]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[sherpa]]></category>
		<category><![CDATA[sherpa project]]></category>
		<category><![CDATA[university of nottingham]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=11043</guid>
		<description><![CDATA[
MIT has DSpace, their solution to save, share, and search the collected work of their faculty and students (in use by 115 public sites). Now Royce just shared with me this presentation by Bill Hubbard, the SHERPA project manager at University of Nottingham.
What&#8217;s SHERPA? The name is an acronym for Securing a Hybrid Environment for [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11043"><!-- &nbsp; --></abbr>
<p><a href="http://mit.edu/" title="MIT: Home">MIT</a> has <a href="https://dspace.mit.edu/index.jsp" title="DSpace at MIT: Home">DSpace</a>, their solution to <a href="http://libraries.mit.edu/dspace-mit/">save, share, and search</a> the collected work of their faculty and students (<a href="http://wiki.dspace.org/DspaceInstances">in use by 115 public sites</a>). Now Royce just shared with me <a href="http://www.jibs.ac.uk/meetings/workshops/repositories/HubbardJIBS%20Sept05.ppt">this presentation</a> by Bill Hubbard, the SHERPA project manager at <a href="http://www.nottingham.ac.uk/" title="The University of Nottingham">University of Nottingham</a>.</p>
<p>What&#8217;s <a href="http://www.sherpa.ac.uk/" title="SHERPA">SHERPA</a>? The name is an acronym for Securing a Hybrid Environment for Research Preservation and Access, but it&#8217;s a project intended to archive the pre and post publication papers and other research products. </p>
<p>They&#8217;ve got <a href="http://www.sherpa.ac.uk/advice/">some advice</a> for those interested in these things. Including some help with <a href="http://www.sherpa.ac.uk/advice/submission.html">dealing with publishers</a>. Bill reported some analysis in his presentation that found that 93% of the publishers they deal with at Nottingham allow authors to self-archive their work in publicly available repositories.</p>
<p>Related to this, I <a href="http://maisonbisson.com/blog/post/10762/" title="Changing Modes Of Communication « MaisonBisson.com">previously reported</a> on <a href="http://arxiv.org/">arXiv.org</a>. The intent there is slightly different, as <a href="http://crookedtimber.org/2005/08/24/blogging-arxiv/" title="CrookedTimber">Henry Farrell</a> explains:</p>
<blockquote><p>[I]ts effectively replaced journal publication as the primary means for physicists to communicate with each other. Journal publication is still important &#8212; but as an imprimatur, a proof of quality, rather than a way to disseminate findings to a wider audience.</p></blockquote>
<p><tags>dspace, arxive, sherpa, university of nottingham, institutional repository, repository, archive, sherpa project, mit, mit libraries, library, libraries, digital collections</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11043/institutional-repositories/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>