Return-Path: Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: (qmail 80324 invoked from network); 25 Jan 2011 09:30:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Jan 2011 09:30:05 -0000 Received: (qmail 53562 invoked by uid 500); 25 Jan 2011 09:30:05 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 53313 invoked by uid 500); 25 Jan 2011 09:30:03 -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 53306 invoked by uid 99); 25 Jan 2011 09:30:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jan 2011 09:30:03 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of abakhirkin@gmail.com designates 209.85.215.171 as permitted sender) Received: from [209.85.215.171] (HELO mail-ey0-f171.google.com) (209.85.215.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jan 2011 09:29:56 +0000 Received: by eyg5 with SMTP id 5so2441147eyg.16 for ; Tue, 25 Jan 2011 01:29:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=2qIWaGddqhwS7FrHjDnt33UBOkDBde6ZRMIF8EjnpOs=; b=sTTIRuIDX91GDn2Ebd0P0UaZ0Vqvueoav1gHVaSkCBH3lf/Ja8hWHyRX9GUnu1YzTM C5fdnK7wxJC/F38D1bF4h18vXju0dka72M/xF0rIbz8DTskI/jBOR1nq+/gQaGhjnYxg aIYhtBAR6uA2gUwhO/o9ss5F4BcKkeyxAkNnI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=cBS0jv3ZJafUNwyxyU68XLZ/RhQ3GkL5S/H8284oek9v7AsGUFZgD26cNC7lFA1Dug 0GbT+OnEh5eEcp9n54TleoNozAViJTIwMPTFl5AY5Ayhkrg6o6twUw3DxsoyTc0CTaE/ 39Szd1wel6cTZBrR91QuxxusaNK7Q+D5NApUk= MIME-Version: 1.0 Received: by 10.216.25.136 with SMTP id z8mr3307337wez.93.1295947775396; Tue, 25 Jan 2011 01:29:35 -0800 (PST) Received: by 10.216.73.9 with HTTP; Tue, 25 Jan 2011 01:29:35 -0800 (PST) In-Reply-To: References: <117859.17890.qm@web113605.mail.gq1.yahoo.com> Date: Tue, 25 Jan 2011 12:29:35 +0300 Message-ID: Subject: Re: From: Alexey Bakhirkin To: users@subversion.apache.org Content-Type: text/plain; charset=ISO-8859-1 > Mind you, I highly discourage theh HTTP or HTTPS access to Subversion > due to the plain-text password storage issues for UNIX/Linux/CygWin > clients. IIRC 1.6 client can be configured to use gnome keyring or kde4 kwallet for Linux (http://subversion.apache.org/docs/release-notes/1.6.html#auth-related-improvements). Never tried that though.