[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

internal dirs showing up on update

From: Nuno Carapeto <carapeto_at_gmail.com>
Date: Thu, 17 Feb 2011 20:46:21 +0000

Hi,

I have so SVN repos (subversion) and I use them with no proble. But when we
do updates/commints on client (tortoise) we always get teh internal
directories:

conf
dav
db
hooks
locks
format
README.txt

These es are internal and should not appear right? How do I remove this?

 /etc/subversion/config is as provided

and my
 /etc/apache2/mods-enabled/dav_svn.conf

is more or less like this

<Location /svn/>

  DAV svn
  SVNParentPath /svn
  SVNListParentPath on
  AuthType Basic
  AuthName " Repos"
  AuthUserFile /etc/subversion/zzzz
  SSLRequireSSL
  AuthzSVNAccessFile /etc/subversion/zzzz
  Require valid-user
</Location>

Thanks is advance
NC
Received on 2011-02-17 21:48:05 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.