Re: Authz database alternative?

2012-09-17 Thread Daniel Shahaf
Cory J. Finger wrote on Fri, Sep 14, 2012 at 16:13:15 -0400: > Hello, I was wondering if there was any way that I would be able to > replace the AUTHZ file for subversion with a MySQL database through an > apache module or some other method. Is there any tried and true method > out there? > What

Re: 1.6.19 up for testing/signing

2012-09-17 Thread Stefan Sperling
On Fri, Sep 14, 2012 at 02:15:41AM +0200, Branko Čibej wrote: > On 12.09.2012 17:08, Stefan Sperling wrote: > > The 1.6.19 release artifacts are now available for testing/signing. > > Please get the tarballs from > > https://dist.apache.org/repos/dist/dev/subversion > > and add your signatures th

Re: 1.6.19 up for testing/signing

2012-09-17 Thread Stefan Sperling
On Wed, Sep 12, 2012 at 05:08:20PM +0200, Stefan Sperling wrote: > The 1.6.19 release artifacts are now available for testing/signing. > Please get the tarballs from > https://dist.apache.org/repos/dist/dev/subversion > and add your signatures there. Thanks! Is anyone planning to provide additio

Re: 1.6.19 up for testing/signing

2012-09-17 Thread Johan Corveleyn
On Mon, Sep 17, 2012 at 11:26 AM, Stefan Sperling wrote: > On Wed, Sep 12, 2012 at 05:08:20PM +0200, Stefan Sperling wrote: >> The 1.6.19 release artifacts are now available for testing/signing. >> Please get the tarballs from >> https://dist.apache.org/repos/dist/dev/subversion >> and add your

Re: [PATCH] Add support for http_proxy and https_proxy environment variables

2012-09-17 Thread Neil Bird
Around about 13/09/12 15:50, Josh Triplett typed ... Why should only the command-line clients notice those environment variables? If someone has http_proxy set, and runs some graphical subversion client using libsvn, that client ought to use the proxy as well. As a user of http_proxy on both

Re: svn commit: r1381938 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

2012-09-17 Thread Stefan Fuhrmann
On Wed, Sep 12, 2012 at 12:20 PM, Ivan Zhakov wrote: > On Fri, Sep 7, 2012 at 12:56 PM, wrote: > > Author: stefan2 > > Date: Fri Sep 7 08:56:50 2012 > > New Revision: 1381938 > > > > URL: http://svn.apache.org/viewvc?rev=1381938&view=rev > > Log: > > Partly implements issue #3372: When buildin

Re: Authz Database Alternative?

2012-09-17 Thread Stefan Sperling
On Fri, Sep 14, 2012 at 04:23:29PM -0400, Cory J. Finger wrote: > Hello, I was researching the Authz system in Subversion. I was wondering if > there was any way to replace the AUTHZ file with a MySQL Database. If I use > apache is there any module I could use to achieve this? No, unfortunately.

Re: Authz database alternative?

2012-09-17 Thread Stefan Sperling
On Mon, Sep 17, 2012 at 09:31:37AM +0100, Daniel Shahaf wrote: > Cory J. Finger wrote on Fri, Sep 14, 2012 at 16:13:15 -0400: > > Hello, I was wondering if there was any way that I would be able to > > replace the AUTHZ file for subversion with a MySQL database through an > > apache module or some

Re: Authz database alternative?

2012-09-17 Thread Daniel Shahaf
Stefan Sperling wrote on Mon, Sep 17, 2012 at 12:34:33 +0200: > On Mon, Sep 17, 2012 at 09:31:37AM +0100, Daniel Shahaf wrote: > > Cory J. Finger wrote on Fri, Sep 14, 2012 at 16:13:15 -0400: > > > Hello, I was wondering if there was any way that I would be able to > > > replace the AUTHZ file for

Re: Authz database alternative?

2012-09-17 Thread fingerco
Hello, my intent is to make it easier to manage large amounts of users in my organization. It has gotten to the point where we have an extremely large and hard-to-manage Authz file and would like a more scalable/automated solution. On Sep 17, 2012, at 6:45 AM, Daniel Shahaf wrote: > Stefan Sp

Re: Authz database alternative?

2012-09-17 Thread Neil Bird
Around about 17/09/12 12:11, finge...@ccs.neu.edu typed ... It has gotten to the point where we have an extremely large and hard-to-manage Authz file and would like a more scalable/automated solution. There are a few authz editor frontends, most of which store user data/permissions in a back

RE: [PATCH] Add support for http_proxy and https_proxy environment variables

2012-09-17 Thread Bert Huijben
> -Original Message- > From: Neil Bird [mailto:n...@jibbyjobby.co.uk] > Sent: maandag 17 september 2012 03:07 > To: Josh Triplett > Cc: C. Michael Pilato; dev@subversion.apache.org > Subject: Re: [PATCH] Add support for http_proxy and https_proxy > environment variables > > Around about 13