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

Re: svn commit: r23156 - in branches/sparse-directories/subversion: include libsvn_client

From: Daniel Rall <dlr_at_collab.net>
Date: 2007-01-22 22:21:55 CET

In libsvn_client/diff.c:do_merge():

 2145 /* Drive the reporter; do the diff. */
 2146 SVN_ERR(reporter->set_path(report_baton, "", drr.rev1,
 2147 /* ### TODO: dynamic depth here */
 2148 svn_depth_infinity,
 2149 FALSE, NULL,
 2150 pool));

We have a DEPTH parameter passed in to do_merge(). Do we still not
want to pass it along to the reporter?

  • application/pgp-signature attachment: stored
Received on Mon Jan 22 22:22:14 2007

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.