You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2014/03/23 23:56:42 UTC

svn commit: r1580652 - in /subversion/branches/1.8.x-r1580626: ./ subversion/libsvn_wc/wc_db.c

Author: rhuijben
Date: Sun Mar 23 22:56:41 2014
New Revision: 1580652

URL: http://svn.apache.org/r1580652
Log:
Merge r1580650 from trunk.

Modified:
    subversion/branches/1.8.x-r1580626/   (props changed)
    subversion/branches/1.8.x-r1580626/subversion/libsvn_wc/wc_db.c

Propchange: subversion/branches/1.8.x-r1580626/
------------------------------------------------------------------------------
  Merged /subversion/trunk:r1580650

Modified: subversion/branches/1.8.x-r1580626/subversion/libsvn_wc/wc_db.c
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x-r1580626/subversion/libsvn_wc/wc_db.c?rev=1580652&r1=1580651&r2=1580652&view=diff
==============================================================================
--- subversion/branches/1.8.x-r1580626/subversion/libsvn_wc/wc_db.c (original)
+++ subversion/branches/1.8.x-r1580626/subversion/libsvn_wc/wc_db.c Sun Mar 23 22:56:41 2014
@@ -4179,7 +4179,7 @@ get_info_for_copy(apr_int64_t *copyfrom_
   if (status)
     *status = node_status;
 
-  if (src_wcroot != dst_wcroot && copyfrom_relpath)
+  if (src_wcroot != dst_wcroot && *copyfrom_relpath)
     {
       const char *repos_root_url;
       const char *repos_uuid;