~svn/ubuntu/precise/subversion/ppa

« back to all changes in this revision

Viewing changes to subversion/libsvn_client/deprecated.c

  • Committer: Max Bowsher
  • Date: 2012-10-19 08:46:04 UTC
  • mfrom: (91.1.2 quantal)
  • Revision ID: _@maxb.eu-20121019084604-pwlutfduo1s1anw0
Tags: 1.7.7-0svn1~precise+svn1
MergeĀ 1.7.7-0svn1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1551
1551
{
1552
1552
  if (svn_path_is_url(target))
1553
1553
    {
1554
 
      struct capture_baton_t cb = { commit_info_p, pool };
 
1554
      struct capture_baton_t cb;
 
1555
      cb.info = commit_info_p;
 
1556
      cb.pool = pool;
1555
1557
 
1556
1558
      SVN_ERR(svn_client_propset_remote(propname, propval, target, skip_checks,
1557
1559
                                        base_revision_for_url, revprop_table,
1864
1866
                   svn_client_ctx_t *ctx,
1865
1867
                   apr_pool_t *pool)
1866
1868
{
1867
 
  struct status4_wrapper_baton swb = { ctx->wc_ctx, status_func,
1868
 
                                       status_baton };
 
1869
  struct status4_wrapper_baton swb;
 
1870
  swb.wc_ctx = ctx->wc_ctx;
 
1871
  swb.old_func = status_func;
 
1872
  swb.old_baton = status_baton;
1869
1873
 
1870
1874
  return svn_client_status5(result_rev, ctx, path, revision, depth, get_all,
1871
1875
                            update, no_ignore, ignore_externals, TRUE,