Thanks for the notes.&nbsp; I&#39;ve got one more question - probably much more basic but I&#39;m banging my head against it.<br><br>Regarding the trunk/tags/branch (TTB) directories that show up within the subversion repository...&nbsp; Should those be automatically created when I do the &quot;svnadmin create&quot;, or should I be creating them myself manually?<br>
<br>Here are the steps I&#39;ve done but it seems like the mkdir steps shouldn&#39;t be needed since TTB are so central to the functioning of subversion.<br><br>1: svnadmin create $NEWREPO<br>2: chown -R apache:apache $NEWREPO<br>
3: TEMPDIR=`mktemp -d $NEWREPO.XX`<br>4: svn co file:///path/to/$NEWREPO/ $TEMPDIR<br>5: mkdir $TEMPDIR/{branches,tags,trunk}<br>6: svn add $TEMPDIR/{branches,tags,trunk}<br>7: svn ci -m &quot;Initial repository setup&quot; $TEMPDIR/<br>
8: Create the entries in the Apache configuration file (/etc/httpd/conf.d/subversion.conf in RedHat/CentOS, /etc/apache2/mods-enabled/dav_svn.conf in Ubuntu/Debian):<br>&lt;Location /path/to/$NEWREPO&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DAV svn<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SVNPath /srv/path/to/$NEWREPO<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthType Basic<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthName &quot;$NEWREPO Repository&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthUserFile /srv/path/to/.htpasswd<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Require valid-user<br>&lt;/Location&gt;<br>9: Restart apache<br>
<br>After doing all this, I am able to perform a &quot;svn co <a href="http://svnserver/path/to/$NEWREPO/trunk">http://svnserver/path/to/$NEWREPO/trunk</a>&quot;.<br><br>Dan<br><br><div class="gmail_quote">On Wed, Feb 11, 2009 at 12:02 PM, Travis McArthur <span dir="ltr">&lt;<a href="mailto:travis@travisbsd.org">travis@travisbsd.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">svnadmin help dump<br>
svnadmin help load<br>
<br>
That should take care of you.<br>
<br>
Best Regards,<br>
Travis<br></blockquote></div><br clear="all"><br>-- <br>&quot;Quis custodiet ipsos custodes?&quot; (Who can watch the watchmen?) -- from the Satires of Juvenal<br>&quot;I do not fear computers, I fear the lack of them.&quot; -- Isaac Asimov (Author)<br>
** *** ***** ******* *********** *************<br>