On Oct 22, 2010, at 11:00 AM, cmpil...@apache.org wrote: > Author: cmpilato > Date: Fri Oct 22 18:00:14 2010 > New Revision: 1026434 > > URL: http://svn.apache.org/viewvc?rev=1026434&view=rev > Log: > Restore a piece of lost functionality from 'svn switch --relocate', > namely the ability to specify a mere URL prefix as the FROM and TO > bits rather than having to provide full URLs. It turns out that being > able to do 'svn switch --relocate http https TARGET' is really handy > (and possible in previous Subversion versions). This work is also > required to restore compatibility with previous versions of the > relevant APIs.
Great, thanks! That is a very useful piece of functionality. We have a svn sever on port 81 that we've moved to port 80, so a simple svn switch --relocate http://svn:81/ http://svn/ is very easy. Blair