From 844c7a90bcdba1c029ea35ce56d4b7ebdc68eb98 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 26 Dec 2007 11:42:30 -0200 Subject: [PATCH] Don't recurse into a directory if it's a perfect branch --- src/svn.cpp | 1 + 1 file changed, 1 insertion(+) 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; } } } -- 2.45.0