From users-return-5252-daniel=haxx.se@subversion.apache.org Fri Oct 8 17:15:50 2010 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on giant.haxx.se X-Spam-Level: X-Spam-Status: No, score=-1.5 required=3.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9.1) with SMTP id o98FFm5e012729 for ; Fri, 8 Oct 2010 17:15:49 +0200 Received: (qmail 32600 invoked by uid 500); 8 Oct 2010 15:15:40 -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 32593 invoked by uid 99); 8 Oct 2010 15:15:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Oct 2010 15:15:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS Received-SPF: pass (nike.apache.org: local policy) Received: from [207.54.49.24] (HELO ussmtpp1.infor.com) (207.54.49.24) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Oct 2010 15:15:33 +0000 X-SBRS: None X-IronPort-AV: E=Sophos;i="4.57,303,1283745600"; d="scan'208";a="3696276" From: Bob Archer To: "jehan.procaccia@it-sudparis.eu" CC: Nico Kadel-Garcia , Siva Kumar , "users@subversion.apache.org" Date: Fri, 8 Oct 2010 11:15:08 -0400 Subject: RE: svn Farm Thread-Topic: svn Farm Thread-Index: Actm+R1oUjg8vtajQ3CXMV/IAlCqsQAAjeLA Message-ID: References: <4CAC8E54.3090206@it-sudparis.eu> <4CADF2BB.5010106@it-sudparis.eu> <4CAED202.7090301@it-sudparis.eu> <4CAF3143.8050807@it-sudparis.eu> In-Reply-To: <4CAF3143.8050807@it-sudparis.eu> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.3.5 (giant.haxx.se [80.67.6.50]); Fri, 08 Oct 2010 17:15:49 +0200 (CEST) X-Friend: Nope > Le 08/10/2010 15:59, Bob Archer a =E9crit : > >> Now, is collabnet solution able to serve tradition unix shell > >> comand > >> line clients ? is there a svnserve server behind it or is apache > >> able to > >> serve those clients using svn protocol too ? > > BTW: If you have http(s) access you don't also need svn protocol. > The svn command line client supports http(s) just fine. > > > > BOb > Damn it ! I didn't realized it was possible ... I though svn > command > line tool could only talk to svnserve (svn or svn+ssh URLs) . > Indeed, svn + ldaps URL might simplify my project . > However, I already see a usage diffulty, any time I issue a svn > command > line, I'am asked to enter my password (apache authN !) , is there a > workaround to that authN password call ? > with svn+ssh I could push ssh public keys once for all . >=20 > thanks . The client should be able to store the credentials if you have it set up to= do so. On windows/mac it is encrypted with OS included libraries. For Linu= x you need to set up gnome keyring or kde-wallet. http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.serverconfig.netmo= del.credcache BOb