Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 79882 invoked from network); 14 Jul 2010 10:17:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Jul 2010 10:17:50 -0000 Received: (qmail 15981 invoked by uid 500); 14 Jul 2010 10:17:49 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 15356 invoked by uid 500); 14 Jul 2010 10:17:46 -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 15344 invoked by uid 99); 14 Jul 2010 10:17:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 10:17:45 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.214.43 as permitted sender) Received: from [209.85.214.43] (HELO mail-bw0-f43.google.com) (209.85.214.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 10:17:37 +0000 Received: by bwz13 with SMTP id 13so3880135bwz.30 for ; Wed, 14 Jul 2010 03:17:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=n2GeKOArad7WCRrWUzGfK/Tw5f5mDIGpO0E+sA0z+BM=; b=O3Gi96AKRQM3J3AIWfIcU8GONDtz1PAEOG4QUi/Abhs70+WjwCr9/1ODL2WhJwa07k COHE6aS3aSqAesgFujCOqC8dhIVpmK+ELMyU9v3QZkG0fBpWkKpbN4ZTAWJm6GpxABdm +w5yFK90oedKMFvmAOlwYPI3PqmQbRC7djeCY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=JaXe/9Ir0nf4bSSDO2sCOneuBCOb5fJGGA4Rb0QkwXOXAiry9jWMlvBX3Y13cBZ9+e kZTvST2C19WADdsSELf0qTbcWtDmMoofJBmhYhg1jjbOm1ChL/tqgRiSmp5E6a4/+Ooa D8XrXRjwTDLXlpqaWyVtIh9NcgU+RYX5t9rA4= MIME-Version: 1.0 Received: by 10.204.177.202 with SMTP id bj10mr5836115bkb.198.1279102636355; Wed, 14 Jul 2010 03:17:16 -0700 (PDT) Received: by 10.204.79.18 with HTTP; Wed, 14 Jul 2010 03:17:16 -0700 (PDT) Date: Wed, 14 Jul 2010 11:17:16 +0100 Message-ID: Subject: [NET] Changes to repository locations From: sebb To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org The 2.x codeline is now the main codeline, so as agreed, I've swapped the SVN locations around. The 2.x codeline is now at: https://svn.apache.org/repos/asf/commons/proper/net/trunk If you have an SVN workspace for NET 2, you need to run svn switch on it: svn switch [path] https://svn.apache.org/repos/asf/commons/proper/net/trunk The 1.x codeline is now at: https://svn.apache.org/repos/asf/commons/proper/net/branches/NET_1_X Similarly, you will need to switch any NET 1 SVN workspaces. == Note: There will probably be some CI failures whilst we fix the build definitions. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org