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

Re: API: svn_client_log

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2003-10-16 23:40:47 CEST

Julian Foad <julianfoad@btopenworld.com> writes:

> I wanted to prevent svn from allowing "svn log" with multiple local
> targets, because that doesn't work properly and is not easy to fix.
> I realised that the interface to svn_client_log is very wooly.

I agree that the multiple-WC-path form of 'svn log' is broken. I
would not be opposed to disabling it until it works -- we don't want
people growing accustomed to brokenness, developing workarounds,
etc. -- *especially* since today's result of 'svn log path1 path2'
(should anyone actually like that behavior) is trivially obtainable by
concatenating the outputs of 'svn log path1' and 'svn log path2'.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 16 23:42:03 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.