You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2011/10/06 11:18:28 UTC

svn commit: r1179545 - /subversion/trunk/subversion/libsvn_client/client.h

Author: julianfoad
Date: Thu Oct  6 09:18:27 2011
New Revision: 1179545

URL: http://svn.apache.org/viewvc?rev=1179545&view=rev
Log:
* subversion/libsvn_client/client.h
  (svn_client__repos_locations, svn_client__ra_session_from_path): Tweak doc
    strings.

Modified:
    subversion/trunk/subversion/libsvn_client/client.h

Modified: subversion/trunk/subversion/libsvn_client/client.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/client.h?rev=1179545&r1=1179544&r2=1179545&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/client.h (original)
+++ subversion/trunk/subversion/libsvn_client/client.h Thu Oct  6 09:18:27 2011
@@ -109,6 +109,9 @@ svn_error_t *svn_client__get_copy_source
    END_URL and END_REVISION are not touched by the function);
    START and REVISION may not.
 
+   If PATH is a WC path and REVISION is of kind svn_opt_revision_working,
+   then look at the PATH's copy-from URL instead of its base URL.
+
    RA_SESSION should be an open RA session pointing at the URL of PATH,
    or NULL, in which case this function will open its own temporary session.
 
@@ -191,7 +194,8 @@ svn_client__get_youngest_common_ancestor
    is not, then @c SVN_ERR_CLIENT_UNRELATED_RESOURCES is returned.
 
    BASE_DIR_ABSPATH is the working copy path the ra_session corresponds to,
-   should only be used if PATH_OR_URL is a url.
+   and should only be used if PATH_OR_URL is a url
+     ### else NULL? what's it for?
 
    If PEG_REVISION's kind is svn_opt_revision_unspecified, it is
    interpreted as "head" for a URL or "working" for a working-copy path.