<?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>just in ram &#187; Subversion</title>
	<atom:link href="http://justinramel.com/category/subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://justinramel.com</link>
	<description>A list of stuff I should remember but never do</description>
	<lastBuildDate>Sat, 24 Jul 2010 10:14:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HOWTO: Add svn:externals in windows using tortoisesvn</title>
		<link>http://justinramel.com/2009/06/04/howto-add-svnexternals-in-windows-using-tortoisesvn/</link>
		<comments>http://justinramel.com/2009/06/04/howto-add-svnexternals-in-windows-using-tortoisesvn/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 23:00:25 +0000</pubDate>
		<dc:creator>Justin Ramel</dc:creator>
				<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://justinram.wordpress.com/2009/06/04/howto-add-svnexternals-in-windows-using-tortoisesvn/</guid>
		<description><![CDATA[I have a few projects in subversion using the same set of third party tools nant, bdd, mbunit etc. I’ve read its a good idea to put the tools into their own repository and include them in the other projects using an svn:external. The advantage this gives you is any changes you make to the [...]]]></description>
			<content:encoded><![CDATA[<p>I have a few projects in subversion using the same set of third party tools nant, bdd, mbunit etc. I’ve read its a good idea to put the tools into their own repository and include them in the other projects using an svn:external. The advantage this gives you is any changes you make to the external repository can be updated easily across all projects. Any hoose this is who to do it. </p>
<ol>
<li>Go to the root of the folder you want to add the externals too. </li>
<li>Right click on the root folder of the project you want to add the external repository to and select <u>T</u>ortoiseSVN –&gt; <u>P</u>roperties.<a href="http://justinram.files.wordpress.com/2009/06/tortoise_settings3.png" target="_blank"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="tortoise_settings[3]" border="0" alt="tortoise_settings[3]" src="http://justinram.files.wordpress.com/2009/06/tortoise_settings3_thumb.png" width="406" height="484" /></a>&#160;&#160; <strong>Note:</strong> This folder has to be a checked out subversion repository or you’ll not get the context menu!&#160; </li>
<li>You will now see the subversion properties dialog.<a href="http://justinram.files.wordpress.com/2009/06/tortoise_properties1.png" target="_blank"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="tortoise_properties[1]" border="0" alt="tortoise_properties[1]" src="http://justinram.files.wordpress.com/2009/06/tortoise_properties1_thumb.png" width="644" height="330" /></a> </li>
<li>Click the <u>N</u>ew.. button. You will now see the Add properties dialog.<a href="http://justinram.files.wordpress.com/2009/06/tortoise_add_properties1.png"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="tortoise_add_properties[1]" border="0" alt="tortoise_add_properties[1]" src="http://justinram.files.wordpress.com/2009/06/tortoise_add_properties1_thumb.png" width="548" height="484" /></a> </li>
<li>Select svn:externals from the property name drop down list. </li>
<li>Enter the name you want to give to the external folder followed by the path to your tools repository in property value text area.      <br />In the example above: tools svn://server/tools/trunk       <br /><strong>Note:</strong> You can add more external repositories by simply adding more lines to the property value text area. </li>
<li>Click Ok to add the property will now be listed in the properties dialog.<a href="http://justinram.files.wordpress.com/2009/06/tortoise_properties21.png" target="_blank"><img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="tortoise_properties2[1]" border="0" alt="tortoise_properties2[1]" src="http://justinram.files.wordpress.com/2009/06/tortoise_properties21_thumb.png" width="644" height="329" /></a> </li>
<li>Right click on the root folder and select SVN Update from the menu. Subversion will now pull down the files from the external repository and your done. </li>
</ol>
<p>Once you check this change in other people checking out from the repository will automatically get the externals folder. Also any changes to the external repository will be updated in this repository on any update. So in this case if I add a new tool or update one of the tools all repositories using this external repository will get the changes on their next update. </p>
<h3>Gotchas</h3>
<ul>
<li>Don&#8217;t forget to give the folder name before the repository address and not just the repository address or you will get an error along the lines of: Error parsing svn:externals property on …<img style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" title="tortoise_error[1]" border="0" alt="tortoise_error[1]" src="http://justinram.files.wordpress.com/2009/06/tortoise_error1_thumb.png" width="644" height="128" /></a> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://justinramel.com/2009/06/04/howto-add-svnexternals-in-windows-using-tortoisesvn/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Subversion, TortoiseSVN and the _SVN ASP.NET Hack</title>
		<link>http://justinramel.com/2006/06/07/subversion-tortoisesvn-and-the-asp-net-hack/</link>
		<comments>http://justinramel.com/2006/06/07/subversion-tortoisesvn-and-the-asp-net-hack/#comments</comments>
		<pubDate>Wed, 07 Jun 2006 11:15:08 +0000</pubDate>
		<dc:creator>Justin Ramel</dc:creator>
				<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">https://justinram.wordpress.com/2006/06/07/subversion-tortoisesvn-and-the-asp-net-hack/</guid>
		<description><![CDATA[Good write up of the TortoiseSVN ASP.NET Hack here
Basically involves creating an environment variable SVN_ASP_DOT_NET_HACK with the value of 1. When TortoiseSVN finds this variable it looks for _svn folder instead of .svn
]]></description>
			<content:encoded><![CDATA[<p>Good write up of the TortoiseSVN ASP.NET Hack <a href="http://www.codefez.com/Home/tabid/36/ctl/ArticleView/mid/364/articleId/191/Subversion-and-the-ASP-NET-Hack.aspx">here</a></p>
<p>Basically involves creating an environment variable SVN_ASP_DOT_NET_HACK with the value of 1. When TortoiseSVN finds this variable it looks for _svn folder instead of .svn</p>
]]></content:encoded>
			<wfw:commentRss>http://justinramel.com/2006/06/07/subversion-tortoisesvn-and-the-asp-net-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby script to rename windows subversion files .svn to _svn</title>
		<link>http://justinramel.com/2006/05/04/ruby-script-to-rename-windows-subversion-files-svn-to-_svn/</link>
		<comments>http://justinramel.com/2006/05/04/ruby-script-to-rename-windows-subversion-files-svn-to-_svn/#comments</comments>
		<pubDate>Thu, 04 May 2006 21:46:34 +0000</pubDate>
		<dc:creator>Justin Ramel</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">https://justinram.wordpress.com/2006/05/04/ruby-script-to-rename-windows-subversion-files-svn-to-_svn/</guid>
		<description><![CDATA[
Dir["**/.svn"].each do &#124;folder&#124;
	File.rename(folder, folder.sub('.svn', '_svn'))
end

]]></description>
			<content:encoded><![CDATA[<pre>
Dir["**/.svn"].each do |folder|
	File.rename(folder, folder.sub('.svn', '_svn'))
end
</pre>
]]></content:encoded>
			<wfw:commentRss>http://justinramel.com/2006/05/04/ruby-script-to-rename-windows-subversion-files-svn-to-_svn/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows SubVersion / TortoiseSVN &#8211; Compare two versions of a file</title>
		<link>http://justinramel.com/2006/04/26/windows-subversion-tortoisesvn-compare-two-versions-of-a-file/</link>
		<comments>http://justinramel.com/2006/04/26/windows-subversion-tortoisesvn-compare-two-versions-of-a-file/#comments</comments>
		<pubDate>Wed, 26 Apr 2006 13:47:52 +0000</pubDate>
		<dc:creator>Justin Ramel</dc:creator>
				<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://justinram.wordpress.com/2006/04/26/windows-subversion-tortoisesvn-compare-two-versions-of-a-file/</guid>
		<description><![CDATA[Today I needed to compare two different versions of a source file.  One in the main trunk folder and the other in a previously tagged version folder. This is easily done in TortoiseSVN, snippet from the TortoiseSVN manual:
Compare two revisions of a file
If you want to compare two revisions in a file&#8217;s history, for [...]]]></description>
			<content:encoded><![CDATA[<p>Today I needed to compare two different versions of a source file.  One in the main trunk folder and the other in a previously tagged version folder. This is easily done in TortoiseSVN, snippet from the TortoiseSVN manual:</p>
<blockquote><p><strong>Compare two revisions of a file</strong><br />
If you want to compare two revisions in a file&#8217;s history, for example revisions 100 and 200 of the same file, just use TortoiseSVN =&gt; Show Log to list the revision history for that file. Pick the two revisions you want to compare then use Context Menu =&gt; Compare Revisions.</p>
<p>If you want to compare the same file in two different trees, for example the trunk and a branch, you can use the repository browser to open up both trees, select the file in both places, then use Context Menu =&gt; Compare Revisions.</p>
<p>If you want to compare two trees to see what has changed, for example the trunk and a tagged release, you can use TortoiseSVN =&gt; Revision Graph Select the two nodes to compare, then use Context Menu =&gt; Compare HEAD Revisions. This will show a list of changed files, and you can then select individual files to view the changes in detail. Alternatively use Context Menu =&gt; Unified Diff of HEAD Revisions to see a summary of all differences, with minimal context.
</p></blockquote>
<p>The process of comparing two trees is really nicely done, you get a list of all the files which have been changed between the two trees. You can then drill into this list and see the changes made to individual files. Kewl!</p>
]]></content:encoded>
			<wfw:commentRss>http://justinramel.com/2006/04/26/windows-subversion-tortoisesvn-compare-two-versions-of-a-file/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Tagging in subversion</title>
		<link>http://justinramel.com/2006/04/03/tagging-in-subversion/</link>
		<comments>http://justinramel.com/2006/04/03/tagging-in-subversion/#comments</comments>
		<pubDate>Mon, 03 Apr 2006 09:25:29 +0000</pubDate>
		<dc:creator>Justin Ramel</dc:creator>
				<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">https://justinram.wordpress.com/2006/04/03/tagging-in-subversion/</guid>
		<description><![CDATA[We have started tagging our source when releasing to QA/porduction which means we can easily roll back to an ealier verison of the code if a problem is found in production. Here&#8217;s how we do it using TortoiseSVN.
First commit your source then open up the TortoiseSVN repository browser:
Right click in a folder in windows to [...]]]></description>
			<content:encoded><![CDATA[<p>We have started tagging our source when releasing to QA/porduction which means we can easily roll back to an ealier verison of the code if a problem is found in production. Here&#8217;s how we do it using TortoiseSVN.</p>
<p>First commit your source then open up the TortoiseSVN repository browser:</p>
<p>Right click in a folder in windows to get a context menu then select TortoiseSVN =&gt; Repo-Browser.</p>
<p>You should now see Repository browser:</p>
<p><img src="http://justinram.files.wordpress.com/2006/04/repos.thumbnail.JPG" alt="Repository Browser" /></p>
<p>Find the trunk of the project you wish to tag then right click on the trunk folder and select &#8216;Copy to&#8230;&#8217; from the context menu.</p>
<p>You will now see the Copy to&#8230; dialog:</p>
<p><img src="http://justinram.files.wordpress.com/2006/04/copyto.thumbnail.JPG" alt="CopyTo" /></p>
<p>Enter the path to your tagged copy, along the lines of svn://server/project/tags/Version2.00</p>
<p>You now have tagged version of your project which you can revert to anytime.</p>
]]></content:encoded>
			<wfw:commentRss>http://justinramel.com/2006/04/03/tagging-in-subversion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
