]> andersk Git - svn-all-fast-export.git/blobdiff - src/repository.h
remove the source branch in the rules
[svn-all-fast-export.git] / src / repository.h
index 60c2aedda1815e3ee7ee73698cf7c78e5b4b8ba8..2cee3f25cded7d9462c7c7b8538c1ac525f16e67 100644 (file)
@@ -62,12 +62,14 @@ public:
     Repository(const Rules::Repository &rule);
     ~Repository();
 
+    void reloadBranches();
+    void createBranch(const QString &branch, int revnum,
+                      const QString &branchFrom, int revFrom);
     Transaction *newTransaction(const QString &branch, const QString &svnprefix, int revnum);
 
 private:
     struct Branch
     {
-        QString branchFrom;
         bool isCreated;
     };
 
@@ -75,6 +77,8 @@ private:
     QString name;
     QProcess fastImport;
 
+    void startFastImport();
+
     Q_DISABLE_COPY(Repository)
 };
 
This page took 0.042471 seconds and 4 git commands to generate.