[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] issue #787: Wildcards not expanded in filename arguments on Windows.

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-06-23 01:22:06 CEST

Martin Hauner wrote:

> Hi,
>
> here is a small patch for #787, so the * wilcard works without cygwin.
>
> --------------------------------------------------------------------------
>
>
> Fix issue #787: Wildcards not expanded in filename arguments on Windows.
>
> * build/generator/gen_win.py
> (get_win_libs): added support of * wildcard expansion on Windows by
> adding setargv.obj as linker input for the svn command line client.

I disagree with this change. The problem is that globbing can't be
turned off now. On Unix, the shell does the globbing, and correct
quoting will turn it off.

We need a better solution that will be useful on both Unix and Windows.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 23 01:23:34 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.