<?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>dev.enekoalonso.com &#187; svn</title>
	<atom:link href="http://dev.enekoalonso.com/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.enekoalonso.com</link>
	<description>having fun with code</description>
	<lastBuildDate>Wed, 12 Oct 2011 21:40:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>My current SVN setup</title>
		<link>http://dev.enekoalonso.com/2010/02/07/my-current-svn-setup/</link>
		<comments>http://dev.enekoalonso.com/2010/02/07/my-current-svn-setup/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 18:33:10 +0000</pubDate>
		<dc:creator>Eneko Alonso</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://dev.enekoalonso.com/?p=462</guid>
		<description><![CDATA[Once upon a time I decided it was time to start keeping track of the changes I was doing in my blogs and websites, specially my landing page at enekoalonso.com. So I started using SVN, which is available in my current hosting: Dreamhost. Here is my current setup for blogs and websites: enekoalonso.com https://enekoalonso.com/prvsvn/enekoalonso.com/trunk (private) [...]]]></description>
			<content:encoded><![CDATA[<p>Once upon a time I decided it was time to start keeping track of the changes I was doing in my blogs and websites, specially my landing page at <a href="http://enekoalonso.com">enekoalonso.com</a>. So I started using SVN, which is available in my current hosting: Dreamhost.</p>
<p>Here is my current setup for blogs and websites:<br />
<a href="http://enekoalonso.com">enekoalonso.com</a><br />
https://enekoalonso.com/prvsvn/enekoalonso.com/trunk (private)</p>
<p><a href="http://enekoalonso.com/main">enekoalonso.com/main</a><br />
https://enekoalonso.com/prvsvn/enekoalonso.com-main/trunk (private)</p>
<p><a href="http://enekoalonso.com/research">enekoalonso.com/research</a><br />
https://enekoalonso.com/svn/research (public)</p>
<p><a href="http://dev.enekoalonso.com">dev.enekoalonso.com</a><br />
Checked out directly from <a href="http://svn.automattic.com/wordpress/trunk">WordPress SVN</a> (currently running 3.0alpha)</p>
<p>I have different repositories, public and privates with https access, and I store my blogs, my sites and also other projects I work on, including iPhone applications, etc. Having SVN is a little overhead, but the benefits are great, specially if you use tags to keep track of versions, etc.</p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li>August 22, 2010 -- <a href="http://dev.enekoalonso.com/2010/08/22/list-of-iphone-ipsw-firmware-files/" title="List of iPhone ipsw firmware files (yes, downgrading from iOS 4.0.1 to 3.1.3)">List of iPhone ipsw firmware files (yes, downgrading from iOS 4.0.1 to 3.1.3)</a> (2)</li><li>January 26, 2010 -- <a href="http://dev.enekoalonso.com/2010/01/26/loving-gitgithub/" title="Loving git+github">Loving git+github</a> (0)</li><li>December 20, 2008 -- <a href="http://dev.enekoalonso.com/2008/12/20/wordpress-comment-api-wpnotifier/" title="Wordpress Comment API &#038; WPNotifier">Wordpress Comment API &#038; WPNotifier</a> (0)</li><li>November 29, 2008 -- <a href="http://dev.enekoalonso.com/2008/11/29/setting-up-a-development-environment/" title="Setting up a development environment">Setting up a development environment</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://dev.enekoalonso.com/2010/02/07/my-current-svn-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Loving git+github</title>
		<link>http://dev.enekoalonso.com/2010/01/26/loving-gitgithub/</link>
		<comments>http://dev.enekoalonso.com/2010/01/26/loving-gitgithub/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 04:49:50 +0000</pubDate>
		<dc:creator>Eneko Alonso</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://dev.enekoalonso.com/?p=414</guid>
		<description><![CDATA[Up until now I always used subversion and, although haven&#8217;t used it much, I liked Google Code repositories a lot. Well, in the last few days I&#8217;ve been working with git and github and I have to say that both of them are very cool. Related Posts:February 7, 2010 -- My current SVN setup (0)November [...]]]></description>
			<content:encoded><![CDATA[<p>Up until now I always used subversion and, although haven&#8217;t used it much, I liked Google Code repositories a lot. Well, in the last few days I&#8217;ve been working with git and github and I have to say that both of them are very cool.</p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li>February 7, 2010 -- <a href="http://dev.enekoalonso.com/2010/02/07/my-current-svn-setup/" title="My current SVN setup">My current SVN setup</a> (0)</li><li>November 29, 2008 -- <a href="http://dev.enekoalonso.com/2008/11/29/setting-up-a-development-environment/" title="Setting up a development environment">Setting up a development environment</a> (0)</li><li>October 1, 2010 -- <a href="http://dev.enekoalonso.com/2010/10/01/having-fun-with-node-js-redis/" title="Having fun with node.js &#038; Redis">Having fun with node.js &#038; Redis</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://dev.enekoalonso.com/2010/01/26/loving-gitgithub/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up a development environment</title>
		<link>http://dev.enekoalonso.com/2008/11/29/setting-up-a-development-environment/</link>
		<comments>http://dev.enekoalonso.com/2008/11/29/setting-up-a-development-environment/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 19:54:00 +0000</pubDate>
		<dc:creator>Eneko Alonso</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://dev.enekoalonso.com/?p=61</guid>
		<description><![CDATA[I want to left behind the days when I was developing code without any version control system. I have been using these at work for years now, but never for my personal projects. So know I use/have two SVN repositories: enekoalonso.com/svn for my personal projects and tests. code.google.com/u/eneko.alonso/ for more complex projects in which other [...]]]></description>
			<content:encoded><![CDATA[<p>I want to left behind the days when I was developing code without any version control system. I have been using these at work for years now, but never for my personal projects. So know I use/have two SVN repositories:</p>
<ul>
<ol><a href="http://enekoalonso.com/svn">enekoalonso.com/svn</a> for my personal projects and tests.</ol>
<ol><a href="http://code.google.com/u/eneko.alonso/">code.google.com/u/eneko.alonso/</a> for more complex projects in which other people my want to participate.</ol>
</ul>
<p>But SVN doesn&#8217;t solve all problems, specially when working with Javascript and HTML. This is because I want to see my code in action. For this, I have <a href="http://code.enekoalonso.com">http://code.enekoalonso.com</a>. Until now I was uploading manually javascript and html demo pages that I was working on, but synchronizing it with the SVN repository became a pain very fast. So in order to avoid this, I have done a checkout of my SVN repository on my webserver. Now, whenever I update or add a new project to the repository, updating <a href="http://code.enekoalonso.com">http://code.enekoalonso.com</a> will be as simple as running the command:
<pre>svn update</pre>
<p> And that&#8217;s it! </p>
<p>Now I can develop and test locally on my own computer, then commit to svn and update my code server without any pain.</p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li>February 7, 2010 -- <a href="http://dev.enekoalonso.com/2010/02/07/my-current-svn-setup/" title="My current SVN setup">My current SVN setup</a> (0)</li><li>January 26, 2010 -- <a href="http://dev.enekoalonso.com/2010/01/26/loving-gitgithub/" title="Loving git+github">Loving git+github</a> (0)</li><li>December 26, 2008 -- <a href="http://dev.enekoalonso.com/2008/12/26/adding-specific-code-for-production-only/" title="Adding specific code for production only">Adding specific code for production only</a> (2)</li><li>July 26, 2011 -- <a href="http://dev.enekoalonso.com/2011/07/26/my-sublime-text-2-settings/" title="My Sublime Text 2 settings">My Sublime Text 2 settings</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://dev.enekoalonso.com/2008/11/29/setting-up-a-development-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

