RE: "Unreadable path encountered" running svn merge --reintegrate
From: Brown, Beverly <Beverly.Brown_at_stratus.com>
Date: Thu, 20 May 2010 14:59:11 -0400
We have narrowed down this problem to an authz change but it doesn't
This repo is layed out like this:
/project1/trunk
/branches
/tags
/project2/trunk
/branches
/tags
Our authz file contains this (we are restricting access per project)
[repo:/]
[repo:/project1]
[repo:/project2]
Our checkouts are always done from a pject's trunk or subdir of it's
The admin for SVN made this change to the file temporarily just to see
[repo:/project1]
* = <<<<<<<
@group1 = rw
@adm = rw
@othergroup = r
to:
[repo:/project1]
* = rw <<<<<<<
@group2 = rw
@adm = rw
@othergroup = r
I also noticed that before this change, if I did svn log ^/, I saw the
After this change, I see all the log entries.
Why would a permissions change to project1 affect log entries accessed
Beverly
From: Brown, Beverly [mailto:Beverly.Brown_at_stratus.com]
I am trying to use the svn merge tracking in the SVN 1.6.11 client
I am getting this error when I try to reintegrate back into my trunk:
svn: Unreadable path encountered; access denied
I can do any other type of merge with no problem, just the -reintegrate
Here is the sequence of commands I ran. My working copy was originally
cd working_copy
svn copy ^/project1/trunk ^/project1/branches/bugfix
svn switch ^/project1/branches/bugfix
<edit some files>
svn commit -m "message"
svn merge ^/project1/trunk
<note: no files needed merging - no changes had been done on the trunk
svn switch ^/project1/trunk
svn merge -reintegrate ^/project1/branches/bugfix .
Any idea what's causing this problem with -reintegrate?
Beverly Brown
|
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.