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

Re: Same level externals not possible

From: Johan Corveleyn <jcorvel_at_gmail.com>
Date: Tue, 7 May 2019 14:49:49 +0200

On Tue, May 7, 2019 at 2:33 PM Osipov, Michael
<michael.osipov_at_siemens.com> wrote:
>
>
>
> Am 2019-05-07 um 14:20 schrieb Branko Čibej:
> > On 07.05.2019 13:53, Osipov, Michael wrote:
> >> Hi folks,
> >>
> >> consider the following layout we need to solve for our legacy build:
> >>
> >> .
> >> |-- forms
> >> |-- src
> >> \-- inc
> >>
> >> inc shall point to forms as external. Wenn doing "svn ps" with "forms
> >> inc" or "./forms inc" I receive an error.
> >
> > Just to clarify, you want this:
> >
> > $ svn propset svn:externals './forms inc' .
>
> Correct. Expanded it is:
>
> /di1234/trunk
> |-- forms
> |-- src
> \-- inc

Can't you use the following?

$ svn propset svn:externals '../forms inc' .

or '../trunk/forms inc'
(not sure)

According to the book [1] '../' means "Relative to the URL of the
directory on which the svn:externals property is set"

[1] http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html

-- 
Johan
Received on 2019-05-07 14:50:15 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.