<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Application Generation - Subversion</title>
			<link>http://www.pbell.com/index.cfm</link>
			<description>A series of occasional musings on architecting, securing, optimizing and generating web based applications. By Peter Bell.</description>
			<language>en-us</language>
			<pubDate>Fri, 24 May 2013 04:44:24 -0400</pubDate>
			<lastBuildDate>Fri, 25 Apr 2008 10:48:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>test@test.com</managingEditor>
			<webMaster>test@test.com</webMaster>
			
			
			
			
			
			<item>
				<title>The Rise of Git for Version Control</title>
				<link>http://www.pbell.com/index.cfm/2008/4/25/The-Rise-of-Git-for-Version-Control</link>
				<description>
				
				Over the last few weeks, &lt;a href=&quot;http://git.or.cz/&quot;&gt;Linus Torvalds latest pet project&lt;/a&gt; has really &lt;a href=&quot;http://weblog.rubyonrails.org/2008/4/11/rails-premieres-on-github&quot;&gt;taken&lt;/a&gt; &lt;a href=&quot;http://blog.davidchelimsky.net/articles/2008/04/09/rspec-at-github&quot;&gt;off&lt;/a&gt;. I&apos;ve signed up for an account at &lt;a href=&quot;http://github.com/&quot;&gt;GitHub&lt;/a&gt;, sill haven&apos;t got round to &lt;a href=&quot;http://git.or.cz/course/svn.html&quot;&gt;getting started&lt;/a&gt; or using &lt;a href=&quot;http://git.or.cz/gitwiki/EclipsePlugin&quot;&gt;the Eclipse plugin&lt;/a&gt;. Today I got an email informing me that &lt;a href=&quot;http://unfuddle.com/&quot;&gt;Unfuddle&lt;/a&gt; is offering Git.

Their announcement:
&lt;em&gt;
If you have not yet heard of Git, it is a distributed version control system, originally developed by Linus Torvalds for Linux kernel development.  It has grown over the years to serve as the development platform for many other very large and active open source projects.  It has grown for a very simple reason: it is excellent.

Effective May 15th, Unfuddle customers will be able to choose between Git and Subversion repositories for their projects.  Subversion is not going away, we are just adding Git as an alternative.&lt;/em&gt;

Anyone out there played seriously with Git yet? What do you think?
				
				</description>
				
				<category>Subversion</category>
				
				<pubDate>Fri, 25 Apr 2008 10:48:00 -0400</pubDate>
				<guid>http://www.pbell.com/index.cfm/2008/4/25/The-Rise-of-Git-for-Version-Control</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Subversion for Designers? For Clients?</title>
				<link>http://www.pbell.com/index.cfm/2008/2/27/Subversion-for-Designers-For-Clients</link>
				<description>
				
				The combination of svn for source control and Ant for managing your builds is hard to beat, but how do you handle builds that need to include templates being edited by designers or files being uploaded by end users of a cms?
				 [More]
				</description>
				
				<category>Subversion</category>
				
				<category>Hosting</category>
				
				<pubDate>Wed, 27 Feb 2008 10:26:00 -0400</pubDate>
				<guid>http://www.pbell.com/index.cfm/2008/2/27/Subversion-for-Designers-For-Clients</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Stats for SVN</title>
				<link>http://www.pbell.com/index.cfm/2007/2/23/Stats-for-SVN</link>
				<description>
				
				Alistair Davidson  just &lt;a href=&quot;http://instantbadger.blogspot.com/2007/02/statsvn-ruby-vs-java-and-developer-of.html&quot;&gt;posted&lt;/a&gt; a nice article about StatSVN. Looks like a very cool tool for getting some metrics on your code development. 

Would be fun to run it for all the community projects in CF to see who&apos;s been doing what. Just thinking out loud and wondering if this could be added to RIAForge?!

Either way, seems like a very cool tool for getting a handle on your SVN statistics.
				
				</description>
				
				<category>Subversion</category>
				
				<pubDate>Fri, 23 Feb 2007 11:33:00 -0400</pubDate>
				<guid>http://www.pbell.com/index.cfm/2007/2/23/Stats-for-SVN</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Instructions for Getting Started with Subversion on RIAForge using Subclipse</title>
				<link>http://www.pbell.com/index.cfm/2006/10/22/Instructions-for-Getting-Started-with-Subversion-on-RIAForge-using-Subclipse</link>
				<description>
				
				Just in case anyone else hadn&apos;t used svn before but wanted to get started with a RIAForge svn repository, here are some quick instructions. If any of this is wrong, please let me know!
				 [More]
				</description>
				
				<category>Subversion</category>
				
				<pubDate>Sun, 22 Oct 2006 20:04:00 -0400</pubDate>
				<guid>http://www.pbell.com/index.cfm/2006/10/22/Instructions-for-Getting-Started-with-Subversion-on-RIAForge-using-Subclipse</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>How do you get started with Subversion on RIAForge?</title>
				<link>http://www.pbell.com/index.cfm/2006/10/22/How-do-you-get-started-with-Subversion-on-RIAForge</link>
				<description>
				
				I was following Brian Rinaldi’s &lt;a href=&quot;http://www.remotesynthesis.com/blog/index.cfm/2006/8/10/Getting-Started-with-Subclipse&quot;&gt;great article&lt;/a&gt; which worked perfectly for getting started with Subclipse. 

I now have access to &lt;a href=&quot;http://svn.riaforge.org/lightwire&quot;&gt;the LightWire svn repository&lt;/a&gt; in Eclipse and can do things like creating and deleting directories. I don’t see any of the branch/trunk/tags directories I’d usually see in a pre-configured project. 

Anyone have any idea how to set these up or just in general terms how to use svn on Riaforge? Probably obvious, but I’m a complete svn n00b.

Any help much appreciated as I can’t post the code until I can figure this out!

[update] OK, the &lt;a href=&quot;http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.intro.quickstart&quot;&gt;book&lt;/a&gt; explains how to do this. All seems to make sense. I&apos;ll post the short instructions in a bit just in case there is one other person who knows less about svn than me!
				
				</description>
				
				<category>Subversion</category>
				
				<category>Misc</category>
				
				<category>LightWire</category>
				
				<pubDate>Sun, 22 Oct 2006 19:32:00 -0400</pubDate>
				<guid>http://www.pbell.com/index.cfm/2006/10/22/How-do-you-get-started-with-Subversion-on-RIAForge</guid>
				
			</item>
			
		 	
			</channel></rss>
	

