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

svn commit: r1417681 - /subversion/branches/in-repo-authz/BRANCH-README

Author: breser
Date: Wed Dec  5 22:48:13 2012
New Revision: 1417681

URL: http://svn.apache.org/viewvc?rev=1417681&view=rev
Log:
On the in-repo-authz branch: Update the BRANCH-README.

* BRANCH-README
  (schemas): The call to svn_uri_get_dirent_from_file_url() already catches
    these errors with a reasonably specific error message.
  (svnauthz-validate): Work completed.

Modified:
    subversion/branches/in-repo-authz/BRANCH-README

Modified: subversion/branches/in-repo-authz/BRANCH-README
URL: http://svn.apache.org/viewvc/subversion/branches/in-repo-authz/BRANCH-README?rev=1417681&r1=1417680&r2=1417681&view=diff
==============================================================================
--- subversion/branches/in-repo-authz/BRANCH-README (original)
+++ subversion/branches/in-repo-authz/BRANCH-README Wed Dec  5 22:48:13 2012
@@ -14,10 +14,8 @@ TODO
     styles of authz paths.  So we'd need 8 different Location's to be setup,
     which seems absurd to me.  One alternative is to migrate to always using
     something akin to davautocheck.
-* schemas - non file URL schemas should error.
 * errors - DAV error messages kinda suck since it guesses what it thinks is
     the best error message at current.  When it should display the whole chain.
-* svnauthz-validate - Needs to be adjusted accordingly.
 * refactor svn_repos_authz_read* functions to share a common implementation. 
 * documentation - as in the user level docs.