You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by gs...@apache.org on 2012/05/10 09:25:12 UTC

svn commit: r1336505 - /subversion/trunk/subversion/libsvn_ra_serf/serf.c

Author: gstein
Date: Thu May 10 07:25:11 2012
New Revision: 1336505

URL: http://svn.apache.org/viewvc?rev=1336505&view=rev
Log:
Fix a bug introduced in r1336471: the PATH value was dropped.

* subversion/libsvn_ra_serf/serf.c:
  (fetch_path_props): fetch the props for PATH, not the session root

Modified:
    subversion/trunk/subversion/libsvn_ra_serf/serf.c

Modified: subversion/trunk/subversion/libsvn_ra_serf/serf.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf/serf.c?rev=1336505&r1=1336504&r2=1336505&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_serf/serf.c (original)
+++ subversion/trunk/subversion/libsvn_ra_serf/serf.c Thu May 10 07:25:11 2012
@@ -584,7 +584,7 @@ fetch_path_props(apr_hash_t **ret_props,
     {
       SVN_ERR(svn_ra_serf__get_stable_url(&path, NULL /* latest_revnum */,
                                           session, NULL /* conn */,
-                                          NULL /* url */, revision,
+                                          path, revision,
                                           pool, pool));
 
       /* We will try again with our new path; however, we're now