From owner-cvs-src@FreeBSD.ORG Mon Aug 4 15:10:22 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27B721065682 for ; Mon, 4 Aug 2008 15:10:22 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id C37D88FC1F for ; Mon, 4 Aug 2008 15:10:21 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-7-225.bredband.comhem.se ([83.253.7.225]:64748 helo=falcon.midgard.homeip.net) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1KQ1Sv-0002Mh-3p for cvs-src@FreeBSD.org; Mon, 04 Aug 2008 16:55:17 +0200 Received: (qmail 1759 invoked from network); 4 Aug 2008 16:55:13 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 4 Aug 2008 16:55:13 +0200 Received: (qmail 2034 invoked by uid 1001); 4 Aug 2008 16:55:13 +0200 Date: Mon, 4 Aug 2008 16:55:13 +0200 From: Erik Trulsson To: Colin Percival Message-ID: <20080804145513.GA1993@owl.midgard.homeip.net> References: <200808040656.m746u26m094276@repoman.freebsd.org> <20080804135931.GA1132@zim.MIT.EDU> <48970CDD.6090705@freebsd.org> <48970E3E.2030005@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48970E3E.2030005@freebsd.org> User-Agent: Mutt/1.5.18 (2008-05-17) X-Originating-IP: 83.253.7.225 X-Scan-Result: No virus found in message 1KQ1Sv-0002Mh-3p. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1KQ1Sv-0002Mh-3p 1e71b209747293e46485d59f94e3e204 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio vfwprintf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2008 15:10:22 -0000 On Mon, Aug 04, 2008 at 07:12:14AM -0700, Colin Percival wrote: > Colin Percival wrote: > > David Schultz wrote: > >> I think you mean swprintf() here. > > > > Oops. I typoed -- I actually meant wprintf, but I guess my fingers > > "corrected" what I was typing since I never use the wide printf > > functions but use sprintf quite commonly. :-) > > I would do a forced commit to clarify this in the commit logs, but I can't > see how to do forced commits with SVN -- am I missing something? No, I don't think you are missing anything. SVN does not support forced commits. There ways in which one can modify a commit message in retroactively in subversion, but with FreeBSD's setup (with mirrors, and CVS exports, etc.) this apparently does not work too well. There was a discussion about this about a month ago on this list which went into more detail. (The thread started with the message found at: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=889438+0+archive/2008/cvs-all/20080706.cvs-all ) -- Erik Trulsson ertr1013@student.uu.se