From owner-freebsd-cvsweb@FreeBSD.ORG Thu Feb 5 14:54:42 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 9CE2016A4CE for ; Thu, 5 Feb 2004 14:54:42 -0800 (PST) Received: from smtp1.pp.htv.fi (smtp1.pp.htv.fi [212.90.64.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F7CA43D68 for ; Thu, 5 Feb 2004 14:54:40 -0800 (PST) (envelope-from scop@FreeBSD.org) Received: from posti.pp.htv.fi (posti.pp.htv.fi [212.90.64.50]) by smtp1.pp.htv.fi (Postfix) with ESMTP id 5F0D67FF28; Fri, 6 Feb 2004 00:54:39 +0200 (EET) Received: from [62.78.131.215] (cs78131215.pp.htv.fi [62.78.131.215]) /8.11.1) with ESMTP id i15MscB00794; Fri, 6 Feb 2004 00:54:38 +0200 (EET) From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: Gordon Henriksen In-Reply-To: <016901c3ec23$64e97da0$d454e8c7@domain.ma.iclub.com> References: <016901c3ec23$64e97da0$d454e8c7@domain.ma.iclub.com> Content-Type: text/plain Organization: FreeBSD Message-Id: <1076021678.22286.64.camel@bobcat.mine.nu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) Date: Fri, 06 Feb 2004 00:54:38 +0200 Content-Transfer-Encoding: 7bit cc: freebsd-cvsweb@FreeBSD.org Subject: Re: [PATCH] Minimal support for paths with spaces 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, 05 Feb 2004 22:54:42 -0000 On Thu, 2004-02-05 at 22:05, Gordon Henriksen wrote: > The attached patch allows me to use cvsweb.cgi to browse folders and > view/download files from my CVS repository which contain spaces in their > filenames. [...] You did not mention which version of CVSweb the patch was against (and the patch did not make it through to the list copy of the message I received, nor it is in the list archives). Anyway, basic use of files and dirs with spaces in their names is working fine here, using the latest FreeBSD-CVSweb beta, 2.9.2. Lots of work in proper path (and other general) escaping has been done in the 2.9.x betas. Make sure that your patch is against that version (or CVS HEAD), and if it is still applicable, please resubmit. More info: http://www.freebsd.org/projects/cvsweb.html