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

Re: The "follow copy history" initiative

From: Chia-Liang Kao <clkao_at_clkao.org>
Date: 2004-04-01 09:12:37 CEST

On Wed, Mar 31, 2004 at 10:06:38PM +0200, Shlomi Fish wrote:
> + while (history && (revision > past_revision))
> + {
> + SVN_ERR (svn_fs_history_prev (&new_history, history, TRUE, pool));
> + history = new_history;
> + if (history)
> + {
> + SVN_ERR (svn_fs_history_location (&path, &revision, history, pool));
> + }
> + }

You do want to use a subpool and claer it in the while loop here.

Cheers,
CLK

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 1 09:13:00 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.