Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4518610B2D for ; Sun, 9 Jun 2013 14:38:37 +0000 (UTC) Received: (qmail 6695 invoked by uid 500); 9 Jun 2013 14:38:36 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 5901 invoked by uid 500); 9 Jun 2013 14:38:29 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 5888 invoked by uid 99); 9 Jun 2013 14:38:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Jun 2013 14:38:27 +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 (nike.apache.org: domain of sebbaz@gmail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-wg0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Jun 2013 14:38:21 +0000 Received: by mail-wg0-f43.google.com with SMTP id x12so4240820wgg.10 for ; Sun, 09 Jun 2013 07:38:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=mGRnK8L4c3M7S6ZgjbT3KdNCck4rXP2fMPyR2EltfWM=; b=Fkg14NzhxazwqYwVU1Gwu+kcuw2KXK/CRzSzzTdkhacR70fJ31H5USH219qIaTzJF3 NuulIzAgsXyBLlWCZnhcs8vTy5Gef1y4YzKP1Ohar9EjN0rEFHJm/Rcl27L2zegbq1zW JAJ6U+lUrGUiqUyNX6K/B6hN3kg59Mdsl/trUnYXS1hPPxvVDVuXX6FQA6FsKA6a2hsY kpsGS3n9JM0HIAqtdGbICBVGuCmWsJZNufySfbwOBHO6nTDurwiOplHrq7jnT7MZ5TEU 5QTnQd1ws12LtJZ7tMivNNFNxTlLRqu3OUwxqUwlccI5opHx0A14dANm4o2ATYOAYnQU AGWg== MIME-Version: 1.0 X-Received: by 10.194.170.168 with SMTP id an8mr3415943wjc.72.1370788681250; Sun, 09 Jun 2013 07:38:01 -0700 (PDT) Received: by 10.194.152.103 with HTTP; Sun, 9 Jun 2013 07:38:01 -0700 (PDT) In-Reply-To: <20130609101842.E45232388980@eris.apache.org> References: <20130609101842.E45232388980@eris.apache.org> Date: Sun, 9 Jun 2013 15:38:01 +0100 Message-ID: Subject: Re: svn commit: r1491175 - /commons/proper/csv/trunk/pom.xml From: sebb To: dev@commons.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 9 June 2013 11:18, wrote: > Author: britter > Date: Sun Jun 9 10:18:42 2013 > New Revision: 1491175 > > URL: http://svn.apache.org/r1491175 > Log: > Use viewvc instead of raw svn url How is the url used by plugins? Will using the viewvc URL mislead users into thinking they can download the source from there using SVN? There are regular emails on the infra mailing lists where people complain they cannot use the viewwc URL with svn. I suspect changing it may cause more issues than it resolves. > Modified: > commons/proper/csv/trunk/pom.xml > > Modified: commons/proper/csv/trunk/pom.xml > URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1491175&r1=1491174&r2=1491175&view=diff > ============================================================================== > --- commons/proper/csv/trunk/pom.xml (original) > +++ commons/proper/csv/trunk/pom.xml Sun Jun 9 10:18:42 2013 > @@ -94,7 +94,7 @@ CSV files of various types. > > scm:svn:http://svn.apache.org/repos/asf/commons/proper/csv/trunk > scm:svn:https://svn.apache.org/repos/asf/commons/proper/csv/trunk > - http://svn.apache.org/repos/asf/commons/proper/csv/trunk > + http://svn.apache.org/viewvc/commons/proper/csv/trunk > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org