Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 97419 invoked from network); 21 Dec 2006 08:20:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Dec 2006 08:20:00 -0000 Received: (qmail 76613 invoked by uid 500); 21 Dec 2006 08:20:00 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 76531 invoked by uid 500); 21 Dec 2006 08:20:00 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 76514 invoked by uid 99); 21 Dec 2006 08:20:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Dec 2006 00:20:00 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [160.83.52.97] (HELO loninmrp0.uk.db.com) (160.83.52.97) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Dec 2006 00:19:50 -0800 Received: from sdbo1003.db.com by loninmrp0.uk.db.com id kBL8JQgN015770; Thu, 21 Dec 2006 08:19:27 GMT In-Reply-To: To: dev@httpd.apache.org Cc: dev@httpd.apache.org Subject: RE: Apache BUG: 36495 : ajp_proxy_connect_backend failure MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.5 CCH1 March 07, 2006 From: Benjamin Cuthbert Message-ID: Date: Thu, 21 Dec 2006 08:19:36 +0000 X-MIMETrack: Serialize by Router on sdbo1003/DMGUK/DeuBaInt/DeuBa(Release 6.5.5FP1 HF147|August 29, 2006) at 21/12/2006 08:19:27, Serialize complete at 21/12/2006 08:19:27 Content-Type: multipart/alternative; boundary="=_alternative 002DB8D08025724B_=" X-Virus-Checked: Checked by ClamAV on apache.org This is a multipart message in MIME format. --=_alternative 002DB8D08025724B_= Content-Type: text/plain; charset="US-ASCII" Thanks Trent i will give this a go. On the seond co did you not mean to checkout the apr-util/trunk ? or do i need to checkout apr twice ? "Trent Nelson" 12/21/2006 07:51 AM Please respond to dev@httpd.apache.org To cc Subject RE: Apache BUG: 36495 : ajp_proxy_connect_backend failure > Here's how I build trunk: > > $ mkdir -p apr/apr > $ mkdir apr/apr-util > $ mkdir -p httpd/trunk > > $ cd apr/apr > $ svn co http://svn.apache.org/repos/asf/apr/apr/trunk > $ cd ../apr-util > $ svn co http://svn.apache.org/repos/asf/apr/apr/trunk > $ cd ../../httpd > $ svn co http://svn.apache.org/repos/asf/httpd/httpd/trunk > I'll be happy to push the above into a page under httpd.apache.org/ > dev as "here's how to build HEAD for testing" if folks think it > useful. Or I may put it on my blog. I find that svn externals can provide a useful alternative to the approach you've mentioned: F:\scm\svn\svn.onresolve.com\contrib\trunk\httpd\trunk>svn pl -v Properties on '.': svn:externals : src http://svn.apache.org/repos/asf/httpd/httpd/trunk src/srclib/apr http://svn.apache.org/repos/asf/apr/apr/trunk src/srclib/apr-iconv http://svn.apache.org/repos/asf/apr/apr-iconv/trunk src/srclib/apr-util http://svn.apache.org/repos/asf/apr/apr-util/trunk src/srclib/zlib https://svn.onresolve.com/contrib/tags/zlib-1.2.3.1 src/srclib/openssl https://svn.onresolve.com/contrib/tags/openssl-0.9.8d.1 src/modules/contrib/mod_auth_sspi https://svn.onresolve.com/contrib/tags/httpd-mod_auth_sspi-1.0.4-2.2.2.1 /src Tell you what would be nice: svn.apache.org/repos/asf/httpd/httpd/views/ trunk/ 2.0.x/ Where each 'view' is simply an empty directory with the relevant svn externals set for building that particular branch. That way, all you'd need to do to get a buildable trunk is: svn co http://svn.apache.org/repos/asf/httpd/views/trunk Trent. --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. --=_alternative 002DB8D08025724B_= Content-Type: text/html; charset="US-ASCII"
Thanks Trent i will give this a go.

On the seond co did you not mean to checkout the apr-util/trunk ? or do i need to checkout apr twice ?



"Trent Nelson" <tnelson@onresolve.com>

12/21/2006 07:51 AM
Please respond to
dev@httpd.apache.org

To
<dev@httpd.apache.org>
cc
Subject
RE: Apache BUG: 36495  : ajp_proxy_connect_backend failure





> Here's how I build trunk:
>
> $ mkdir -p apr/apr
> $ mkdir apr/apr-util
> $ mkdir -p httpd/trunk
>
> $ cd apr/apr
> $ svn co http://svn.apache.org/repos/asf/apr/apr/trunk
> $ cd ../apr-util
> $ svn co http://svn.apache.org/repos/asf/apr/apr/trunk
> $ cd ../../httpd
> $ svn co http://svn.apache.org/repos/asf/httpd/httpd/trunk

> I'll be happy to push the above into a page under httpd.apache.org/
> dev as "here's how to build HEAD for testing" if folks think it
> useful. Or I may put it on my blog.

I find that svn externals can provide a useful alternative to the
approach you've mentioned:

F:\scm\svn\svn.onresolve.com\contrib\trunk\httpd\trunk>svn pl -v
Properties on '.':
 svn:externals :
src  http://svn.apache.org/repos/asf/httpd/httpd/trunk
src/srclib/apr  http://svn.apache.org/repos/asf/apr/apr/trunk
src/srclib/apr-iconv
http://svn.apache.org/repos/asf/apr/apr-iconv/trunk
src/srclib/apr-util  http://svn.apache.org/repos/asf/apr/apr-util/trunk
src/srclib/zlib  https://svn.onresolve.com/contrib/tags/zlib-1.2.3.1
src/srclib/openssl
https://svn.onresolve.com/contrib/tags/openssl-0.9.8d.1
src/modules/contrib/mod_auth_sspi
https://svn.onresolve.com/contrib/tags/httpd-mod_auth_sspi-1.0.4-2.2.2.1
/src

Tell you what would be nice:
                svn.apache.org/repos/asf/httpd/httpd/views/
                                 trunk/
                                 2.0.x/

Where each 'view' is simply an empty directory with the relevant svn
externals set for building that particular branch.  That way, all you'd
need to do to get a buildable trunk is:

svn co http://svn.apache.org/repos/asf/httpd/views/trunk


                Trent.



---

This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.
--=_alternative 002DB8D08025724B_=--