<?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>Intrepid Blog &#187; subversion</title>
	<atom:link href="http://blog.affien.com/archives/tag/subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.affien.com</link>
	<description>A few thoughts</description>
	<lastBuildDate>Mon, 23 Jan 2012 08:47:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Subversion</title>
		<link>http://blog.affien.com/archives/2005/06/04/subversion/</link>
		<comments>http://blog.affien.com/archives/2005/06/04/subversion/#comments</comments>
		<pubDate>Sat, 04 Jun 2005 22:41:38 +0000</pubDate>
		<dc:creator>Bas Westerbaan</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://blog.w-nz.com/archives/2005/06/04/cvs/</guid>
		<description><![CDATA[I've recently been using CVS a lot, more specificly sub [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently been using CVS a lot, more specificly <a href="http://subversion.tigris.org/">subversion</a>. It makes it <em>a lot</em> easier to share source code. Where it wasn&#8217;t possible to work on the same projects or even on another project that depends on the first because sharing source code is tricky, subversion was the solution.</p>
<p><em>mount..?</em><br />
As far as I know there isn&#8217;t a program that allows you to <em>mount</em> a subversion repositry into the linux filesystem. This would make managing a subversion reposity a bit easier for at the moment you need to use <code>svn add</code> to add every single file; <code>svn cp</code> to copy, <code>svn rm</code> to remove, and so on which could all be intergrated when wrapping a repositry up.</p>
<p>It is possible I haven&#8217;t been searching in the right place. Searching for it just gave me an enourmous list of other people graving for it.</p>
<p><em>pruning</em><br />
To my knowladge there is no really easy way to get rid of older versions. Offcourse it would be against the basic idea behind the system storing every single version, but sometimes it just isn&#8217;t practicly. In case you are dealing with extra not sourcecode files, like images or data files, which usualy are quite large in comparison with source code, you&#8217;ll get a really big and slow repositry.</p>
<p>Adding a feature that will <em>store</em> all files before version <em>x</em> if it isn&#8217;t the top version in a compressed archive of some type would be really nice. Although it would drasticly decrease the access time for the older versions it does decrease the space used and increases the access time for the top versions which are used a lot more than the older ones.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.affien.com/archives/2005/06/04/subversion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

