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

Re: issue with relative externals after a rename

From: Johan Corveleyn <jcorvel_at_gmail.com>
Date: Tue, 27 Mar 2018 10:49:08 +0200

On Tue, Mar 27, 2018 at 10:46 AM, Ryan Schmidt
<subversion-2018_at_ryandesign.com> wrote:
>
> On Mar 26, 2018, at 17:20, Jonathan Schell wrote:
>
>> I have a tree where one folder is referencing some other folders and documents in different parts of the tree. And those externals are pegged.
>>
>> So, I did a rename of the top folder of the tree. Which of course breaks the externals.
>>
>> So, I go fix the externals to be like they should, using the operative revision. This works for the files, but not for the folders.
>
> In what way does it not work? What did you do, what happened, what was supposed to happen instead?

Also, to make sure we're on the same page:
Are you using the following syntax (relative and with peg revisions)
in the externals property?

    ../../somedir_at_1234 somedir
    ../../somefile_at_3214 somefile

Or are you using this syntax (with operative revisions instead of peg
revisions)?

    -r1234 ../../somedir somedir
    -r3214 ../../somefile somefile

Or perhaps a mix of both?

-- 
Johan
Received on 2018-03-27 10:49:35 CEST

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.