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

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

From: <kfogel_at_collab.net>
Date: 2005-06-24 19:20:14 CEST

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

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.