From users-return-5458-daniel=haxx.se@subversion.apache.org Mon Oct 18 13:43:24 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 o9IBhNKH018178 for ; Mon, 18 Oct 2010 13:43:24 +0200 Received: (qmail 75693 invoked by uid 500); 18 Oct 2010 11:43:15 -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 75686 invoked by uid 99); 18 Oct 2010 11:43:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Oct 2010 11:43:15 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_NEUTRAL Received-SPF: neutral (athena.apache.org: local policy) Received: from [80.67.31.24] (HELO smtprelay01.ispgateway.de) (80.67.31.24) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Oct 2010 11:43:07 +0000 Received: from [75.34.103.216] (helo=[192.168.7.75]) by smtprelay01.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1P7o72-0006l7-NG; Mon, 18 Oct 2010 13:42:44 +0200 Subject: Re: Encrypted repo contents Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Ryan Schmidt In-Reply-To: Date: Mon, 18 Oct 2010 06:42:43 -0500 Cc: users@subversion.apache.org Content-Transfer-Encoding: 7bit Message-Id: <5F5CB1FA-EC44-43C4-8D26-D298A3A377CC@ryandesign.com> References: To: Gary X-Mailer: Apple Mail (2.1081) X-Df-Sender: 368818 X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.3.5 (giant.haxx.se [80.67.6.50]); Mon, 18 Oct 2010 13:43:24 +0200 (CEST) X-Friend: Nope On Oct 18, 2010, at 05:58, Gary wrote: > I want to create a repo using online storage (think Wuala or something > similar), and am pretty keen that nobody else, including the people > running the storage service, can get at my code. Is it possible to > ensure the repo contents are encrypted somehow? Everything I've read on > the subject seems to allow encrypting the connection from clients to > server, but not the repo contents as they sit on the disc. There is nothing in Subversion to encrypt the contents of the repository.