<?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>Pass By Value &#187; subversion</title>
	<atom:link href="http://passbyvalue.com/tag/subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://passbyvalue.com</link>
	<description>... or is it pass by reference?</description>
	<lastBuildDate>Thu, 26 Jan 2012 03:09:41 +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>Version controlling WordPress themes on simple hosts</title>
		<link>http://passbyvalue.com/2010/07/version-controlling-wordpress-themes-on-simple-hosts/</link>
		<comments>http://passbyvalue.com/2010/07/version-controlling-wordpress-themes-on-simple-hosts/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 12:12:07 +0000</pubDate>
		<dc:creator>Trent</dc:creator>
				<category><![CDATA[Software development]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://passbyvalue.com/?p=177</guid>
		<description><![CDATA[Here&#8217;s a quick tip if your WordPress host is quite simple and only provides FTP access and no version control tools (svn, git) or specific syncing tools (rsync) Use version control for the theme on your local machine (where you run your dev WordPress environment), then use syncing capability of FTP tool (Cyberduck for MacOSX [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick tip if your WordPress host is quite simple and only provides FTP access and no version control tools (svn, git) or specific syncing tools (rsync)</p>
<p>Use version control for the theme on your local machine (where you run your dev WordPress environment), then use syncing capability of FTP tool (<a href="http://cyberduck.ch/">Cyberduck</a> for MacOSX has this feature) to promote the changes to your host.</p>
<p>Remember, version control is the only way to sensibly manage changes to your theme &#8211; editing through the WordPress theme editor on your host is a really bad way to manage it!</p>
]]></content:encoded>
			<wfw:commentRss>http://passbyvalue.com/2010/07/version-controlling-wordpress-themes-on-simple-hosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git for dummies</title>
		<link>http://passbyvalue.com/2009/01/git-for-dummies/</link>
		<comments>http://passbyvalue.com/2009/01/git-for-dummies/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 06:41:44 +0000</pubDate>
		<dc:creator>Trent</dc:creator>
				<category><![CDATA[Software development]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://blog.passbyvalue.com/?p=45</guid>
		<description><![CDATA[Only just started to finally get stuck into learning git. It certainly seems to be revolutionising the way we do version control. I&#8217;m pretty hooked on subversion and I have to admit, I thought that was as good as it gets! But the hype around git to much to ignore. Here&#8217;s some resources I&#8217;ve found [...]]]></description>
			<content:encoded><![CDATA[<p>Only just started to finally get stuck into learning <a href="http://git-scm.com/">git</a>.  It certainly seems to be revolutionising the way we do version control.  I&#8217;m pretty hooked on <a href="http://subversion.tigris.org/">subversion</a> and I have to admit, I thought that was as good as it gets!  But the hype around git to much to ignore.</p>
<p>Here&#8217;s some resources I&#8217;ve found really useful to get (git) going:</p>
<h3>Resources</h3>
<ul>
<li><a href="http://feeds.feedburner.com/Gitcasts">GitCasts</a> by Scott Chacon.  Screencasts are for me one of the best ways to learn things, these casts, although very quick, give you that good leg up.</li>
<li><a href="http://www.newartisans.com/blog/2008/04/git-from-the-bottom-up.html">Git from the bottom up</a> by John Wiegley.  There is a link from his blog entry to a paper he has put together on his understanding of Git.  Always good to read some theory!</li>
<li><a href="http://git-scm.com/course/svn.html">Git &#8211; SVN crash course</a> from the offical git site.  A great place to start if like me, you&#8217;re already familiar with svn.</li>
<li>Github&#8217;s <a href="http://github.com/guides/git-cheat-sheet">Git Cheat Sheet</a> is a good resource too!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://passbyvalue.com/2009/01/git-for-dummies/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

