> On 28.04.2011 13:23, Nikolay Osinin wrote:
> >>> 1. Why TSVN warns me when I relocating WC from one to another repo?
> >>> Here is full URLs. Repo URL in round bracket.
> >>> From: (https://topserver01:8010/svn/TestCentral)/Gal/trunk/CompSrc/M/M_Transp
> >>> To: (https://topserver01:8010/svn/Central)/Gal/trunk/CompSrc/M/M_Transp
> >>
> >> Because by just looking at the urls, TSVN doesn't know that TestCentral
> >> and Central are two different repositories. 'svn' could be the
> >> repository root.
> >> That's also why the message says "it seems" and not "it definitely is".
> >>
> >
> > May be it is possible to detect repository root by URL?
> > I tried to do this in the patch.
>
> The problem with your patch:
> * the check must not access the repository
> * in a real relocate, the source repository wouldn't be accessible
> anymore, so contacting that repo to find the repo root wouldn't even work
>
> But thanks anyway :)
Excuse me for my impudence.
But I'd like to offer another one version of the patch.
1. If the source repository is not accessible then we can get the repo URL from the working copy info.
2. Why the check should not access the repository? Cmd-line tool svn.exe does.
Thanks for your patience. :)
Nikolay.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2732140
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-05-06 18:20:29 CEST