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
> <andreas.schultz@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
Received on Fri Jun 24 20:09:01 2005