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 2013/01/19 23:34:34 UTC

svn commit: r1435743 - /subversion/trunk/subversion/libsvn_repos/reporter.c

Author: rhuijben
Date: Sat Jan 19 22:34:33 2013
New Revision: 1435743

URL: http://svn.apache.org/viewvc?rev=1435743&view=rev
Log:
* subversion/libsvn_repos/reporter.c
  (drive): Following up on r1163903 and r1365592 (the issue #4224 fix),
    remove a ### comment that has been handled.

Modified:
    subversion/trunk/subversion/libsvn_repos/reporter.c

Modified: subversion/trunk/subversion/libsvn_repos/reporter.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/reporter.c?rev=1435743&r1=1435742&r2=1435743&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/reporter.c (original)
+++ subversion/trunk/subversion/libsvn_repos/reporter.c Sat Jan 19 22:34:33 2013
@@ -1356,8 +1356,6 @@ drive(report_baton_t *b, svn_revnum_t s_
 
   /* Collect information about the source and target nodes. */
   s_fullpath = svn_fspath__join(b->fs_base, b->s_operand, pool);
-  /* ### Weird: When I have a file external defined as "^/A/a X/xa",
-   * ### S_FULLPATH becomes "/A/a/xa" here, which is complete nonsense. */
   SVN_ERR(get_source_root(b, &s_root, s_rev));
   SVN_ERR(fake_dirent(&s_entry, s_root, s_fullpath, pool));
   SVN_ERR(fake_dirent(&t_entry, b->t_root, b->t_path, pool));