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

Re: Subversion configuration directories / files visible to the user

From: Ryan Schmidt <subversion-2009d_at_ryandesign.com>
Date: Sat, 21 Nov 2009 01:21:53 -0600

On Nov 21, 2009, at 01:17, Ravi Roy wrote:

> I run the command svn ls http://myrepo/svn/MyProject
>
> README.txt
> branches/
> conf/
> dav/
> db/
> format
> hooks/
> locks/
> various_locations.ppt
> tags/
> trunk/

Ok, in that case, your Apache is set up fine. Somebody just checked items into the repository that they shouldn't have: README.txt, conf, dav, db, format, hooks, locks. To clean this up, "svn rm" them now. Examine the "svn log" of these items if you're interested who committed them. The person who committed them seems to have been confused about the difference between a working copy and a repository and seems to have treated a repository as a working copy.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2422701

Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-11-21 08:22:52 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.