You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by kf...@collab.net on 2005/06/24 17:20:14 UTC

Re: svn commit: r15161 - trunk/subversion/svnversion

cmpilato@tigris.org writes:
> Modified:
>    trunk/subversion/svnversion/main.c
> 
> Log:
> Make svnversion ignore working copies associated with externals
> definitions.  Bug reported by Andreas Schultz
> <an...@gmail.com>.
> 
> * subversion/svnversion/main.c
>   (main): Pass TRUE for the 'ignore_externals' parameter to
>     svn_client_status2().

Sheesh -- I coulda done that, instead of asking the guy to file an
issue.  Thanks, Mike.  I need to try quick-fix code dives more
often... :-)

-Karl

> --- trunk/subversion/svnversion/main.c	(original)
> +++ trunk/subversion/svnversion/main.c	Fri Jun 24 12:10:58 2005
> @@ -331,7 +331,7 @@
>    ctx.cancel_baton = &sb;
>  
>    err = svn_client_status2 (NULL, wc_path, &rev, analyze_status, 
> -                            &sb, TRUE, TRUE, FALSE, FALSE, FALSE, &ctx, pool);
> +                            &sb, TRUE, TRUE, FALSE, FALSE, TRUE, &ctx, pool);
>    if (err && (err->apr_err == SVN_ERR_CANCELLED))
>      svn_error_clear (err);
>    else

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org