[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

error "does not overlap target's URL" in eclipse during relocate

From: Konstantin Petrukhnov <konstantin.petrukhnov_at_gmail.com>
Date: Thu, 2 Feb 2012 12:08:13 +0200

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
Received on 2012-02-02 11:19:25 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.