Re: svn switch with externals leaves working copy in an inconsistent state

2013-04-29 Thread Philip Martin
Robert Wruck writes: > I just came across this issue. Assume we have two branches: > branches/A where a particular subdir exists > branches/B where this subdir was replaced by an svn:externals entry > Is this a known issue? http://subversion.tigris.org/issues/show_bug.cgi?id=4360 That mentions

svn switch with externals leaves working copy in an inconsistent state

2013-04-26 Thread Robert Wruck
Hi, I just came across this issue. Assume we have two branches: branches/A where a particular subdir exists branches/B where this subdir was replaced by an svn:externals entry Steps to create: svn mkdir --parents $REPO_URL/trunk/main/external/subdir -m "Create main" svn mkdir --parents $REPO_U