You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2011/01/21 22:51:56 UTC

svn commit: r1062041 - /subversion/branches/uris-as-urls/BRANCH-README

Author: cmpilato
Date: Fri Jan 21 21:51:56 2011
New Revision: 1062041

URL: http://svn.apache.org/viewvc?rev=1062041&view=rev
Log:
On the 'uris-as-urls' branch:

* BRANCH-README
  Add another bit of TODO stuff, suggested by rhuijben.

Modified:
    subversion/branches/uris-as-urls/BRANCH-README

Modified: subversion/branches/uris-as-urls/BRANCH-README
URL: http://svn.apache.org/viewvc/subversion/branches/uris-as-urls/BRANCH-README?rev=1062041&r1=1062040&r2=1062041&view=diff
==============================================================================
--- subversion/branches/uris-as-urls/BRANCH-README (original)
+++ subversion/branches/uris-as-urls/BRANCH-README Fri Jan 21 21:51:56 2011
@@ -24,11 +24,8 @@ Here are the svn_uri_* functions which n
       Remove.  Maybe add svn_uri_join_relpath() (though
       svn_path_url_add_component2() should be sufficient)
    
-   svn_uri_split
-   svn_uri_basename
    svn_uri_dirname
    svn_uri_get_longest_ancestor
-   svn_uri_is_child
    svn_uri_is_ancestor
    svn_uri_skip_ancestor
    svn_uri_condense_targets
@@ -36,6 +33,13 @@ Here are the svn_uri_* functions which n
       Remove code that accepts non-URL URIs (asserting that input is
       valid).
 
+   svn_uri_split
+   svn_uri_basename
+   svn_uri_is_child
+
+      Remove code that accepts non-URL URIs (asserting that input is
+      valid).  URI-decode the returned relpaths .
+
    svn_uri_is_canonical
 
       Remove code that accepts non-URL URIs (asserting that input is