504
515
/* If this is a revision type that requires access to the working copy,
505
516
* we use our initial target path to figure out where to root the RA
506
517
* session, otherwise we use our URL. */
508
519
SVN_ERR(svn_path_condense_targets(&ra_target, NULL, targets, TRUE, pool));
512
523
SVN_ERR(svn_client__ra_session_from_path(&ra_session, &ignored_revnum,
513
524
&actual_url, ra_target, NULL,
517
528
SVN_ERR(svn_ra_has_capability(ra_session, &has_log_revprops,