David E. Jones wrote:
Please note that after this move you'll need to start checking out from
the new server. Because not all of the old SVN repository will be moved
to the new server changing the location will have to be done on just the
moved resources. It can be done without re-checking out using the "svn
switch" command, something like the following (for example only) from
the ofbiz home directory:
$ svn switch http://svn.apache.org/repos/asf/incubator/ofbiz/ framework/
This was wrong, missing the "trunk"... should be:
$ svn switch http://svn.apache.org/repos/asf/incubator/ofbiz/trunk framework/
-David