SVN export is sometimes returning error E160013 "path not found"

svn

Solution

Did you use `svn export -r<RRR> <url>`? Use `svn export <url>@<RRR>` instead.

Problem

Using svn.exe export for a an old revision where the filepath has since changed - I get E160013 "path not found" - yet I can clearly see the file at its old path when I use Tortoise repo-browser to that old revision. How can I use the command line to export files from old revisions where the path has since changed ?

Original source