From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sree Harsha Totakura Subject: Add svn-fetch method Date: Wed, 26 Mar 2014 11:36:02 +0100 Message-ID: <1395830163-27977-1-git-send-email-sreeharsha@totakura.in> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSlCu-0004j5-0F for guix-devel@gnu.org; Wed, 26 Mar 2014 06:37:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSlCn-00017H-Gm for guix-devel@gnu.org; Wed, 26 Mar 2014 06:37:15 -0400 Received: from mail-out1.informatik.tu-muenchen.de ([131.159.0.8]:50722 helo=smtp1.informatik.tu-muenchen.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSlCn-00016k-AX for guix-devel@gnu.org; Wed, 26 Mar 2014 06:37:09 -0400 Received: (Authenticated sender: totakura) by mail.in.tum.de (Postfix) with ESMTPSA id BC0FA240312 for ; Wed, 26 Mar 2014 11:37:07 +0100 (CET) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org The following patch adds a new origin method to fetch from SVN repositories. Note that the subversion command is used with --trust-server-cert option which causes it to trust any given SSL certificate if fetching from HTTPS repositories. The authenticity of the code should only be verified by the given hash. Sree