You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Joel Koglin <jo...@gmail.com> on 2010/07/14 10:04:38 UTC

svn del: access denied

i have been using svn for about a week now and want to restructure my
repository a little bit. I tried deleting a folder and I get access denied.

I use tortise svn on windows 7 32bit and svn on my gentoo box. Both get
access denied and I have been unable to find any logs or more information

i can create and modify files and create folders but i can not move, rename,
or delete anything

what can i do to debug this?

here is some information i think to be relevant

i am using subversion 1.6.11 on a Gentoo 2.6.31-r6 kernel.

## svnserve.conf
### Visit http://subversion.tigris.org/ for more information.
[general]
anon-access = none
auth-access = write
password-db = passwd
authz-db = authz
realm = Rededog's Version Control System

#EOF#


## authz
# irrelevant users omitted for brevity
[aliases]
koglinjg = /C=WA/ST=Washington/L=Redmond/O=/OU=/CN=Joel Koglin

[/]
koglinjg = rw

#EOF#

Thanks,
Joel Koglin