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

Re: Possible new feature

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-12-19 18:05:07 CET

On Sat, 2004-12-18 at 21:09, Branko ÄŒibej wrote:
> Greg Hudson wrote:
> >You "got shot down" partly because this is an incomplete proposal.
> >svn_repos_trace_node_locations could return multiple paths, but what
> >would be the behavior of "svn cat -r10000 url@9000" if it does so?
> >
> Sorry, I don't see the relevance here. The one is an API, the other is a
> decision about GUI behaviour.

svn_repos_trace_node_locations is a UI-directed subroutine. It exists
precisely to efficiently compute what "svn command -rX foo@Y" should
do. (If performance were not an issue, we could do the same thing with
ra_lib->do_log, and we do that against a 1.0 server.) So a complete
proposal as to changing its behavior includes the corresponding change
in UI behavior.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 19 18:06:43 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.