Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3456973BE for ; Fri, 9 Dec 2011 07:11:18 +0000 (UTC) Received: (qmail 78365 invoked by uid 500); 9 Dec 2011 07:11:17 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 78347 invoked by uid 500); 9 Dec 2011 07:11:16 -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 78339 invoked by uid 99); 9 Dec 2011 07:11:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2011 07:11:16 +0000 X-ASF-Spam-Status: No, hits=-4.3 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [192.35.17.2] (HELO thoth.sbs.de) (192.35.17.2) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2011 07:11:07 +0000 Received: from mail2.siemens.de (localhost [127.0.0.1]) by thoth.sbs.de (8.13.6/8.13.6) with ESMTP id pB97Ae33030039; Fri, 9 Dec 2011 08:10:40 +0100 Received: from GBOXFW99E01MSX.ww005.siemens.net ([137.223.15.50]) by mail2.siemens.de (8.13.6/8.13.6) with ESMTP id pB97AdN5015363 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Fri, 9 Dec 2011 08:10:39 +0100 Received: from GBOXFW99E01MSX.ww005.siemens.net ([137.223.15.50]) by GBOXFW99E01MSX.ww005.siemens.net ([137.223.15.50]) with mapi; Fri, 9 Dec 2011 07:10:39 +0000 From: "Cooke, Mark" To: Daniel Shahaf , Dmitry Bolshakov CC: "users@subversion.apache.org" Date: Fri, 9 Dec 2011 07:10:41 +0000 Subject: RE: small feature request: when checkout/update print out svn:external addresses Thread-Topic: small feature request: when checkout/update print out svn:external addresses Thread-Index: Acy2QTNoJE/SjYm5SKuF/ammV6uVjgAAD8yw Message-ID: <4F7A7621A511B945915EB16D655311D80E293D4F5A@GBOXFW99E01MSX.ww005.siemens.net> References: <4EE0C8E2.6090700@bridge-quest.com> <20111209070638.GA5544@daniel3.local> In-Reply-To: <20111209070638.GA5544@daniel3.local> Accept-Language: en-US, de-DE Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, de-DE Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org > Dmitry Bolshakov wrote on Thu, Dec 08, 2011 at 18:25:38 +0400: > > Hi > >=20 > > not long ago we have made some reorganization in=20 > repository, but forgot to make svn:external relative instead=20 > of absolute > > and I was really confused when build errors surprizingly=20 > appeared in an unchanged tags > >=20 > > so I think it would be useful to print out external addresses too > > eg not just > > "Fetching external item into '...'" > > but > > "Fetching external item from '...' into '...'" > >=20 > > it will allow to recognize such errors easily > >=20 > > --=20 > > With best regards > > Dmitry Bolshakov >=20 > -----Original Message----- > From: Daniel Shahaf [mailto:d.s@daniel.shahaf.name]=20 > Sent: 09 December 2011 07:07 > To: Dmitry Bolshakov > Cc: users@subversion.apache.org > Subject: Re: small feature request: when checkout/update=20 > print out svn:external addresses >=20 > How would you avoid overflowing the terminal width when the external's > URL is absolute? >=20 I don't use the command line much but could you not plit it over three line= s? {{{ Fetching external item: from : '...' into : '...' }}} ...or would that make scripted parsing too complex? ~ mark c