You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2010/08/02 11:14:44 UTC

svn commit: r981426 - /subversion/trunk/subversion/include/svn_dirent_uri.h

Author: dannas
Date: Mon Aug  2 09:14:44 2010
New Revision: 981426

URL: http://svn.apache.org/viewvc?rev=981426&view=rev
Log:
* subversion/include/svn_dirent_uri.h
  (svn_dirent_is_under_root): Add todo about 'full_path' not beeing 
    canonicalized when joining 'base_path' with "".

Modified:
    subversion/trunk/subversion/include/svn_dirent_uri.h

Modified: subversion/trunk/subversion/include/svn_dirent_uri.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_dirent_uri.h?rev=981426&r1=981425&r2=981426&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_dirent_uri.h (original)
+++ subversion/trunk/subversion/include/svn_dirent_uri.h Mon Aug  2 09:14:44 2010
@@ -773,6 +773,9 @@ svn_uri_condense_targets(const char **pc
  * Note: Use of this function is strongly encouraged. Do not roll your own.
  * (http://cve.mitre.org/cgi-bin/cvename.cgi?name=2007-3846)
  *
+ * ### @todo If path is "", then full_path will have a trailing '/' and thus
+ * not be canonicalized.
+ *
  * @since New in 1.7.
  */
 svn_boolean_t