Repo browser in "Externals" dialog treats another repository as local one
From: bugreport <M8R-fj4tn21_at_thisisnotmyrealemail.com>
Date: Tue, 22 Apr 2014 18:18:24 -0700 (PDT)
This problem is similar to http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3076663
Description:
I installed some toy repos to illustrate the bug.
2. Right-click the checkout folder, go to "TortoiseSVN -> Properties".
3. Select "svn:externals" line, click "Edit..." You'll see two external folders:
4. Do not close the dialog, select "fromab" external and click "Edit...". Now you can change the url for the external:
5. Click "..." near the URL field. A repository browser appears that correctly detects the repository url: https://xp-dev.com/svn/myproject678ab
6. Do not change anything, simply Click "OK" in a repository browser.
EXPECTED: URL of an External repository is NOT changed
ACHIEVED: URL is changed to ^/ab
So the repo browser started at url https://xp-dev.com/svn/myproject678ab but after clicking OK it changed it to ^/ab
---------------
If you save this changes and try to do svn-update then naturally you get an error:
It seems to me there is an error somewhere in regexp that should detect local repository and instead of treating "REPOSITORY_URL/subdir" as local repo it treats "REPOSITORY_URLsubdir" as a local repo.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.