I'd like to create a symlink to a directory in SVN, eg. if I have
branches/week-1/
branches/week-2/
...
branches/week-n/
and I'd like a directory,
branches/current -> branches/week-n
that I can keep pointing to the latest n (by manually updating it). Is that possible? If possible, I'd want to avoid checking out our entire repository, since it's huuuge.