[nmglug] svn question

Gary Sandine gars at laclinux.com
Tue Jun 24 10:31:37 PDT 2008


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>



More information about the nmglug mailing list