Re: Subversion 1.9.10/1.10.4 choke on non-ASCII resources on HP-UX

2019-05-07 Thread Osipov, Michael
Am 2019-05-03 um 11:53 schrieb Branko Čibej: On 02.05.2019 11:40, Osipov, Michael wrote: Hi Branko, Am 2019-05-01 um 02:17 schrieb Branko Čibej: On 30.04.2019 20:18, Osipov, Michael wrote: The terminal and locale are fine though: $ locale LANG=de_DE.utf8 LC_CTYPE="de_DE.utf8"

Re: Subversion 1.9.10/1.10.4 choke on non-ASCII resources on HP-UX

2019-05-07 Thread Branko Čibej
On 07.05.2019 08:45, Osipov, Michael wrote: > > > Am 2019-05-03 um 11:53 schrieb Branko Čibej: >> On 02.05.2019 11:40, Osipov, Michael wrote: >>> Hi Branko, >>> >>> Am 2019-05-01 um 02:17 schrieb Branko Čibej: On 30.04.2019 20:18, Osipov, Michael wrote: > The terminal and locale are

Re: Fwd: Error during Migrating from Perforce to SVN

2019-05-07 Thread Branko Čibej
On 06.05.2019 21:59, Ibrahim Ibbu wrote: > [root@sce-github svn-repos]# pwd > > /SVN/svn-repos > > [root@sce-github svn-repos]# ls -lrt > > total 24 > > drwxr-xr-x 2 root root 4096 May  5 02:41 locks > > -rw-r--r-- 1 root root  229 May  5 02:41 README.txt > > drwxr-xr-x 2 root root 4096 May  5

Re: Fw: Latest nightly tarball doesn't catch up Subversion trunk

2019-05-07 Thread Gavin McDonald
Hi All, https://github.com/apache/infrastructure-puppet/blob/deployment/modules/buildbot_asf/files/projects/create-subversion-nightlies-index.sh I can get to it over the next few days, but in the meantime, feel free to check the script. Gav... On Tue, May 7, 2019 at 2:54 AM wuzhouhui wrote:

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 > >> \--

Same level externals not possible

2019-05-07 Thread Osipov, Michael
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. Of course, according to the help output [1] this is not possible. But why

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 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 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

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 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 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 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