You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2012/11/07 12:41:10 UTC

svn commit: r1406575 - /subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c

Author: stsp
Date: Wed Nov  7 11:41:09 2012
New Revision: 1406575

URL: http://svn.apache.org/viewvc?rev=1406575&view=rev
Log:
* subversion/libsvn_wc/wc_db_update_move.c
  (tc_editor_alter_file): Rename original_repos_relpath to
   move_dst_repos_relpath for cosmetic reasons.

Modified:
    subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c

Modified: subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c?rev=1406575&r1=1406574&r2=1406575&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c Wed Nov  7 11:41:09 2012
@@ -133,13 +133,13 @@ tc_editor_alter_file(void *baton,
 {
   struct tc_editor_baton *b = baton;
   const svn_checksum_t *move_dst_checksum;
-  const char *original_repos_relpath;
+  const char *move_dst_repos_relpath;
   svn_revnum_t move_dst_revision;
   svn_kind_t kind;
 
   /* Get kind, revision, and checksum of the moved-here node. */
   SVN_ERR(svn_wc__db_depth_get_info(NULL, &kind, &move_dst_revision,
-                                    &original_repos_relpath, NULL, NULL, NULL,
+                                    &move_dst_repos_relpath, NULL, NULL, NULL,
                                     NULL, NULL, &move_dst_checksum, NULL,
                                     NULL, b->wcroot, dst_relpath,
                                     relpath_depth(b->move_root_dst_relpath),
@@ -198,7 +198,7 @@ tc_editor_alter_file(void *baton,
             {
               original_version = svn_wc_conflict_version_dup(b->old_version,
                                                              scratch_pool);
-              original_version->path_in_repos = original_repos_relpath;
+              original_version->path_in_repos = move_dst_repos_relpath;
               original_version->node_kind = svn_node_file;
               SVN_ERR(svn_wc__conflict_skel_set_op_update(conflict_skel,
                                                           original_version,