From owner-freebsd-current@FreeBSD.ORG Fri Aug 14 07:44:02 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 447CA106568F for ; Fri, 14 Aug 2009 07:44:02 +0000 (UTC) (envelope-from emikulic@gmail.com) Received: from ipmail02.adl6.internode.on.net (ipmail02.adl6.internode.on.net [203.16.214.140]) by mx1.freebsd.org (Postfix) with ESMTP id BCBFB8FC3D for ; Fri, 14 Aug 2009 07:44:01 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAL+xhEqWZZrw/2dsb2JhbADAa5JLhBkF X-IronPort-AV: E=Sophos;i="4.43,379,1246804200"; d="scan'208";a="19934290" Received: from ppp154-240.static.internode.on.net ([150.101.154.240]) by ipmail02.adl6.internode.on.net with ESMTP; 14 Aug 2009 17:13:59 +0930 Received: by ppp154-240.static.internode.on.net (Poo-fix, from userid 1001) id 50F4C5C45; Fri, 14 Aug 2009 17:43:58 +1000 (EST) Date: Fri, 14 Aug 2009 17:43:58 +1000 From: Emil Mikulic To: Nenhum_de_Nos Message-ID: <20090814074358.GA24969@dmr.ath.cx> References: <521743b0e93ba19c3e9d0226f5de1660.squirrel@10.1.1.10> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <521743b0e93ba19c3e9d0226f5de1660.squirrel@10.1.1.10> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-current@freebsd.org Subject: Re: Update - RELENG_8 open for business (but you probably noticed) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2009 07:44:02 -0000 On Thu, Aug 13, 2009 at 11:20:47PM -0300, Nenhum_de_Nos wrote: > this change from cvs to svn may solve one of my problem of not having > direct connection to the internet. where I work we have a proxy upstream, > and just http/https goes out. this svn rep can be used right away (same > codebase?) and does it have this feature ? how to use if so ? Try: http://svn.freebsd.org/base/ > I've seen some svn reps where svn co http://lalalalalala.caaaa/thecode > would work great. I've seen some corporate proxies where this didn't work because svn uses some of the more exotic WebDAV methods, not just plain HTTP GET. ;) --Emil