[nmglug] svn question

Mindshare Studios info at mindsharestudios.com
Tue Jun 24 13:21:26 PDT 2008


Thanks... I'll look into using some type of frontend.

D

-----Original Message-----
From: nmglug-bounces at nmglug.org [mailto:nmglug-bounces at nmglug.org] On Behalf
Of Jason Schaefer
Sent: Tuesday, June 24, 2008 1:45 PM
To: NMGLUG.org mailing list
Subject: Re: [nmglug] svn question

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
>
>
_______________________________________________
nmglug mailing list
nmglug at nmglug.org
https://nmglug.org/mailman/listinfo/nmglug
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5112 bytes
Desc: not available
URL: <http://lists.nmglug.org/pipermail/nmglug-nmglug.org/attachments/20080624/87abd350/attachment.bin>


More information about the nmglug mailing list