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

Re: svn commit: r14643 - in trunk/subversion: include libsvn_client libsvn_ra_dav libsvn_repos libsvn_wc

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-05-09 23:03:10 CEST

Jani Averbach <jaa@jaa.iki.fi> writes:

> Ok, I just like to be (overly) cautious. One quick question: How deep
> is this recursion? One level?
>
> less -N subversion/libsvn_repos/dump.c
> 295 dump_node (struct edit_baton *eb,
> 296 const char *path,
> ...
> 378 /* recurse: print an additional add-with-history record. */
> 379 SVN_ERR (dump_node (eb, path, kind, svn_node_action_add,
> 380 is_copy, compare_path, compare_rev, pool));

It's passing svn_node_action_add so it won't recurse again.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 9 23:04:59 2005

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.