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/05 19:10:06 UTC

svn commit: r1179323 - /subversion/trunk/subversion/libsvn_client/ra.c

Author: julianfoad
Date: Wed Oct  5 17:10:06 2011
New Revision: 1179323

URL: http://svn.apache.org/viewvc?rev=1179323&view=rev
Log:
* subversion/libsvn_client/ra.c
  (svn_client__repos_locations): Clarify a 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=1179323&r1=1179322&r2=1179323&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/ra.c (original)
+++ subversion/trunk/subversion/libsvn_client/ra.c Wed Oct  5 17:10:06 2011
@@ -655,9 +655,9 @@ svn_client__repos_locations(const char *
       end = &unspecified_rev;
     }
 
-  /* Check to see if this is schedule add with history working copy
-     path.  If it is, then we need to use the URL and peg revision of
-     the copyfrom information. */
+  /* Determine LOCAL_ABSPATH_OR_URL, URL, and possibly PEG_REVNUM.
+     If we are looking at the working version of a WC path that is scheduled
+     as a copy, then we need to use the copy-from URL and peg revision. */
   if (! svn_path_is_url(path))
     {
       SVN_ERR(svn_dirent_get_absolute(&local_abspath_or_url, path, subpool));