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

Re: svn commit: r957094 - in /subversion/trunk: ./ subversion/include/ subversion/libsvn_client/ subversion/libsvn_fs*/ subversion/libsvn_ra*/ ...

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Wed, 23 Jun 2010 15:43:45 -0400

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 <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on 2010-06-23 21:44:26 CEST

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.