Author: philip
Date: Tue Jul  5 18:13:06 2011
New Revision: 1143156

URL: http://svn.apache.org/viewvc?rev=1143156&view=rev
Log:
* subversion/libsvn_client/ra.c (get_wc_prop): Tweak comment.

Modified:
    subversion/trunk/subversion/libsvn_client/ra.c

Modified: subversion/trunk/subversion/libsvn_client/ra.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/ra.c?rev=1143156&r1=1143155&r2=1143156&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/ra.c (original)
+++ subversion/trunk/subversion/libsvn_client/ra.c Tue Jul  5 18:13:06 2011
@@ -112,8 +112,10 @@ get_wc_prop(void *baton,
             }
         }
 
-      /* ### Why are commits only allowed to query relpaths in the
-             commit_items list?  It's been like that since 1.0. */
+      /* Commits can only query relpaths in the commit_items list
+         since the commit driver traverses paths as they are, or will
+         be, in the repository.  Non-commits query relpaths in the
+         working copy. */
       if (! local_abspath)
         return SVN_NO_ERROR;
     }


Reply via email to