[nmglug] svn question

Jason Schaefer js at jasonschaefer.com
Tue Jun 24 12:45:23 PDT 2008


Looks like your host is ignoring the .htaccess. Otherwise we would
not see it. In fact, by default apache denies access to .htaccess
files in its global config. With a line like

<Files ~ "^\.ht">
   Order allow,deny
   Deny from all
</Files>


You might take a look at  http://www.viewvc.org/ for a graphical frontend to svn




On Tue, Jun 24, 2008 at 11:31 AM, Gary Sandine <gars at laclinux.com> wrote:
> Hi,
>
> On Tue, Jun 24, 2008 at 10:44:09AM -0600, Mindshare Studios wrote:
>> I'm pretty new to working with subversion and I have a quick
>> question about hiding the svn files from being displayed in
>> Apache's  autoindex pages.
>>
>> You can check out my SVN repository here:
>> http://svn.mindsharestudios.com/pnote/
>
>> The index displays both the files for my project and the special
>> files created by Subversion. Is there a simple way to hide the
>> file created by subversion, so that when you look at the
>> repository on the web only the project files show up?
>
> It looks like apache is just showing the files in the repository
> directory, not a working copy or whatnot.  You should probably not
> give apache direct access to your repository but instead follow the
> setup instructions here:
>
> http://svnbook.red-bean.com/en/1.0/ch06s04.html
>
> using "DAV svn" and SVNParentPath or SVNPath.
>
> --
> Gary Sandine <gars at laclinux.com>
> _______________________________________________
> nmglug mailing list
> nmglug at nmglug.org
> https://nmglug.org/mailman/listinfo/nmglug
>
>



More information about the nmglug mailing list