diff -urN subversion-0.13.2.orig/subversion/libsvn_repos/dump.c subversion-0.13.2/subversion/libsvn_repos/dump.c --- subversion-0.13.2.orig/subversion/libsvn_repos/dump.c Sat Jul 13 18:44:13 2002 +++ subversion-0.13.2/subversion/libsvn_repos/dump.c Sat Jul 13 18:59:36 2002 @@ -341,6 +341,13 @@ return SVN_NO_ERROR; } + /* currently, the format dump does not permit to dump either the props + * or the text. We need to do both. */ + if (must_dump_props || must_dump_text) { + must_dump_props = TRUE ; + must_dump_text = TRUE ; + } + /* Start prepping content to dump... */ /* If the node either has no props, or we're not supposed to dump