Skip to content

Commit a84ea29

Browse files
Vampiretnyblom
authored andcommitted
Correctly clean out replaced paths when --empty-dirs is used and the path_from is not empty
1 parent 59a0387 commit a84ea29

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/svn.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -923,8 +923,6 @@ int SvnRevision::exportInternal(const char *key, const svn_fs_path_change2_t *ch
923923
if (CommandLineParser::instance()->contains("empty-dirs") && ignoreSet == false) {
924924
if (addGitIgnore(pool, key, path, fs_root, txn) == EXIT_SUCCESS) {
925925
return EXIT_SUCCESS;
926-
} else {
927-
ignoreSet = true;
928926
}
929927
}
930928

0 commit comments

Comments
 (0)