Hi,
we have a repository with apache2 and mod_svn with paths /trunk/project [1] and /branches/project [2]. A user has access rights to both paths, but not to the root of the repository. When trying to merge from trunk into a working copy of [2] with
"svn merge http://server/repo/trunk/project ."
I get an error "403 Forbidden" for request PROPFIND for path "/repo". I cannot give the user root access for security reasons. Any help is appreciated...
Regards, Jochen