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

Re: svn commit: rev 721 - trunk/subversion/include trunk/subversion/libsvn_wc trunk/subversion/libsvn_client trunk/subversion/bindings/java/jni trunk/subversion/bindings/ruby trunk/subversion/clients/cmdline

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-01-04 01:33:07 CET

On Sat, Dec 29, 2001 at 09:33:39PM -0600, kfogel@tigris.org wrote:
>...
> Modified:
> trunk/subversion/bindings/java/jni/clientimpl_status.c
> trunk/subversion/bindings/ruby/client.c
>...
> Log:
> Make "svn status -u" always show the repository revision, even when
> there are neither local nor repository modifications.

The log message does not refer to the changes in the bindings/ directory.

>...
> +++ NEW/trunk/subversion/bindings/java/jni/clientimpl_status.c Sat Dec 29 21:33:39 2001
>...
> - error = svn_client_status(&statushash, target_stringbuf,
> + error = svn_client_status(&statushash, fooo youngest, target_stringbuf,
>...
> +++ NEW/trunk/subversion/bindings/ruby/client.c Sat Dec 29 21:33:39 2001
>...
> - err = svn_client_status (&statushash, path, auth_baton,
> + err = svn_client_status (&statushash, fooo youngest, path, auth_baton,

And the log message certainly doesn't state that you introduced syntax
errors into the code. (presumably so the maintainers will see the change and
go in there and fix it)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:54 2006

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.