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

RE: internal dirs showing up on update

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Thu, 17 Feb 2011 15:50:40 -0500

> 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?

I assume these folder are in your repository. Just go into the repository browser in TortoiseSVn and delete the folders.

BOb

>
>
>  /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:51:20 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.