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

"svn log --xml" does not honour "--quiet"

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2003-10-28 16:42:45 CET

Is this behaviour intentional? Given that "svn log --xml" honours "--verbose", and I can't see any reason why it should not honour "--quiet". It is illogical.

/* Baton for log_message_receiver(). */
struct log_receiver_baton
{
...
  /* Don't print log message body nor line count. This is ignored for
     xml output. */
  svn_boolean_t quiet;
...
};

I will make "--quiet" omit the log message element if there are no valid objections.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 28 16:41:49 2003

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.