<?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>Codec &#187; subversion</title>
	<atom:link href="http://www.trembl.org/codec/tag/subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trembl.org/codec</link>
	<description>A Personal Polylogic Code/Decode &#039;Zettelkasten&#039;</description>
	<lastBuildDate>Thu, 02 Feb 2012 03:38:01 +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>Installing TextMate Bundles via Subversion</title>
		<link>http://www.trembl.org/codec/612/</link>
		<comments>http://www.trembl.org/codec/612/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 04:00:58 +0000</pubDate>
		<dc:creator>Georg Tremmel</dc:creator>
				<category><![CDATA[Raw]]></category>
		<category><![CDATA[bundles]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[TextMate]]></category>

		<guid isPermaLink="false">http://www.trembl.org/codec/?p=612</guid>
		<description><![CDATA[Instruction from the TextMate site, this is the minimal info for installing TextMate Bundles mkdir -p /Library/Application\ Support/TextMate/Bundles cd /Library/Application\ Support/TextMate/Bundles svn co http://svn.textmate.org/trunk/Bundles/Haskell.tmbundle Update all bundles cd /Library/Application\ Support/TextMate/Bundles svn up *.tmbundle]]></description>
			<content:encoded><![CDATA[<p>Instruction from the TextMate <a href="http://manual.macromates.com/en/bundles">site</a>, this is the minimal info for installing<a href="http://svn.textmate.org/trunk/Bundles/"> TextMate Bundles</a></p>
<p><code><br />
mkdir -p /Library/Application\ Support/TextMate/Bundles<br />
cd /Library/Application\ Support/TextMate/Bundles<br />
svn co http://svn.textmate.org/trunk/Bundles/Haskell.tmbundle<br />
</code></p>
<p>Update all bundles<br />
<code><br />
cd /Library/Application\ Support/TextMate/Bundles<br />
svn up *.tmbundle<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trembl.org/codec/612/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving/Exporting SVN&#8217;ed Directories</title>
		<link>http://www.trembl.org/codec/240/</link>
		<comments>http://www.trembl.org/codec/240/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 04:25:48 +0000</pubDate>
		<dc:creator>Georg Tremmel</dc:creator>
				<category><![CDATA[Raw]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[migrate]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.trembl.org/codec/?p=240</guid>
		<description><![CDATA[Situation For whatever reasons, you want to move a directory from one svn repository to another. Problem Once in a repository, every folder gets an invisible .svn folder, where the svn info instored. Deleting them by hand can be tedious. A script might be cumbersome. Solution Use svn to export the folder. Exporting basically means [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Situation</strong><br />
For whatever reasons, you want to move a directory from one svn repository to another.</p>
<p><strong>Problem</strong><br />
Once in a repository, every folder gets an invisible .svn folder, where the svn info instored. Deleting them by hand can be tedious. A script might be cumbersome.</p>
<p><strong>Solution</strong><br />
Use svn to export the folder. Exporting basically means getting rid of the .svn/ folders.<br />
<a href="http://svnbook.red-bean.com/en/1.0/re10.html">http://svnbook.red-bean.com/en/1.0/re10.html</a></p>
<p>Usage</p>

<div class="wp_syntax"><div class="code"><pre class="objc" style="font-family:monospace;">svn export folder<span style="color: #002200;">/</span> exported<span style="color: #002200;">-</span>folder<span style="color: #002200;">/</span></pre></div></div>

<p><strong>Update</strong><br />
What does <em>svn add &#8211;force myDirectory</em> do?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trembl.org/codec/240/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

