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

svn_wc__db_base_get_info() vs. svn_wc__db_read_info() ?

From: Neels J Hofmeyr <neels_at_elego.de>
Date: Wed, 27 Jan 2010 01:20:23 +0100

How does

      err = svn_wc__db_base_get_info(&status, NULL,
                                     &revision,
                                     &repos_relpath,
                                     &repos_root_url,
                                     NULL, NULL, NULL, NULL, NULL, NULL,
                                     NULL, NULL, NULL, NULL,
                                     eb->db,
                                     local_abspath,
                                     result_pool,
                                     scratch_pool);

differ from

  SVN_ERR(svn_wc__db_read_info(&status, NULL,
                               &revision,
                               &repos_relpath,
                               &repos_root_url,
                               NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
                               NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
                               NULL, NULL, NULL,
                               eb->db, local_abspath,
                               result_pool, scratch_pool));

?

Thanks,
~Neels

Received on 2010-01-27 01:21:09 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.