<?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>Tech Scribblings &#187; programming</title>
	<atom:link href="http://tech.pedersen-live.com/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.pedersen-live.com</link>
	<description></description>
	<lastBuildDate>Tue, 10 Nov 2009 05:16:17 +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>Quick SVN Branch</title>
		<link>http://tech.pedersen-live.com/2009/08/quick-svn-branch/</link>
		<comments>http://tech.pedersen-live.com/2009/08/quick-svn-branch/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 16:20:27 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://tech.pedersen-live.com/?p=53</guid>
		<description><![CDATA[Took me a while to figure out how to make a branch. There is an easy way to do it without even checking out a new local copy. Just:
svn copy https://your.svn.server/svn/location/trunk https://your.svn.server/svn/location/branches/branch_name -m "commit message"
All the work is done on the server. No mess locally and super quick&#8230;now I just need to figure out how [...]]]></description>
			<content:encoded><![CDATA[<p>Took me a while to figure out how to make a branch. There is an easy way to do it without even checking out a new local copy. Just:</p>
<pre>svn copy https://your.svn.server/svn/location/trunk https://your.svn.server/svn/location/branches/branch_name -m "commit message"</pre>
<p>All the work is done on the server. No mess locally and super quick&#8230;now I just need to figure out how to merge changes between branches easily</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.pedersen-live.com/2009/08/quick-svn-branch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
