<?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>Darren Watt &#187; svn</title>
	<atom:link href="http://darrenwatt.com/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://darrenwatt.com</link>
	<description>That&#039;s Watt without an &#039;S&#039;</description>
	<lastBuildDate>Tue, 31 Jan 2012 18:35:49 +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>Ignoring files and directories in SVN</title>
		<link>http://darrenwatt.com/ignoring-files-and-directories-in-svn/</link>
		<comments>http://darrenwatt.com/ignoring-files-and-directories-in-svn/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 18:35:49 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://darrenwatt.com/?p=802</guid>
		<description><![CDATA[I keep forgetting how to do this as I don&#8217;t use SVN often enough, and then when I do need to do it the SVN docs are fairly sketchy on it. Make a text file with the following type of content as &#8216;svnignore.txt&#8217; folder1 cache uploads .project *.txt Then run this to update the SVN [...]]]></description>
			<content:encoded><![CDATA[<p>I keep forgetting how to do this as I don&#8217;t use SVN often enough, and then when I do need to do it the SVN docs are fairly sketchy on it.</p>
<p>Make a text file with the following type of content as &#8216;svnignore.txt&#8217;<br />
<code><br />
folder1<br />
cache<br />
uploads<br />
.project<br />
*.txt<br />
</code>
</p>
<p>
Then run this to update the SVN ignore properties<br />
<code><br />
svn propset svn:ignore -F svnignore.txt .<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://darrenwatt.com/ignoring-files-and-directories-in-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing SVN on Windows</title>
		<link>http://darrenwatt.com/installing-svn-on-windows/</link>
		<comments>http://darrenwatt.com/installing-svn-on-windows/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 20:12:54 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.darrenwatt.com/installing-svn-on-windows/</guid>
		<description><![CDATA[There&#8217;s a handy site here on setting up SVN in Windows. Quite handy, if that&#8217;s what you&#8217;re trying to do. Only problem I had was removing blank spaces in the config, which was probably notepad evil.]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a handy site <a href="http://www.codinghorror.com/blog/archives/001093.html">here</a> on setting up SVN in Windows. Quite handy, if that&#8217;s what you&#8217;re trying to do. Only problem I had was removing blank spaces in the config, which was probably notepad evil.</p>
]]></content:encoded>
			<wfw:commentRss>http://darrenwatt.com/installing-svn-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

