svn:switch doesn't work with relative svn:external?
Posted
by sray
on Stack Overflow
See other posts from Stack Overflow
or by sray
Published on 2009-01-13T16:25:44Z
Indexed on
2010/04/24
13:33 UTC
Read the original article
Hit count: 273
We have a subfolder that is a relative svn external (../project/subfolder). In a fresh trunk checkout it points to (...TRUNK/project/subfolder) and in a fresh branch checkout it points to (...BRANCH/branchName/project/subfolder). But if you do a switch on the project containing the subfolder, the subfolder stays pointing at TRUNK. Alternately if you do a BRANCH checkout and switch to TRUNK it stays pointing at BRANCH.
Shouldn't an svn:switch update relative externals? Is there some sort of recursive svn:switch I should be running?
© Stack Overflow or respective owner