Johan Corveleyn wrote on Tue, Oct 18, 2011 at 09:48:46 +0200: > That said, maybe there is room for a general enhancement (for a future > svn version), to have some kind of alias to mean "working copy root". > Like the '^', which means repository root. Of course, there is always > the problem of different platforms/shells having their special > characters, so I'm not sure if there is a good choice for a special > character here. But then you could say something like 'svn relocate > !', or 'svn merge ^/branches/mybranch !', ... from wherever you are in > the working copy. >
! is special in unix shells. But ^./ for the wc root?
