From owner-freebsd-current@FreeBSD.ORG Fri Apr 9 10:58:13 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51C1916A4CE; Fri, 9 Apr 2004 10:58:13 -0700 (PDT) Received: from herring.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5737C43D2F; Fri, 9 Apr 2004 10:58:12 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from herring.rabson.org (herring.rabson.org [10.0.0.2]) by herring.rabson.org (8.12.11/8.12.11) with ESMTP id i39Hvxe5008731; Fri, 9 Apr 2004 18:58:00 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Joe Halpin Date: Fri, 9 Apr 2004 18:57:59 +0100 User-Agent: KMail/1.6.1 References: <200404091207.10055.dfr@nlsystems.com> <4076DD03.6090408@comcast.net> In-Reply-To: <4076DD03.6090408@comcast.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404091857.59746.dfr@nlsystems.com> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on herring.rabson.org X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' cc: freebsd-current@freebsd.org cc: freebsd-stable@freebsd.org Subject: Re: Valgrind for FreeBSD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 09 Apr 2004 17:58:13 -0000 On Friday 09 April 2004 18:27, Joe Halpin wrote: > Doug Rabson wrote: > > As some of you might be aware, recently I've been working on > > porting the excellent valgrind debugger to FreeBSD (both -stable > > and -current). If you are interested in trying it out, you can find > > details on how to get the latest version at > > http://www.rabson.org/#valgrind. Enjoy... > > This page refers to > svn://svn.rabson.org/repos/valgrind/branches/stable but Mozilla > apparently doesn't know what svn means (nor do I), and can't retrieve > it. I tried changing it to http to no avail. > > The examples in the web page refer to something called svn, but I > don't seem to have that on my system or in the ports tree. > > Sorry if I'm being dense, but what is that, and how do I get to it? Sorry - I should have been clearer. Install the devel/subversion port and try the 'svn co svn:/....' command again.