<?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>Web Development &#38; Stuff &#187; Versioning</title>
	<atom:link href="http://web-development-blog.co.uk/tag/versioning/feed/" rel="self" type="application/rss+xml" />
	<link>http://web-development-blog.co.uk</link>
	<description>Some interesting findings from web-dev land...</description>
	<lastBuildDate>Mon, 02 Apr 2012 15:10:20 +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>SVN checkout over ssh</title>
		<link>http://web-development-blog.co.uk/2009/01/17/svn-checkout-over-ssh/</link>
		<comments>http://web-development-blog.co.uk/2009/01/17/svn-checkout-over-ssh/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 10:57:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux servers]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Versioning]]></category>

		<guid isPermaLink="false">http://web-development-blog.co.uk/2009/01/17/svn-checkout-over-ssh/</guid>
		<description><![CDATA[Checks out over an SSH connection if no HTTPS access is available. For my own records:
1svn checkout svn+ssh://your_user@yourdomain.com/usr/local/svn/ReposName/trunk
]]></description>
			<content:encoded><![CDATA[<p>Checks out over an SSH connection if no HTTPS access is available. For my own records:</p>
<div class="codecolorer-container html4strict " style="overflow:auto;white-space:nowrap;width:100%"><table cellspacing="0" cellpadding="0"><tbody><tr><td class="line-numbers"><div>1<br /></div></td><td><div class="html4strict codecolorer" style="font-family:Monaco,Lucida Console,monospace">svn checkout svn+ssh://your_user@yourdomain.com/usr/local/svn/ReposName/trunk</div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://web-development-blog.co.uk/2009/01/17/svn-checkout-over-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVN ignore directory contents</title>
		<link>http://web-development-blog.co.uk/2009/01/17/svn-ignore-directory-contents/</link>
		<comments>http://web-development-blog.co.uk/2009/01/17/svn-ignore-directory-contents/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 10:40:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux servers]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Versioning]]></category>

		<guid isPermaLink="false">http://web-development-blog.co.uk/2009/01/17/svn-ignore-directory-contents/</guid>
		<description><![CDATA[If you want to ignore (skip) files inside a directory with SVN:
1svn pe svn:ignore smarty/templates_c
This will prompt you for a pattern (*.php) via your editor of choice. So you&#8217;ll need the EDITOR environment variable set in your ~bash.rc / .profile etc
1EDITOR=vi;  export EDITOR
Update (14/04/09): This only ignores files that are not already version controlled (inside [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to ignore (skip) files inside a directory with SVN:</p>
<div class="codecolorer-container text " style="overflow:auto;white-space:nowrap;width:100%"><table cellspacing="0" cellpadding="0"><tbody><tr><td class="line-numbers"><div>1<br /></div></td><td><div class="text codecolorer" style="font-family:Monaco,Lucida Console,monospace">svn pe svn:ignore smarty/templates_c</div></td></tr></tbody></table></div>
<p>This will prompt you for a pattern (*.php) via your editor of choice. So you&#8217;ll need the EDITOR environment variable set in your ~bash.rc / .profile etc</p>
<div class="codecolorer-container text " style="overflow:auto;white-space:nowrap;width:100%"><table cellspacing="0" cellpadding="0"><tbody><tr><td class="line-numbers"><div>1<br /></div></td><td><div class="text codecolorer" style="font-family:Monaco,Lucida Console,monospace">EDITOR=vi;  export EDITOR</div></td></tr></tbody></table></div>
<p>Update (14/04/09): This only ignores files that are not already version controlled (inside SVN). So if you&#8217;re trying to ignore a directory that is already populated with version controlled files, you must svn delete them and re-populate the directory with non-version controlled copies. So make sure you back them up before the svn delete!</p>
]]></content:encoded>
			<wfw:commentRss>http://web-development-blog.co.uk/2009/01/17/svn-ignore-directory-contents/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

