Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 23173 invoked from network); 6 Mar 2006 19:50:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Mar 2006 19:50:59 -0000 Received: (qmail 67226 invoked by uid 500); 6 Mar 2006 19:50:52 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 67136 invoked by uid 500); 6 Mar 2006 19:50:51 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 67057 invoked by uid 99); 6 Mar 2006 19:50:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Mar 2006 11:50:51 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mkienenb@gmail.com designates 64.233.182.192 as permitted sender) Received: from [64.233.182.192] (HELO nproxy.gmail.com) (64.233.182.192) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Mar 2006 11:50:50 -0800 Received: by nproxy.gmail.com with SMTP id n28so133451nfc for ; Mon, 06 Mar 2006 11:50:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YX748niq/PhhoyXHKx5d6FMMikeYwbJL2CayLrdwwvhGi8eV7wtlB4hNIV567xc7BW1B0vONkWVsUvn0w8CDE6XGAs6C3RYOApDFuriiEVrWI4Poeg7jVm8E57T201N2Zbzpfg4DnSTM+iTxQltPxgeV2JXfOTNKbWpCksiVfVM= Received: by 10.48.49.1 with SMTP id w1mr2587687nfw; Mon, 06 Mar 2006 11:50:29 -0800 (PST) Received: by 10.48.48.17 with HTTP; Mon, 6 Mar 2006 11:50:29 -0800 (PST) Message-ID: <8f985b960603061150p49ac5403u7961876a2cee7dfb@mail.gmail.com> Date: Mon, 6 Mar 2006 14:50:29 -0500 From: "Mike Kienenberger" To: "MyFaces Development" Subject: Re: Reconstructing Myfaces 1.1.1 from SVN; svn:externals broken In-Reply-To: <64506E97-7587-4C55-94E8-AE3F744098FB@conaty.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <64506E97-7587-4C55-94E8-AE3F744098FB@conaty.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is pure speculation on my part due to my inexperience with SVN, but have you tried checking out the stuff under http://svn.apache.org/repos/asf/myfaces/release/tags/1_1_1? On 3/6/06, Garrett Conaty wrote: > Hi, > > The SVN repository for MyFaces has a directory called 'release/tags' > which is presumably the location from which you could check out the > source for a given MyFaces release. However, these tags use > svn:externals which can have some unintended consequences; namely > that they're not based on a URL with a given Subversion rev #. > > So, the externals which are pointed to by the 1.1.1 tag for example > are all broken; for example > > api https://svn.apache.org/repos/asf/myfaces/api/tags/1_1_1 > > and that location no longer exists. > > Thanks, > Garrett Conaty > > >