You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Becroft <dj...@gmail.com> on 2010/12/01 00:43:19 UTC

Re: 1.7.x bug - svn add no longer accepts wildcards?

 On Wed, Dec 1, 2010 at 1:25 AM, C. Michael Pilato <cm...@collab.net>wrote:

> On 11/30/2010 07:02 AM, Daniel Becroft wrote:
> > On Tue, Nov 30, 2010 at 7:18 PM, Branko Čibej <br...@xbc.nu> wrote:
> >> Not on windows, you have to link a magic library into your code to get
> >> that behaviour.
> >
> > Hmm ... that makes sense. My two separate EXEs were obtained from two
> > separate sources, so obviously the 1.6.x version links this 'magic
> library'.
> >
> > I don't suppose you can tell me which library, so I can see if that's
> > included in the 1.7.x build?
>
> setargv.obj  (see
> http://msdn.microsoft.com/en-us/library/8bch7bkk%28v=VS.80%29.aspx)
>

Thanks, I have confirmed that my build of 1.7.x is not linked against this
library. I've managed to work around the issue using the --targets option
instead.

Cheers,
Daniel B.