"Unreadable path encountered" running svn merge --reintegrate
From: Brown, Beverly <Beverly.Brown_at_stratus.com>
Date: Wed, 19 May 2010 15:32:11 -0400
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.