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

Re: [PATCH] Issue #692: Handle "svn log" with empty repos

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-07-04 07:03:29 CEST

I'm not sure how I feel about changing the behavior of "svn log -r
5:0". Also, I think (though I'm not sure) that your candidate patch
might produce slightly different behavior for new servers vs. old
servers when a new client is used, since the old server wouldn't filter
out rev 0.

What might conceivably make sense is to ask for HEAD:0 when no revs are
specified, and then filter out the rev 0 log before passing it to the
caller in that case. A tiny bit of wasted data in the common case, but
no wasted round trip.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jul 4 07:04:10 2004

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.