<br><br><div class="gmail_quote">On 27 March 2011 13:04, Martin A. Brooks <span dir="ltr">&lt;<a href="mailto:martin@antibodymx.net">martin@antibodymx.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Sat, March 26, 2011 20:22, David Halliday wrote:<br>
&gt; Hi, further to today&#39;s demo I have updated my notes on SVN:<br>
&gt; <a href="http://david-halliday.co.uk/wiki/doku.php?id=linux:scripts:subversion_server" target="_blank">http://david-halliday.co.uk/wiki/doku.php?id=linux:scripts:subversion_server</a><br>
&gt;<br>
&gt; &lt;<a href="http://david-halliday.co.uk/wiki/doku.php?id=linux:scripts:subversion_server" target="_blank">http://david-halliday.co.uk/wiki/doku.php?id=linux:scripts:subversion_server</a>&gt;I<br>
&gt; think I have removed all the smelling pistakes, but dyslexia being what it<br>
&gt; is (and spell checkers being what they are) I can&#39;t make any promises that<br>
&gt; howlers aren&#39;t in the document.<br>
<br>
</div>From a purely technical point of view, the language of your make ttrunk,<br>
tags and branches seem &quot;special&quot;.  From svn&#39;s point of view, they&#39;re not.<br>
They&#39;re just directories containing $stuff.  The only reason they&#39;re<br>
&quot;special&quot; is in the head of the user and could equally well be called<br>
knurt, sgat and sehcnarb.</blockquote><div><br></div><div>Yes and no. While they are directories in the repository and for the most part no different there are two aspects to using the three defined names:</div><div>1: They are considered uniform (New person starts on your project or you go to a new project) if everyone uses the same terms then the learning curve of a new project is smaller. It makes life easier when you are searching for help/tutorials.</div>
<div>2: Most clients recognise &quot;trunk&quot;, &quot;branches&quot; and &quot;tags&quot; and prioritise/organise options around what you have selected etc... And when it comes to tags the server (and most clients) do return messages saying &quot;This is a tag, you probably aren&#39;t supposed to change this, are you sure you want to?&quot; </div>
<div><br></div><div>For those two reasons while you can call the directories anything you like, it is the sensible option to stick with those predefined names.</div></div>