aboutsummaryrefslogtreecommitdiffstats
path: root/src/svn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svn.cpp')
-rw-r--r--src/svn.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/svn.cpp b/src/svn.cpp
index d97a0e5..9407396 100644
--- a/src/svn.cpp
+++ b/src/svn.cpp
@@ -551,6 +551,7 @@ int SvnRevision::exportInternal(const char *key, const svn_fs_path_change_t *cha
}
repo->createBranch(branch, revnum, prevbranch, rev_from);
+ return EXIT_SUCCESS;
}
}
}