<?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>Joe Blog&#039;s &#187; svn</title>
	<atom:link href="http://blog.joeb454.com/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joeb454.com</link>
	<description>A Day In The Life Of Your Average Joe</description>
	<lastBuildDate>Fri, 07 Oct 2011 19:04:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Some MySQL Fun</title>
		<link>http://blog.joeb454.com/2009/11/some-mysql-fun/</link>
		<comments>http://blog.joeb454.com/2009/11/some-mysql-fun/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 18:33:14 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://blog.joeb454.com/?p=378</guid>
		<description><![CDATA[I'm currently writing an application which will be running from a MySQL backend, along with a good friend of mine. So we get to play with SVN, as well as MySQL. I'm wondering whether it would be worth setting up MySQL replication on one of the servers, as we have 2 to use if we [...]]]></description>
			<content:encoded><![CDATA[<p>I'm currently writing an application which will be running from a MySQL backend, along with a good friend of mine. So we get to play with SVN, as well as MySQL. I'm wondering whether it would be worth setting up MySQL replication on one of the servers, as we have 2 to use if we need them. Possibly even 3.</p>
<p>If anybody has some good guides on how to set this up, it'd be great to hear from you, now I have my install set up to allow the test user to connect remotely, I'm looking for another mini-project to include in this larger one <img src='http://blog.joeb454.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Also...if you notice any DB oddities on here, please forgive me <img src='http://blog.joeb454.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joeb454.com/2009/11/some-mysql-fun/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SVN</title>
		<link>http://blog.joeb454.com/2009/02/svn/</link>
		<comments>http://blog.joeb454.com/2009/02/svn/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 11:09:41 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://joeb454.co.uk/?p=245</guid>
		<description><![CDATA[First off - I'd just like to point out that now Planet Ubuntu should be getting all blog posts from here Secondly, I've set up a local SVN repository (without apache access). This is mainly just for my coding, which I seem to be doing a lot of at the minute, so I figured in [...]]]></description>
			<content:encoded><![CDATA[<p>First off - I'd just like to point out that now Planet Ubuntu should be getting all blog posts from here <img src='http://blog.joeb454.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Secondly, I've set up a local SVN repository (without apache access). This is mainly just for my coding, which I seem to be doing a lot of at the minute, so I figured in my downtime from that, I'd set up SVN.</p>
<p>It was pretty easy, and I have Netbeans (we have to use it at Uni, I've grown to like it though, it's pretty good) set up to commit to the svn repo's for the various projects etc. Which was also <em>incredibly</em> easy to set up. I'm pleased I did it, whether it will be used remains to be seen. Either way, I think I better get back to coding this interface! So far I'm doing ok (though I've not got more than 1 class so far either...)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joeb454.com/2009/02/svn/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>rsync &amp; Python</title>
		<link>http://blog.joeb454.com/2008/08/rsync-python/</link>
		<comments>http://blog.joeb454.com/2008/08/rsync-python/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 20:17:32 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Forums]]></category>
		<category><![CDATA[freenode]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://joeb454.wordpress.com/?p=148</guid>
		<description><![CDATA[I just finally got around to using rsync to backup my laptop to my home server It's really good, I'd recommend it to anybody for a good backup solution. I've backed up my entire home folder to it (but not onto the samba share ) I thought about that one!! I'm now looking for another [...]]]></description>
			<content:encoded><![CDATA[<p>I just finally got around to using rsync to backup my laptop to my home server <img src='http://blog.joeb454.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It's really good, I'd recommend it to anybody for a good backup solution. I've backed up my entire home folder to it (but not onto the samba share <img src='http://blog.joeb454.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ) I thought about that one!!</p>
<p>I'm now looking for another mini project, SVN was considered, but I guess it's a little overkill. Still, I need something to do!</p>
<hr />On another note, st33med from the <a href="http://ubuntuforums.org">UbuntuForums</a> and Beginners Team held a python tutoring session today on ##beginners-classroom (on irc.freenode.net) And it went on for a whole 3 hours!! It was originally planned to be half an hour <img src='http://blog.joeb454.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I believe the logs are currently being sorted out. I have to say I enjoyed it, and I'm looking forward to further tutoring sessions held by members of the Ubuntu Community.<br />
 <img src='http://blog.joeb454.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Congrats to st33med</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joeb454.com/2008/08/rsync-python/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

