From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii Subject: Re: Switching from CVS to GIT Date: Mon, 15 Oct 2007 02:08:03 -0400 Message-ID: References: <20071014221446.GC2776@steel.home> <023101c80eb5$e3b6b310$2e08a8c0@CAM.ARTIMI.COM> <20071015000347.GA13033@old.davidb.org> Reply-To: Eli Zaretskii Cc: raa.lkml@gmail.com, make-w32@gnu.org, Johannes.Schindelin@gmx.de, ae@op5.se, git@vger.kernel.org To: David Brown X-From: make-w32-bounces+gnu-make-w32=m.gmane.org@gnu.org Mon Oct 15 08:08:18 2007 Return-path: Envelope-to: gnu-make-w32@m.gmane.org Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IhJ7h-0005nU-LA for gnu-make-w32@m.gmane.org; Mon, 15 Oct 2007 08:08:17 +0200 Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhJ7b-00020K-09 for gnu-make-w32@m.gmane.org; Mon, 15 Oct 2007 02:08:11 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IhJ7W-000205-D2 for make-w32@gnu.org; Mon, 15 Oct 2007 02:08:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IhJ7V-0001zt-2W for make-w32@gnu.org; Mon, 15 Oct 2007 02:08:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhJ7U-0001zq-Rt for make-w32@gnu.org; Mon, 15 Oct 2007 02:08:04 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IhJ7U-0002bB-If for make-w32@gnu.org; Mon, 15 Oct 2007 02:08:04 -0400 Received: from eliz by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IhJ7T-0008AC-8b; Mon, 15 Oct 2007 02:08:03 -0400 In-reply-to: <20071015000347.GA13033@old.davidb.org> (message from David Brown on Sun, 14 Oct 2007 17:03:47 -0700) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: make-w32@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of Windows-specific issues with GNU make List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: make-w32-bounces+gnu-make-w32=m.gmane.org@gnu.org Errors-To: make-w32-bounces+gnu-make-w32=m.gmane.org@gnu.org Archived-At: > Date: Sun, 14 Oct 2007 17:03:47 -0700 > From: David Brown > Cc: 'Andreas Ericsson' , 'Alex Riesen' , > 'git list' , > 'Johannes Schindelin' , > 'Make Windows' > > The MS exec* calls just concatenate all of the argv arguments, separating > them with a space into a single buffer. True. > If you know what the library on the other end is doing to re-parse the > arguments back into separate strings, it might be possible to quote things > enough to handle names with spaces, but it is hard. It's not hard, it's just a bit of work. And it needs to be done exactly once.