I am trying to remove a directory from my repository. I delete the folder and do an svn commit and i get the following error :
Error: Commit failed (details follow):
Error: Access denied
My user has rw permissions on [/], and i can commit new or modified files
any ideas on what the problem might be?
EDIT:
Seems i can perform single file deletes but i cannot remove a directory. Example i can remove \data\a.txt but not \data
EDIT2: my authz
[aliases] * =
[groups]
# harry_and_sally = harry,sally
# harry_sally_and_joe = harry,sally,&joe
[/]
beta = rw
peras= rw
my password
[users]
beta = Bunny1981
peras = MyDearBunny
EDIT: solution is on comments of the right answer