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

Re: [PATCH] Re: test failure 1.6.14 (svnsync test 29 with bdb; copyfrom)

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 18 Nov 2010 06:34:30 +0200

Daniel Shahaf wrote on Thu, Nov 18, 2010 at 06:07:07 +0200:
> + SVN_ERR(svn_fs_node_history(&history, copyto_root, copyto_path, pool));
> + SVN_ERR(svn_fs_history_prev(&history_prev, history, TRUE /* cross copies */,
> + pool));
> + SVN_ERR(svn_fs_history_location(copyfrom_path_p, copyfrom_rev_p,
> + history_prev, pool));

Tests running (trunk plus the patch).

But perhaps I should have used this function instead:

1439 svn_error_t *
1440 svn_fs_copied_from(svn_revnum_t *rev_p,
1441 const char **path_p,
1442 svn_fs_root_t *root,
1443 const char *path,
1444 apr_pool_t *pool);
Received on 2010-11-18 05:37:42 CET

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.