On Mar 6, 2008, at 06:21, Greg Mildenhall wrote:
> In both trunk and 1.5.3, pysvn_client.cpp contains the
line:
>
> bool ignore_externals = args.getBoolean( name_recurse,
false );
>
> I suspect it should be:
>
> bool ignore_externals = args.getBoolean(
name_ignore_externals,
> false );
>
> Certainly update() is not behaving the way I expected
it to.
>
I suspect you are right
Committed as r924
Barry
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe pysvn.tigris.org
For additional commands, e-mail: dev-help pysvn.tigris.org
|