[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn: E220001: Unreadable path encountered; access denied

From: James <oldyoungguy88_at_yahoo.com>
Date: Wed, 15 Oct 2014 09:43:14 -0700

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 for the trunk. I actually have looked at the server, all files\folders belong to me.

The followings are what I did:
1. create a branch called b1 in the branches directory from the trunk;
2. checkout to my dev machine and make some changes by adding a new file and a new folder;
3. chechin the changes and commit;
4. do merge, and was asked to update the branch;
5. done update branch and then do merge again from my branch working directory with the command:

           $svn merge svn://192.168.0.9/myRepos/myProject/trunk
Then get above error.

My project is a Java project.

How to avoid this?

 
Thanks,
Received on 2014-10-15 18:43:47 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.