I want the following situation:
trunk/my_sv_code
trunk/my_tb_code/my_sv_code
In which the copy of my_sv_code in my_tb_code is an external.
How do I write an svn:externals property that is relative to the my_tb_code directory?
The Red Book, sadly, has few good examples of this.