Return-Path: X-Original-To: apmail-gump-general-archive@www.apache.org Delivered-To: apmail-gump-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C5442101C9 for ; Wed, 11 Feb 2015 01:15:07 +0000 (UTC) Received: (qmail 19136 invoked by uid 500); 11 Feb 2015 01:15:07 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 19088 invoked by uid 500); 11 Feb 2015 01:15:07 -0000 Mailing-List: contact general-help@gump.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Gump code and data" Reply-To: "Gump code and data" Delivered-To: mailing list general@gump.apache.org Received: (qmail 19076 invoked by uid 99); 11 Feb 2015 01:15:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Feb 2015 01:15:07 +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 (athena.apache.org: domain of knst.kolinko@gmail.com designates 209.85.216.48 as permitted sender) Received: from [209.85.216.48] (HELO mail-qa0-f48.google.com) (209.85.216.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Feb 2015 01:15:01 +0000 Received: by mail-qa0-f48.google.com with SMTP id v8so438565qal.7 for ; Tue, 10 Feb 2015 17:14:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=UZykD16HhPuHZM5KeiTVCrUjbnL+xPQGxcClp6tPgGM=; b=pfPc5UEyMeySHgvqkt5Fa2iXsuOUd+sJmWdT4VDDmQJ0mvFl6LmlcsvJi37jO5wf3k noECj2n0NV+odCveX7KKYyO40013o8BHwyv8jfZNWUjR7tjkwSGRgZ/dlBW479p1/I8D EDCCxZH8U6dTTvDseHWv5LXgwfEwLeurmTP1Q4/FHjVfeLJ5GODc4Gep676KiS9Uj/N8 YCaS/47S1NVHHGHOywkEoaHun6ImdJCz4Zpxr7xjUwm/UwQ28tj5bcvTdGPEr6j8RXpa gYe1WaTdKKvbXvDdIYm6OXktSJ8XBklvlrY6nRIGQDzlYkShUexukduoBu83AYG1uJ48 5jkQ== MIME-Version: 1.0 X-Received: by 10.224.16.68 with SMTP id n4mr61069946qaa.31.1423617281127; Tue, 10 Feb 2015 17:14:41 -0800 (PST) Received: by 10.140.91.201 with HTTP; Tue, 10 Feb 2015 17:14:41 -0800 (PST) Date: Wed, 11 Feb 2015 04:14:41 +0300 Message-ID: Subject: Change "metadata" external at Gump live to use relative URL From: Konstantin Kolinko To: Gump code and data Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi! If I checkout the "live" directory, it has "metadata" directory as svn:external that is always checked out as http. As such, any changes to files in metadata cannot be committed as committing requires HTTPS. Apparently I do not have commit right to /live to fix it myself. The patch is [[[ Use repository-root relative external syntax (supported since SVN 1.5), so that metadata directory external can be downloaded by the same protocol HTTPS protocol as its parent. Index: . =================================================================== --- . (revision 1658785) +++ . (working copy) Property changes on: . ___________________________________________________________________ Modified: svn:externals ## -1 +1 ## -metadata http://svn.apache.org/repos/asf/gump/metadata +^/gump/metadata metadata ]]] Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org