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

Re: svn commit: r9592 - trunk/subversion/libsvn_client

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-05-03 18:00:38 CEST

On Mon, 2004-05-03 at 10:50, Josh Pieper wrote:

> I did do that research, and adding those two extra parameters was the
> only thing I could find that affected prev_log_path. The only big
> bugfix between November and now to log_message_receiver was in part
> helped by cmpilato, and seemed to be included in prev_log_path
> already.

Huh, ok. Maybe cmpilato and I were exaggerating our memory of the
bugfixes applied to blame. If you've audited them already, then that's
great.

As a next step, can you make 'svn ls -rN wcpath' and 'svn checkout -rN
wcpath' follow copy history? They should behave just like 'svn cat -rN
wcpath' (svn_client_cat is the current model):

  * if a wcpath is passed in, call svn_client__repos_locations.
  * if a URL is passed in, just use it directly.
  
It would be nice to see a couple new, simple regression tests too,
similar to basic_tests.py #25.

Once that's done, then I think we'll be ready to get to the Main Meat:
figuring out how to make svn_client_diff and svn_client_merge use the
new repos_location function. This will be a bit trickier, I'm guessing,
because we have to deal with some UI issues.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 3 18:04:44 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.