What is the permissible character set for @group references in path-based auth?

2019-12-14 Thread sebb
The only documentation I could find [1] defines a key using : ::= (any character except ) However the character domain is not specified as far as I can tell. [1] https://cwiki.apache.org/confluence/display/SVN/Configuration+File+Syntax

Bug in docs regarding case-sensitivity?

2019-12-14 Thread sebb
The code comment here [1] and the wiki [2] both state that section name matching is case-insensitive. However my reading of the document here [3] says this changed in version 1.7. These docs don't seem consistent to me. S. [1]

Missing access level value description

2019-12-14 Thread sebb
The document http://svnbook.red-bean.com/en/1.7/svn.serverconfig.pathbasedauthz.html says: "The value of each option describes the user's level of access to the repository path: either r (read-only) or rw (read/write)." However it's also possible to omit the value, which means no access. S.

Re: What is the permissible character set for @group references in path-based auth?

2019-12-14 Thread sebb
On Sat, 14 Dec 2019 at 12:03, Daniel Shahaf wrote: > sebb wrote on Sat, 14 Dec 2019 09:12 +00:00: > > The only documentation I could find [1] defines a key using : > > > > ::= (any character except ) > > > > However the character domain is not specified as far as I can tell. > > I don't know

Re: Bug in docs regarding case-sensitivity?

2019-12-14 Thread sebb
On Sat, 14 Dec 2019 at 11:51, Daniel Shahaf wrote: > sebb wrote on Sat, 14 Dec 2019 09:20 +00:00: > > The code comment here [1] and the wiki [2] both state that section name > > matching is case-insensitive. > > > > However my reading of the document here [3] says this changed in version > 1.7.

Re: Bug in docs regarding case-sensitivity?

2019-12-14 Thread Daniel Shahaf
sebb wrote on Sat, 14 Dec 2019 09:20 +00:00: > The code comment here [1] and the wiki [2] both state that section name > matching is case-insensitive. > > However my reading of the document here [3] says this changed in version 1.7. Thank you for taking the time to point out the specific text

Re: What is the permissible character set for @group references in path-based auth?

2019-12-14 Thread Daniel Shahaf
sebb wrote on Sat, 14 Dec 2019 09:12 +00:00: > The only documentation I could find [1] defines a key using : > > ::= (any character except ) > > However the character domain is not specified as far as I can tell. I don't know where you're quoting that from. It's not on the linked page or

PYSVN Release 1.9.11

2019-12-14 Thread Barry Scott
PySVN home page: https://pysvn.sourceforge.io/ PySVN 1.9.11 supporting Subversion 1.13.0 and earlier. Changes: * Binary kits limited to using currently support versions of Subversion and Python. However python 2.7 kits will be provided after python 2.7 goes end-of-life. * Add suport for

Re: Missing access level value description

2019-12-14 Thread sebb
On Sat, 14 Dec 2019 at 11:41, Daniel Shahaf wrote: > [ moved to svnbook-dev@. Please remove users@ from replies. ] > > sebb wrote on Sat, 14 Dec 2019 09:23 +00:00: > > The document > > > > http://svnbook.red-bean.com/en/1.7/svn.serverconfig.pathbasedauthz.html > > > > says: > > > > "The value

Re: Bug in docs regarding case-sensitivity?

2019-12-14 Thread sebb
On Sat, 14 Dec 2019 at 13:33, Daniel Shahaf wrote: > sebb wrote on Sat, 14 Dec 2019 13:17 +00:00: > > On Sat, 14 Dec 2019 at 11:51, Daniel Shahaf > wrote: > > > sebb wrote on Sat, 14 Dec 2019 09:20 +00:00: > > > > The code comment here [1] and the wiki [2] both state that section > name > > >

Re: Missing access level value description

2019-12-14 Thread Daniel Shahaf
[ moved to svnbook-dev@. Please remove users@ from replies. ] sebb wrote on Sat, 14 Dec 2019 09:23 +00:00: > The document > > http://svnbook.red-bean.com/en/1.7/svn.serverconfig.pathbasedauthz.html > > says: > > "The value of each option describes the user's level of access to the >

Re: Bug in docs regarding case-sensitivity?

2019-12-14 Thread Daniel Shahaf
sebb wrote on Sat, 14 Dec 2019 13:17 +00:00: > On Sat, 14 Dec 2019 at 11:51, Daniel Shahaf wrote: > > sebb wrote on Sat, 14 Dec 2019 09:20 +00:00: > > > The code comment here [1] and the wiki [2] both state that section name > > > matching is case-insensitive. > > > > > > However my reading

Re: Bug in docs regarding case-sensitivity?

2019-12-14 Thread Daniel Shahaf
sebb wrote on Sat, 14 Dec 2019 13:38 +00:00: > However [1] says: > > "Section and option names are case-insensitive, but case is preserved." > > Is that still accurate? Test it and, should you find that it isn't accurate, let us know.

Re: What is the permissible character set for @group references in path-based auth?

2019-12-14 Thread Branko Čibej
On 14.12.2019 14:08, sebb wrote: > On Sat, 14 Dec 2019 at 12:03, Daniel Shahaf > wrote: > > sebb wrote on Sat, 14 Dec 2019 09:12 +00:00: > > The only documentation I could find [1] defines a key using > : > > > > ::= (any character except ) >

Re: Bug in docs regarding case-sensitivity?

2019-12-14 Thread Branko Čibej
On 14.12.2019 14:38, sebb wrote: > On Sat, 14 Dec 2019 at 13:33, Daniel Shahaf > wrote: > > sebb wrote on Sat, 14 Dec 2019 13:17 +00:00: > > On Sat, 14 Dec 2019 at 11:51, Daniel Shahaf > mailto:d...@daniel.shahaf.name>> wrote: > > > sebb wrote on