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 2013/07/26 13:39:58 UTC

svn commit: r1507267 - /subversion/branches/fsfs-format7/subversion/libsvn_fs_x/low_level.c

Author: stefan2
Date: Fri Jul 26 11:39:58 2013
New Revision: 1507267

URL: http://svn.apache.org/r1507267
Log:
On the fsfs-format7 branch:  Fix one of the svnadmin test cases.

* subversion/libsvn_fs_x/low_level.c
  (svn_fs_x__unparse_representation): produce the exact same textual
                                      noderev representation as FSFS

Modified:
    subversion/branches/fsfs-format7/subversion/libsvn_fs_x/low_level.c

Modified: subversion/branches/fsfs-format7/subversion/libsvn_fs_x/low_level.c
URL: http://svn.apache.org/viewvc/subversion/branches/fsfs-format7/subversion/libsvn_fs_x/low_level.c?rev=1507267&r1=1507266&r2=1507267&view=diff
==============================================================================
--- subversion/branches/fsfs-format7/subversion/libsvn_fs_x/low_level.c (original)
+++ subversion/branches/fsfs-format7/subversion/libsvn_fs_x/low_level.c Fri Jul 26 11:39:58 2013
@@ -539,7 +539,7 @@ svn_fs_x__unparse_representation(represe
   svn__ui64tobase36(buffer, rep->uniquifier.number);
   return svn_stringbuf_createf
           (pool, "%ld %" APR_OFF_T_FMT " %" SVN_FILESIZE_T_FMT
-           " %" SVN_FILESIZE_T_FMT " %s %s %s/%s",
+           " %" SVN_FILESIZE_T_FMT " %s %s %s/_%s",
            rep->revision, rep->item_index, rep->size,
            rep->expanded_size,
            format_digest(rep->md5_digest, svn_checksum_md5, FALSE, pool),