Skip to content

Commit 87a645e

Browse files
Vampiretnyblom
authored andcommitted
Create annotated tags even when dealing with sub-paths
1 parent 93f0ff2 commit 87a645e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/svn.cpp

+7
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,13 @@ int SvnRevision::exportInternal(const char *key, const svn_fs_path_change2_t *ch
934934
recursiveDumpDir(txn, fs, fs_root, key, path, pool, revnum, rule, matchRules, ruledebug);
935935
}
936936

937+
if (rule.annotate) {
938+
// create an annotated tag
939+
fetchRevProps();
940+
repo->createAnnotatedTag(branch, svnprefix, revnum, authorident,
941+
epoch, log);
942+
}
943+
937944
return EXIT_SUCCESS;
938945
}
939946

0 commit comments

Comments
 (0)