I'm trying to set up a sort of symbolic link in our subversion repository with svn:externals, but it's not really working all that well. What I want to do is link a folder in one part of the same repository to another, like so:
src/somewhere_else/schema https://svn.acme.com/svn/project/trunk/src/schema
This works fine for truly external resources (ie, directories in a different repo), but I can't get it to work for resources within the same repo like above. I've googled this for a while and it seems like this should be supported, what am I missing?
We're using Subversion 1.5.5 under VisualSVN on a Windows 2003 server installation.
EDIT:
I forgot to mention that I don't get any errors, the folder that should get it's content from the other folder just stays empty.