Daniel Shahaf wrote:
>> -  SVN_ERR(svn_ra_svn_write_cmd(conn, pool, "get-locks", "c", path));
>> +  /* Figure out the repository abspath from PATH. */
>> +  abs_path = svn_path_url_add_component2(sess->url, path, pool);
>> +  SVN_ERR(svn_ra_get_path_relative_to_root(session, &abs_path,
>> +                                           abs_path, pool));
> 
> I think this change means that, in build.conf, libsvn_ra should have
> been added as a dependency to [libsvn_ra_svn].  (This patch added it only
> to [svnserve].)
> 
> Unless objections, I'll make this change (while also committing the
> ra_svn protocol bits noted on IRC and in the issue).

Fine with me.  (The change I made was sufficient to fix the problem I was
seeing in my build.)

-- 
C. Michael Pilato <cmpil...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to