aboutsummaryrefslogtreecommitdiffstats
path: root/src/svn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svn.cpp')
-rw-r--r--src/svn.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/svn.cpp b/src/svn.cpp
index c7835ff..cf4ce23 100644
--- a/src/svn.cpp
+++ b/src/svn.cpp
@@ -506,6 +506,10 @@ int SvnRevision::commit()
// now create the commit
if (fetchRevProps() != EXIT_SUCCESS)
return EXIT_FAILURE;
+ foreach (Repository *repo, repositories.values()) {
+ repo->commit();
+ }
+
foreach (Repository::Transaction *txn, transactions) {
txn->setAuthor(authorident);
txn->setDateTime(epoch);