Re: svn: E220001: Unreadable path encountered; access denied

2014-10-15 Thread Philip Martin
James writes: >$svn merge svn://192.168.0.9/myRepos/myProject/trunk > Then get above error. The error E220001 is SVN_ERR_AUTHZ_UNREADABLE so the failure is due to Subversion's path-based authz rules. The file conf/svnserve.conf in the repository defines the authz-db file and the aut

svn: E220001: Unreadable path encountered; access denied

2014-10-15 Thread James
SVN version 1.8.10 (r1615264), in Fedora 20. I got above error when I try to merge a trunk to branch before I apply my changes to the trunk from the branch. I was able to check out the branch, modify the code and commit back to server and update the branch to the latest reversion. The same is