<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Svn on Justin Carmony</title>
		<link>https://www.justincarmony.com/tags/svn/</link>
		<description>Recent content in Svn on Justin Carmony</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Thu, 24 Feb 2011 23:12:44 +0000</lastBuildDate>
		
			<atom:link href="https://www.justincarmony.com/tags/svn/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Analogy for Moving From SVN to Git</title>
				<link>https://www.justincarmony.com/2011/02/24/analogy-for-moving-from-svn-to-git/</link>
				<pubDate>Thu, 24 Feb 2011 23:12:44 +0000</pubDate>
				<guid>https://www.justincarmony.com/2011/02/24/analogy-for-moving-from-svn-to-git/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://www.justincarmony.com/images/wp/2011/02/500px-Git-logo_svg1.png&#34;&gt;&lt;img src=&#34;https://www.justincarmony.com/images/2011/02/500px-Git-logo_svg1-300x109.png&#34; alt=&#34;&#34; title=&#34;500px-Git-logo_svg&#34;&gt;&lt;/a&gt;Today as I was talking with a friend about Git and when or not we should switch a repository from SVN to Git, I thought up a pretty good analogy. So I thought I would share this to those who are looking to learn Git, and hopefully put them in the right mindset.&lt;/p&gt;&#xA;&lt;h3 id=&#34;the-goal&#34;&gt;The Goal&lt;/h3&gt;&#xA;&lt;p&gt;Ultimately, when people talk about Source Control, they have the same concepts in mind. I want to be able to easily update my source control, collaborate with others, and have a history of changes that I can review and use to make other changes. So for our Analogy, these basic concepts, we&amp;rsquo;re going to call &lt;strong&gt;Getting from point A to point B&lt;/strong&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Using GIT with SVN</title>
				<link>https://www.justincarmony.com/2011/02/21/using-git-with-subversion/</link>
				<pubDate>Mon, 21 Feb 2011 19:50:10 +0000</pubDate>
				<guid>https://www.justincarmony.com/2011/02/21/using-git-with-subversion/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://www.justincarmony.com/images/wp/2011/02/500px-Git-logo_svg.png&#34;&gt;&lt;img src=&#34;https://www.justincarmony.com/images/2011/02/500px-Git-logo_svg-300x109.png&#34; alt=&#34;&#34; title=&#34;500px-Git-logo_svg&#34;&gt;&lt;/a&gt;Over the last two and a half years, since the day I presented on &lt;a href=&#34;https://www.justincarmony.com/2008/11/13/speaking-utah-php-usergroup-streamlined-web-development/&#34;&gt;Streamlined Web Development with SVN&lt;/a&gt;, I&amp;rsquo;ve been hearing about the Source Control Management tool called &amp;ldquo;&lt;a href=&#34;http://git-scm.com/&#34;&gt;git&lt;/a&gt;.&amp;rdquo; I kept reading about it online, seeing it on the schedules for conferences, and hearing it about it in the different Open Source groups here in Utah. I have been a big time Subversion (SVN) user for several years now, and it has solved my problems&lt;/p&gt;</description>
			</item>
			<item>
				<title>SVN Switch - Key to Success In Web Development</title>
				<link>https://www.justincarmony.com/2010/09/17/svn-switch-key-to-success-in-web-development/</link>
				<pubDate>Fri, 17 Sep 2010 08:13:05 +0000</pubDate>
				<guid>https://www.justincarmony.com/2010/09/17/svn-switch-key-to-success-in-web-development/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://www.justincarmony.com/images/wp/2010/09/subversion_logo-384x332.png&#34;&gt;&lt;img src=&#34;https://www.justincarmony.com/images/2010/09/subversion_logo-384x332-300x259.png&#34; alt=&#34;&#34; title=&#34;subversion_logo-384x332&#34;&gt;&lt;/a&gt;So lately I have been given some thought to how we use &lt;a href=&#34;http://subversion.tigris.org/&#34;&gt;Subversion&lt;/a&gt; (SVN) in our web development, and features we don&amp;rsquo;t use nearly as often.&lt;/p&gt;&#xA;&lt;p&gt;In web development, one big area where I don&amp;rsquo;t see us using a lot is branching, tagging, and merging. However, with our iPhone Apps, we use tagging and branching &lt;em&gt;&lt;strong&gt;a lot&lt;/strong&gt;&lt;/em&gt;. As I started to think why, one of the biggest things was the &lt;strong&gt;environment&lt;/strong&gt;. Client development, especially with the iPhone, is double clicking on a project file for Xcode, and I&amp;rsquo;m ready to go. There is almost no hassle running trunk versus running a tag or branch. It is all the same.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Ignoring Files In SVN</title>
				<link>https://www.justincarmony.com/2010/08/15/ignoring-files-in-svn/</link>
				<pubDate>Sun, 15 Aug 2010 07:01:09 +0000</pubDate>
				<guid>https://www.justincarmony.com/2010/08/15/ignoring-files-in-svn/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://www.justincarmony.com/images/wp/2010/08/subversion_logo-384x332.png&#34;&gt;&lt;img src=&#34;https://www.justincarmony.com/images/2010/08/subversion_logo-384x332-150x150.png&#34; alt=&#34;&#34; title=&#34;subversion_logo-384x332&#34;&gt;&lt;/a&gt;There is a method for ignoring files in an svn via their svn:ingore tool. For those who use windows w/ TortoiseSVN, it has a really slick interface for handling it all. However, for those of us (like me) who are on a Mac and just use the command line, I always forget the commands. So here is my note to myself on how to do it:&lt;/p&gt;&#xA;&lt;p&gt;First, navigate to the folder I want to edit it&amp;rsquo;s ignore settings.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Steamlined Web Development Presentation Video</title>
				<link>https://www.justincarmony.com/2009/05/27/steamlined-web-development-presentation-video/</link>
				<pubDate>Wed, 27 May 2009 14:41:26 +0000</pubDate>
				<guid>https://www.justincarmony.com/2009/05/27/steamlined-web-development-presentation-video/</guid>
				<description>&lt;p&gt;Alright, it looks like the Victor at UPHPU has gotten my presentation up on Steamlining your web development. Since it was the first night Victor had tried to capture video &amp;amp; audio to mesh them together, the video on the presentation is a little bit further ahead than the audio.  However, I think the presentation went quite well. You can view all the UPHPU meeting videos &lt;a href=&#34;http://uphpu.org/meetinglibrary/&#34; title=&#34;PHP Video Tutorials&#34;&gt;here&lt;/a&gt;. Here is the presentation I gave:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Recursively Add New Files to SVN</title>
				<link>https://www.justincarmony.com/2009/02/20/recursively-add-new-files-to-svn/</link>
				<pubDate>Fri, 20 Feb 2009 16:51:33 +0000</pubDate>
				<guid>https://www.justincarmony.com/2009/02/20/recursively-add-new-files-to-svn/</guid>
				<description>&lt;p&gt;One great thing about running Windows is TortoiseSVN. I makes managing my SVN so easy. One of the problems I&amp;rsquo;ve ran into on other systems was I had been working for several hours. I would have dozens of new files and with TortoiseSVN it would show me a list of all the new files and I could hit &amp;ldquo;select all&amp;rdquo; and commit. However, on Mac I haven&amp;rsquo;t found an SVN client that I like, so I just use the terminal commands. There are also times, like when managing a WordPress installation, that WordPress and its plug-ins could auto update. I wanted to be able to add all the new files on the linux server back into the svn.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Speaking: Utah PHP Usergroup – Streamlined Web Development</title>
				<link>https://www.justincarmony.com/2008/11/13/speaking-utah-php-usergroup-streamlined-web-development/</link>
				<pubDate>Thu, 13 Nov 2008 17:41:51 +0000</pubDate>
				<guid>https://www.justincarmony.com/2008/11/13/speaking-utah-php-usergroup-streamlined-web-development/</guid>
				<description>&lt;p&gt;Next Thursday, November 20th, at 7 PM Mountain Time (9PM EST, 6PM PST) I will be speaking at the Utah PHP Usergroup meeting on &amp;ldquo;Streamlined Web Development.&amp;rdquo; I will be speaking with Kevin Carter from &lt;a href=&#34;http://www.codegreene.com/&#34;&gt;Code Greene&lt;/a&gt;. Here is the annoucement on the &lt;a href=&#34;http://uphpu.org&#34;&gt;UPHPU website&lt;/a&gt;:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;I’m very pleased to announce the topic for November’s UPHPU Meeting : Streamlined Web Development using a VCS (Version Control System) and Trac.&lt;/p&gt;&#xA;&lt;p&gt;Starting the meeting off will be Code Greene’s Kevin Carter. Kevin, who has used Git in a production environment for several months now, will be presenting a primer on how to get started with Git. Additionally, he’ll cover the advantages of distributed source code control and possibly some topics on using git in an svn eniroment. His blog can be found at &lt;a href=&#34;http://dexterthedragon.com&#34;&gt;http://dexterthedragon.com&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
