]> andersk Git - svn-all-fast-export.git/commitdiff
Don't recurse into a directory if it's a perfect branch
authorThiago Macieira <thiago@cassini.local.lan>
Wed, 26 Dec 2007 13:42:30 +0000 (11:42 -0200)
committerThiago Macieira <thiago@cassini.local.lan>
Wed, 26 Dec 2007 13:42:30 +0000 (11:42 -0200)
src/svn.cpp

index d97a0e533b7a668d6722cec10f7eb84c16836106..940739637a51001982faa46bd25e722cfaa30390 100644 (file)
@@ -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;
             }
         }
     }
This page took 0.065385 seconds and 5 git commands to generate.