You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2015/12/07 14:52:57 UTC

svn commit: r1718356 - /subversion/branches/ra-git/subversion/libsvn_ra_git/session.c

Author: rhuijben
Date: Mon Dec  7 13:52:57 2015
New Revision: 1718356

URL: http://svn.apache.org/viewvc?rev=1718356&view=rev
Log:
On the ra-git branch: Following up on r1718343, remove now duplicated
repos_relpath calculation.

* subversion/libsvn_ra_git/session.c
  (ra_git_reporter_link_path): Remove call to svn_ra_get_path_relative_to_root.

Modified:
    subversion/branches/ra-git/subversion/libsvn_ra_git/session.c

Modified: subversion/branches/ra-git/subversion/libsvn_ra_git/session.c
URL: http://svn.apache.org/viewvc/subversion/branches/ra-git/subversion/libsvn_ra_git/session.c?rev=1718356&r1=1718355&r2=1718356&view=diff
==============================================================================
--- subversion/branches/ra-git/subversion/libsvn_ra_git/session.c (original)
+++ subversion/branches/ra-git/subversion/libsvn_ra_git/session.c Mon Dec  7 13:52:57 2015
@@ -110,9 +110,6 @@ ra_git_reporter_link_path(void *report_b
                                  _("'%s' isn't a child of repository root "
                                    "URL '%s'"),
                                  url, sess->repos_root_url);
-      SVN_ERR(svn_ra_get_path_relative_to_root(grb->session,
-                                               &repos_relpath,
-                                               url, pool));
       url = svn_path_url_add_component2(sess->local_repos_root_url,
                                         repos_relpath, pool);
     }