You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2011/02/23 21:44:25 UTC

svn propchange: r1073870 - svn:log

Author: hwright
Revision: 1073870
Modified property: svn:log

Modified: svn:log at Wed Feb 23 20:44:25 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Feb 23 20:44:25 2011
@@ -1,9 +1,6 @@
-Reduce the scope of a helper function.
+Remove the implicit path (grabbed from the PDH) in favor of a WCROOT and
+an explicit path when computing the rel path.
 
 * subversion/libsvn_wc/wc_db_pdh.c
-  (svn_wc__db_pdh_compute_relpath): Rename from this...
-  (compute_relpath): ...to this.
-  (svn_wc__db_pdh_parse_local_abspath): Update caller.
-
-* subversion/libsvn_wc/wc_db_private.h
-  (svn_wc__db_pdh_compute_relpath): Remove.
+  (compute_relpath): Take WCROOT/abspath args.
+  (svn_wc__db_pdh_parse_local_abspath): Update callers.