Author: julianfoad
Date: Wed Dec 1 13:37:50 2010
New Revision: 1041006
URL: http://svn.apache.org/viewvc?rev=1041006&view=rev
Log:
* subversion/include/svn_client.h
(svn_client_args_to_target_array): Update doc string to say how relative
URLs are processed and clarify that URLs are canonicalized.
Modified:
subversion/trunk/subversion/include/svn_client.h
Modified: subversion/trunk/subversion/include/svn_client.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_client.h?rev=1041006&r1=1041005&r2=1041006&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Wed Dec 1 13:37:50 2010
@@ -1000,8 +1000,11 @@ svn_client_create_context(svn_client_ctx
* converting them to UTF-8, followed by targets from @a known_targets
* (which might come from, for example, the "--targets" command line option).
*
- * On each URL target, do some IRI-to-URI encoding and some auto-escaping.
- * On each local path, canonicalize case and path separators.
+ * Process each target in one of the following ways. For a repository-
+ * relative URL: resolve to a full URL, contacting the repository if
+ * necessary to do so, and then treat as a full URL. For a URL: do some
+ * IRI-to-URI encoding and some auto-escaping, and canonicalize. For a
+ * local path: canonicalize case and path separators.
*
* Allocate @a *targets_p and its elements in @a pool.
*