Re: [Bug] Export path is subject to peg revision parsing

2023-06-16 Thread Osipov, Michael (SMD IT IN) via users
Scratch that. My thread from five years ago is still valid: https://lists.apache.org/thread/lonftwtj2kmnjf5mlp91jyxz9xlsgv3d The issue sill persists. The doc improvement from Daniel Shahaf haven't been implemented yet. Michael

[Bug] Export path is subject to peg revision parsing

2023-06-16 Thread Osipov, Michael (SMD IT IN) via users
Folks, I could have either found a bug in the handling of input or a document insufficiency. We have received a downstream bug: https://github.com/websvnphp/websvn/issues/189 It boils down to this command: # svn export -r 50 'file:///var/svn/Playground/me%40you.d/@' me@you.d.r50 svn: E2000

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

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

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: Subversion 1.9.10/1.10.4 choke on non-ASCII resources on HP-UX

2019-05-06 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-02 Thread Osipov, Michael
FWIW, I have copied /opt/ports to the old machine, same issue. So it must be something in /opt/ports I have compiled myself not the way it should. Michael

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

2019-05-02 Thread Osipov, Michael
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" LC_COLLATE="de_DE.utf8" LC_MONETARY="de_DE.utf8" LC_NUMERIC=&q

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

2019-04-30 Thread Osipov, Michael
Hi folks, I am facing an issue a previously not had with 1.9.4 on another HP-UX machine. Installed a new one and compiled 1.10.4, does not work and downgraded to 1.9.10 same issue. Using HP-UX 11.31 with "aCC: HP C/aC++ B3910B A.06.29 [Oct 18 2016]". configure: export PREFIX=/opt/ports expo

RE: Mimicking mvn_authz_svn with svnauthz(1)

2016-04-05 Thread Osipov, Michael
> Osipov, Michael wrote on Fri, Apr 01, 2016 at 08:00:56 +: > > Hi folks, > > > > I am trying to figure out how I can effectively mimic the behavior of > > mod_authz_svn with svnauth(1). I do have a small, read-only PHP > > application which shall browse a rep

Mimicking mvn_authz_svn with svnauthz(1)

2016-04-01 Thread Osipov, Michael
Hi folks, I am trying to figure out how I can effectively mimic the behavior of mod_authz_svn with svnauth(1). I do have a small, read-only PHP application which shall browse a repo just like mod_dav_svn does with the same authz. While calling svnauthz(1) works well, I am not certain when I shou