From owner-freebsd-cvsweb@FreeBSD.ORG Mon Apr 11 17:51:15 2005 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 8C91C16A4CE for ; Mon, 11 Apr 2005 17:51:15 +0000 (GMT) Received: from smtp2.pp.htv.fi (smtp2.pp.htv.fi [213.243.153.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43D3243D3F for ; Mon, 11 Apr 2005 17:51:15 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from cs78130200.pp.htv.fi (cs78130200.pp.htv.fi [62.78.130.200]) by smtp2.pp.htv.fi (Postfix) with ESMTP id EEEC8296B98 for ; Mon, 11 Apr 2005 20:51:13 +0300 (EEST) From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: freebsd-cvsweb@freebsd.org In-Reply-To: <4251B6D8.4090907@alumni.rice.edu> References: <3bccd73d050401103575526b2c@mail.gmail.com> <4251B6D8.4090907@alumni.rice.edu> Content-Type: text/plain Organization: FreeBSD Date: Mon, 11 Apr 2005 20:51:13 +0300 Message-Id: <1113241873.22499.59.camel@bobcat.mine.nu> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-2) Content-Transfer-Encoding: 7bit Subject: Re: [BUG] unknown-left unknown-right on diff of identical revisions 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: Mon, 11 Apr 2005 17:51:15 -0000 On Mon, 2005-04-04 at 16:51 -0500, Jon Noack wrote: > Ville, if this patch looks good to you please commit it. I've committed a slightly modified version, making it even more paranoid against undefined revisions, and left the unknown-* markers in: http://www.freebsd.org/cgi/cvsweb.cgi/projects/cvsweb/cvsweb.cgi.diff?r1=1.291&r2=1.292&f=h Thanks, and sorry for the delay. From owner-freebsd-cvsweb@FreeBSD.ORG Wed Apr 13 02:31:37 2005 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 B6F9F16A4CE for ; Wed, 13 Apr 2005 02:31:37 +0000 (GMT) Received: from smtp817.mail.sc5.yahoo.com (smtp817.mail.sc5.yahoo.com [66.163.170.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 6DE0743D46 for ; Wed, 13 Apr 2005 02:31:37 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noacks@swbell.net@70.240.205.64 with login) by smtp817.mail.sc5.yahoo.com with SMTP; 13 Apr 2005 02:31:32 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id E05666204; Tue, 12 Apr 2005 21:31:31 -0500 (CDT) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08323-04; Tue, 12 Apr 2005 21:31:29 -0500 (CDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 3E42A612B; Tue, 12 Apr 2005 21:31:29 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by compgeek.noacks.org (8.13.3/8.13.3) with ESMTP id j3D2VSBq007443; Tue, 12 Apr 2005 21:31:28 -0500 (CDT) (envelope-from noackjr@alumni.rice.edu) Message-ID: <425C8480.9030008@alumni.rice.edu> Date: Tue, 12 Apr 2005 21:31:28 -0500 From: Jon Noack User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050406) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Klas Eriksson References: <4252F7FE.1050507@alumni.rice.edu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at noacks.org cc: freebsd-cvsweb@freebsd.org Subject: Re: [BUG] download link doesn't work if path has spaces. X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2005 02:31:37 -0000 On 04/11/05 08:04, Klas Eriksson wrote: > I'm not cvsweb-admin, so I don't have full direct access/knowledge of all > sw-lib details. I'll see if I can get more lib-version details. > > The problem occurrs when a directory contains spaces (not the > trailing plain filename). > I get > Error: Pre-sales/Project/Document+ledger/foo bar.doc: no such file or directory If you can get more information on the Perl module versions that would be great. I just recreated that exact path (both with the '+' and with a space instead of a '+') and all worked correctly. Regards, Jon