From owner-freebsd-cvsweb@FreeBSD.ORG Thu Apr 1 12:12:38 2004 Return-Path: Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECE0616A4CE for ; Thu, 1 Apr 2004 12:12:38 -0800 (PST) Received: from smtp-out5.xs4all.nl (smtp-out5.xs4all.nl [194.109.24.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1311443D39 for ; Thu, 1 Apr 2004 12:12:38 -0800 (PST) (envelope-from paulg.xlbspam@xs4all.nl) Received: from ptok (ptok.xs4all.nl [80.127.53.227]) by smtp-out5.xs4all.nl (8.12.10/8.12.10) with SMTP id i31KCZk2046102; Thu, 1 Apr 2004 22:12:35 +0200 (CEST) Message-ID: <002e01c41825$ac9e0430$0b00000a@rubens55> From: "Paul Gelderblom (ptok)" To: "Nigel Scott" , References: <409FC328-822B-11D8-900B-000393D6F91C@zaonce.com> Date: Thu, 1 Apr 2004 22:12:35 +0200 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_002B_01C41836.6FBD6400" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: cvsweb and binary files: cvs search tool X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Apr 2004 20:12:39 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_002B_01C41836.6FBD6400 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Okay, here we go: Attached find my Cvs Search tool. Copyleft I suppose, as long as due credits are given on use. For now, I just include the sources with this mail as a tarball. (does that work on a mailing list?) At some point, I will try to find a more permanent home for it. It integrates with cvsweb (both ways: from cvsweb you can link to the search functionality, allowing searches starting in a certain directory, and from the search you get linked to the file in cvsweb) It also does: - content searches in RCS files or the latest revision (look for 'readme.*' files containing 'Known Bug') - regexes or just strings for the content match; - filename selection using wildcards patterns (*.cpp) or regexes - case sensitivity or not for both match types - selection based on edit status (watch on/off ; edited files) - selection based on file type (-kb -> binary ) and combinations of the above. However: - Due to the nature of it (blunt filesytem search) , it is a resource eater. Maintainers on public repositories may not want it installed! - I did not include taint checking (have only friendly users :-). That may even be complex, due to the user-specified regexes. Paul Gelderblom ----- Original Message ----- From: "Nigel Scott" To: Sent: Tuesday, March 30, 2004 11:18 Subject: cvsweb and binary files > Hi > > I was looking for a cvsweb search function when I came across your > posting here: > > http://lists.freebsd.org/pipermail/freebsd-cvsweb/2003-June/000051.html > > I would be interested in a copy if it is available. > > Thanks, > Nige. > > _______________________________________________ > freebsd-cvsweb@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-cvsweb > To unsubscribe, send any mail to "freebsd-cvsweb-unsubscribe@freebsd.org" ------=_NextPart_000_002B_01C41836.6FBD6400--