You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by kf...@apache.org on 2012/11/16 17:47:39 UTC

svn commit: r1410454 - /subversion/trunk/subversion/include/svn_wc.h

Author: kfogel
Date: Fri Nov 16 16:47:37 2012
New Revision: 1410454

URL: http://svn.apache.org/viewvc?rev=1410454&view=rev
Log:
* src/subversion/subversion/include/svn_wc.h
 (svn_wc_parse_externals_description3): Doc fix to clarify relative URLs.

Suggested by: neels
(Discussed at inappropriate length in IRC with neels, julianf, breser.)

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

Modified: subversion/trunk/subversion/include/svn_wc.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_wc.h?rev=1410454&r1=1410453&r2=1410454&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_wc.h (original)
+++ subversion/trunk/subversion/include/svn_wc.h Fri Nov 16 16:47:37 2012
@@ -899,8 +899,8 @@ svn_wc_external_item_dup(const svn_wc_ex
  * of those objects.  If the @a url member refers to an absolute URL,
  * it will be canonicalized as URL consistent with the way URLs are
  * canonicalized throughout the Subversion API.  If, however, the
- * @a url member makes use of the recognized (and proprietary)
- * relative URL syntax, "canonicalization" is a less easily-defined
+ * @a url member makes use of the recognized (SVN-specific) relative
+ * URL syntax for svn:externals, "canonicalization" is an ill-defined
  * concept which may even result in munging the relative URL syntax
  * beyond recognition.  You've been warned.
  *