Re: Ancestor directory permissions in authz

2014-12-02 Thread C. Michael Pilato
On 11/28/2014 12:03 PM, Hannes Reich wrote: > Hi, > > I'd like to suggest an extension to the authz file format to support the > following scenario: > > * Some users of the repository should have access to everything, others > should be restricted to a small set of "public" directories. > > * All

Issue #4476 - Mergeinfo containing r0 makes svnsync and svnadmin dump fail

2014-12-02 Thread Julian Foad
http://subversion.tigris.org/issues/show_bug.cgi?id=4476 There's another part to this issue: 'svnadmin load'. When mergeinfo refers to r0, not only does 'svnadmin dump' fail (fixed in r1574868) and 'svnsync' fail, but 'svnadmin load' also fails, as I found when I started writing a test for the

Re: svn commit: r1637826 - /subversion/trunk/autogen.sh

2014-12-02 Thread Ben Reser
On 11/10/14 4:28 AM, br...@apache.org wrote: > ltpath="`dirname $libtoolize`" > -ltfile=${LIBTOOL_M4-`cd $ltpath/../share/aclocal ; pwd`/libtool.m4} > +ltfile=${LIBTOOL_M4-`cd $ltpath/../share/aclocal ; pwd`}/libtool.m4 > > if [ ! -f $ltfile ]; then > echo "$ltfile not found (try setting t