Hello, all I want to `switch' to a location that existsed in a previous revision, but has since been moved. I invoke:
svn switch -r 1431 ^^/Client/B1/Addons/AddCost/ --ignore-ancestry and receive: svn: E160013: '/svn/Sources/!svn/rvr/6932/Client/B1/Addons/AddCost' path not found This path is indeed not present in r6932, but it exists in r1431. Why does SVN try to access the later revision in spite of being told to use 1431?