Re: Same level externals not possible

2019-05-07 Thread Nathan Hartman
On Tue, May 7, 2019 at 9:19 AM Osipov, Michael wrote: > Any chances that this will go way with the next LTS release? 1.5 is > really really old... The problem with that idea is that repositories in use today that contain pre-1.5-style externals will stop working.

Re: Same level externals not possible

2019-05-07 Thread Branko Čibej
On 07.05.2019 15:19, Osipov, Michael wrote: > > > Am 2019-05-07 um 14:57 schrieb Branko Čibej: >> On 07.05.2019 14:25, Osipov, Michael 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

Re: Same level externals not possible

2019-05-07 Thread Osipov, Michael
Am 2019-05-07 um 14:57 schrieb Branko Čibej: On 07.05.2019 14:25, Osipov, Michael 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 i

Re: Same level externals not possible

2019-05-07 Thread Branko Čibej
On 07.05.2019 14:25, Osipov, Michael 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

Re: Same level externals not possible

2019-05-07 Thread Osipov, Michael
Am 2019-05-07 um 14:49 schrieb Johan Corveleyn: On Tue, May 7, 2019 at 2:33 PM Osipov, Michael 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 |--

Re: Same level externals not possible

2019-05-07 Thread Johan Corveleyn
On Tue, May 7, 2019 at 2:33 PM Osipov, Michael 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 > >> \--

Re: Same level externals not possible

2019-05-07 Thread Osipov, Michael
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

Re: Same level externals not possible

2019-05-07 Thread 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 clari