Hello Not sure if this right place ask about subversion issue in eclipse. I tried to relocate svn repo in Eclipse (). And after entering new one, I got error message: Invalid relocation svn: invalidSourceURL prefix: 'http://svnserver.local/svn/repo' (does not overlap target's URL) 'http://svnserver.local:8080/svn/repo/project/trunk') If I specify invalid url (or port) it give another error, so this appear when it able to connect to svn server.
I found that in file: http://svn.apache.org/repos/asf/subversion/trunk/subversion/libsvn_wc/relocate.c there is line that compare: if ((from_len > old_url_len) || ...) return svn_error_createf ... So if new url is longer, it always give that error. Is there any workaround? Or should i use another svn client in meanwhile? Kind regards, Konstantin Petrukhnov