Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CC7B6DB0C for ; Tue, 2 Oct 2012 12:36:05 +0000 (UTC) Received: (qmail 53334 invoked by uid 500); 2 Oct 2012 12:36:05 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 53115 invoked by uid 500); 2 Oct 2012 12:36:00 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 53061 invoked by uid 99); 2 Oct 2012 12:35:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2012 12:35:58 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [192.109.42.8] (HELO einhorn.in-berlin.de) (192.109.42.8) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2012 12:35:48 +0000 X-Envelope-From: stsp@stsp.name Received: from ted.stsp.name (ted.stsp.name [217.197.84.34]) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id q92CZPki024126 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 2 Oct 2012 14:35:25 +0200 Received: from ted.stsp.name (stsp@localhost [127.0.0.1]) by ted.stsp.name (8.14.5/8.14.3) with ESMTP id q92CZPCW019306; Tue, 2 Oct 2012 14:35:25 +0200 (CEST) Received: (from stsp@localhost) by ted.stsp.name (8.14.5/8.14.3/Submit) id q92CZPAn026988; Tue, 2 Oct 2012 14:35:25 +0200 (CEST) Date: Tue, 2 Oct 2012 14:35:25 +0200 From: Stefan Sperling To: Nico Kadel-Garcia Cc: david fasani , users@subversion.apache.org Subject: Re: path-based authorization, users an groups synchronisation between master and slave Message-ID: <20121002123525.GH16802@ted.stsp.name> Mail-Followup-To: Nico Kadel-Garcia , david fasani , users@subversion.apache.org References: <506AAC7A.8060906@sab2i.com> <20121002114859.GF16802@ted.stsp.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 On Tue, Oct 02, 2012 at 08:01:30AM -0400, Nico Kadel-Garcia wrote: > There are also some approaches that can help rigorously manage such > configurations. I long for some Subversion developer to write > something like the "gitosis" tool, which manages SSH keys for git's > SSH based access, and which could use a Subversion repository to > manage SSH keys for other Subversion repositories. It would make my > preferred use of svn+ssh much easier. s/Subversion developer/developer/ :) While I agree that such a tool would be useful, it doesn't have to be part of Subversion's core offering. It's probably easier to maintain something like this as a separate project.