<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Invincibly Ignorant &#187; OOP344</title>
	<atom:link href="http://invinciblyignorant.wordpress.com/category/OOP344/feed/" rel="self" type="application/rss+xml" />
	<link>http://invinciblyignorant.wordpress.com</link>
	<description>Nothing you say is going to change my mind.</description>
	<lastBuildDate>Sun, 06 Jun 2010 19:24:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='invinciblyignorant.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Invincibly Ignorant &#187; OOP344</title>
		<link>http://invinciblyignorant.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://invinciblyignorant.wordpress.com/osd.xml" title="Invincibly Ignorant" />
	<atom:link rel='hub' href='http://invinciblyignorant.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Configuring Your SVN Repository in Xcode (Snow Leopard)</title>
		<link>http://invinciblyignorant.wordpress.com/2010/06/06/configuring-your-svn-repository-in-xcode-snow-leopard/</link>
		<comments>http://invinciblyignorant.wordpress.com/2010/06/06/configuring-your-svn-repository-in-xcode-snow-leopard/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 07:31:04 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[OOP344]]></category>

		<guid isPermaLink="false">http://invinciblyignorant.wordpress.com/?p=15</guid>
		<description><![CDATA[So earlier tonight I finally decided to take a stab at SVN and being a mac user, SVN through Xcode seemed to be the best (free) choice. In order to use SVN in Xcode you need to configure a few things. This tutorial will only be for the newest version of Xcode, which runs on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=invinciblyignorant.wordpress.com&#038;blog=13747653&#038;post=15&#038;subd=invinciblyignorant&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So earlier tonight I finally decided to take a stab at SVN and being a mac user, SVN through Xcode seemed to be the best (free) choice.</p>
<p>In order to use SVN in Xcode you need to configure a few things. This tutorial will only be for the newest version of Xcode, which runs on Snow Leopard.</p>
<p><strong>Step One: Configure your SVN repository</strong></p>
<p>Once you open Xcode on the menu-bar click on SCM &gt; Configure SCM Repositories&#8230; A window will pop-up. Add a new repository by clicking on the plus (+) in the lower left corner of the window. Now you can name it and input all the vital information that is needed to set up your repository (which you should have).</p>
<p><a href="http://invinciblyignorant.files.wordpress.com/2010/06/screen-shot-2010-06-06-at-3-25-12-am.png"><img class="aligncenter size-medium wp-image-32" title="Step 1" src="http://invinciblyignorant.files.wordpress.com/2010/06/screen-shot-2010-06-06-at-3-25-12-am.png?w=300&h=109" alt="" width="300" height="109" /></a></p>
<p style="text-align:center;">
<p style="text-align:center;"><a href="http://invinciblyignorant.files.wordpress.com/2010/06/screen-shot-2010-06-06-at-3-10-13-am.png"><img class="size-medium wp-image-25 aligncenter" title="Step 1b" src="http://invinciblyignorant.files.wordpress.com/2010/06/screen-shot-2010-06-06-at-3-10-13-am.png?w=289&h=300" alt="" width="289" height="300" /></a></p>
<p><strong>Step Two: Open your repository and download your projects</strong></p>
<p>Now that you have configured your repository go back to SCM on your menu bar and now click on Repositories. It will open a window with your newly configured repository. Click on your repository and it will log you in automatically (assuming your information is correct). Now you have access to your Branches, Tags and Trunk. You can download any of these by clicking on the folder (or clicking on the entire repository &#8211; recommended) and clicking &#8220;Checkout&#8221;. This will open a window asking where you would like to save it on your computer. Once you&#8217;ve saved your project onto your computer, open it in Xcode.</p>
<p><a href="http://invinciblyignorant.files.wordpress.com/2010/06/screen-shot-2010-06-06-at-3-11-22-am.png"><img class="aligncenter size-medium wp-image-26" title="Step 2" src="http://invinciblyignorant.files.wordpress.com/2010/06/screen-shot-2010-06-06-at-3-11-22-am.png?w=300&h=167" alt="" width="300" height="167" /></a></p>
<p><strong>Step Three: Configure those projects for SVN</strong></p>
<p>On the menu-bar click on SCM &gt; Configure SCM For This Project&#8230; It will open a window. In the upper right hand corner there is a button called &#8220;Configure Roots &amp; SCM&#8221;. It will open another new window. In this window there are couple things you need to change. First, make sure that the option in the upper right hand corner is on &#8220;Subversion&#8221; and Secondly, under the Repository heading, change it to your configured repository.</p>
<p><a href="http://invinciblyignorant.files.wordpress.com/2010/06/screen-shot-2010-06-06-at-3-26-23-am.png"><img class="aligncenter size-medium wp-image-33" title="Step 3" src="http://invinciblyignorant.files.wordpress.com/2010/06/screen-shot-2010-06-06-at-3-26-23-am.png?w=300&h=166" alt="" width="300" height="166" /></a></p>
<p>Now if you go back to the menu-bar and look under SCM you will find a bunch of options for committing and updating your repository with whatever changes you make to your code.</p>
<p><a href="http://invinciblyignorant.files.wordpress.com/2010/06/screen-shot-2010-06-06-at-3-20-14-pm.png"><img class="aligncenter size-medium wp-image-39" title="Step 3b" src="http://invinciblyignorant.files.wordpress.com/2010/06/screen-shot-2010-06-06-at-3-20-14-pm.png?w=300&h=167" alt="" width="300" height="167" /></a></p>
<p>Now you are all set to use SVN in Xcode. Please note that if you start or download a new project you will need to do Step Three again for that new project.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/invinciblyignorant.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/invinciblyignorant.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/invinciblyignorant.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/invinciblyignorant.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/invinciblyignorant.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/invinciblyignorant.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/invinciblyignorant.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/invinciblyignorant.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/invinciblyignorant.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/invinciblyignorant.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/invinciblyignorant.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/invinciblyignorant.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/invinciblyignorant.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/invinciblyignorant.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=invinciblyignorant.wordpress.com&#038;blog=13747653&#038;post=15&#038;subd=invinciblyignorant&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://invinciblyignorant.wordpress.com/2010/06/06/configuring-your-svn-repository-in-xcode-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bc71a7ae62ed8fe79f8499da239d461?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Burton</media:title>
		</media:content>

		<media:content url="http://invinciblyignorant.files.wordpress.com/2010/06/screen-shot-2010-06-06-at-3-25-12-am.png?w=300" medium="image">
			<media:title type="html">Step 1</media:title>
		</media:content>

		<media:content url="http://invinciblyignorant.files.wordpress.com/2010/06/screen-shot-2010-06-06-at-3-10-13-am.png?w=289" medium="image">
			<media:title type="html">Step 1b</media:title>
		</media:content>

		<media:content url="http://invinciblyignorant.files.wordpress.com/2010/06/screen-shot-2010-06-06-at-3-11-22-am.png?w=300" medium="image">
			<media:title type="html">Step 2</media:title>
		</media:content>

		<media:content url="http://invinciblyignorant.files.wordpress.com/2010/06/screen-shot-2010-06-06-at-3-26-23-am.png?w=300" medium="image">
			<media:title type="html">Step 3</media:title>
		</media:content>

		<media:content url="http://invinciblyignorant.files.wordpress.com/2010/06/screen-shot-2010-06-06-at-3-20-14-pm.png?w=300" medium="image">
			<media:title type="html">Step 3b</media:title>
		</media:content>
	</item>
		<item>
		<title>First Post</title>
		<link>http://invinciblyignorant.wordpress.com/2010/05/18/first-post/</link>
		<comments>http://invinciblyignorant.wordpress.com/2010/05/18/first-post/#comments</comments>
		<pubDate>Tue, 18 May 2010 21:00:56 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[OOP344]]></category>

		<guid isPermaLink="false">http://invinciblyignorant.wordpress.com/2010/05/18/first-post/</guid>
		<description><![CDATA[This is the first post on my new blog Invincibly Ignorant. I will be using this blog to post stuff concerning OOP344 as well as any other things that I find worth posting. By the way: I just found out that the cake is not a lie. Phew!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=invinciblyignorant.wordpress.com&#038;blog=13747653&#038;post=5&#038;subd=invinciblyignorant&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is the first post on my new blog Invincibly Ignorant. I will be using this blog to post stuff concerning OOP344 as well as any other things that I find worth posting.</p>
<p>By the way: I just found out that the cake is not a lie. Phew!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/invinciblyignorant.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/invinciblyignorant.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/invinciblyignorant.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/invinciblyignorant.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/invinciblyignorant.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/invinciblyignorant.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/invinciblyignorant.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/invinciblyignorant.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/invinciblyignorant.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/invinciblyignorant.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/invinciblyignorant.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/invinciblyignorant.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/invinciblyignorant.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/invinciblyignorant.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=invinciblyignorant.wordpress.com&#038;blog=13747653&#038;post=5&#038;subd=invinciblyignorant&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://invinciblyignorant.wordpress.com/2010/05/18/first-post/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bc71a7ae62ed8fe79f8499da239d461?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Burton</media:title>
		</media:content>
	</item>
	</channel>
</rss>
