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
