Re: SVNListParentPath without path based authz checks?

2015-08-11 Thread Philip Martin
Daniel Shahaf writes: > SVNListParentPath used to list all repositories, but not too long ago > that was changed to only list repositories that the authenticated user > has access to. (I can't find the commit that made the change, and > I don't recall whether the required access is "r access to

Re: question about subversion 1.9 unicode normalization status

2015-08-11 Thread Nico Kadel-Garcia
On Tue, Aug 11, 2015 at 7:12 PM, Stefan Sperling wrote: > On Tue, Aug 11, 2015 at 05:11:10PM -0500, Dave Huang wrote: >> On Aug 11, 2015, at 15:35, Branko Čibej wrote: >> > >> > On 10.08.2015 18:46, Attila Soki wrote: >> >> hi, >> >> >> >> i saw the entry "reimplement UTF-8 fuzzy conversion using

Re: mod_dav_svn: httpd hangs when using PerlAuthenHandler

2015-08-11 Thread Philip Martin
Stefan Sperling writes: > The serf library may decide to send several requests in parallel (i.e. send > another request before the answer to the last request has been received). > As I understand, this feature is not under control of the SVN client itself. The client does control it but most of

Re: question about subversion 1.9 unicode normalization status

2015-08-11 Thread Stefan Sperling
On Tue, Aug 11, 2015 at 05:11:10PM -0500, Dave Huang wrote: > On Aug 11, 2015, at 15:35, Branko Čibej wrote: > > > > On 10.08.2015 18:46, Attila Soki wrote: > >> hi, > >> > >> i saw the entry "reimplement UTF-8 fuzzy conversion using utf8proc > >> (r1511676)" > >> in the changelog and hoped thi

Re: mod_dav_svn: httpd hangs when using PerlAuthenHandler

2015-08-11 Thread Stefan Sperling
On Tue, Aug 11, 2015 at 11:51:24PM +0200, Thorsten Schöning wrote: > Hi all, > > I'm serving some repos using mod_dav_svn and svnserve, but don't want > to maintain two configuration files with user accounts. I therefore > had a look into PerlAuthenHandler to parse the passwd file of svnserve > on

Re: SVNListParentPath without path based authz checks?

2015-08-11 Thread Daniel Shahaf
Thorsten Schöning wrote on Mon, Aug 10, 2015 at 20:22:49 +0200: > Is this behavior by design or am I doing something wrong? From my > point of view "SVNListParentPath" is managed outside of the repo and > therefore authz should be ignored on that level. SVNListParentPath used to list all repositor

Re: question about subversion 1.9 unicode normalization status

2015-08-11 Thread Dave Huang
On Aug 11, 2015, at 15:35, Branko Čibej wrote: > > On 10.08.2015 18:46, Attila Soki wrote: >> hi, >> >> i saw the entry "reimplement UTF-8 fuzzy conversion using utf8proc >> (r1511676)" >> in the changelog and hoped this would be the fix for >> http://subversion.tigris.org/issues/show_bug.cgi?i

mod_dav_svn: httpd hangs when using PerlAuthenHandler

2015-08-11 Thread Thorsten Schöning
Hi all, I'm serving some repos using mod_dav_svn and svnserve, but don't want to maintain two configuration files with user accounts. I therefore had a look into PerlAuthenHandler to parse the passwd file of svnserve on my own and use that. During some tests I encountered the problem that most of

Re: question about subversion 1.9 unicode normalization status

2015-08-11 Thread Branko Čibej
On 10.08.2015 18:46, Attila Soki wrote: > hi, > > i saw the entry "reimplement UTF-8 fuzzy conversion using utf8proc (r1511676)" > in the changelog and hoped this would be the fix for > http://subversion.tigris.org/issues/show_bug.cgi?id=2464 > > but after a quick test it seems to be still broken.

Re: Bug Report

2015-08-11 Thread Stefan
Hi Milen, Hi all, I'm getting an Assert exception in all recent versions. Tried with 1.9 too and the same... Steps to reproduce: 1. On the root checkout folder do a "Show Log" 2. Select a previous revision. 3. Select a modified file, right click and select "Revert Changes From This Revision"

Bug Report

2015-08-11 Thread Milen Peev
Hi all, I'm getting an Assert exception in all recent versions. Tried with 1.9 too and the same... Steps to reproduce: 1. On the root checkout folder do a "Show Log" 2. Select a previous revision. 3. Select a modified file, right click and select "Revert Changes From This Revision" 4. On the

mod_dav_svn: Different authz files for different locations

2015-08-11 Thread Thorsten Schöning
Hi all, I'm trying to publish my repos using mod_dav_svn and would like to have one authz file per repo for some repos and one combined for most of the others, because only a few need to provide access for 3rd party users and differ from the common one. This list has pointed me to AuthzSVNReposRel