Craig L Russell <[EMAIL PROTECTED]> writes: > Ok, I tried to move the repo but I don't have enough powers yet to do it. I've > asked infrastructure to do it but it might take a bit of time for them to get > to it.
Done. [...] > cd <directory above openjpa> > svn switch --relocate openjpa https://svn.apache.org/repos/asf/openjpa/ That may not work exactly. You probably need to do it for each subdir, eg cd trunk; svn switch https://svn.apache.org/repos/asf/openjpa/trunk cd ../branches; svn switch ... ... -- Joe Schaefer