-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
After killing the server thread during a subgit run and then restarting the subgit run, the subgit run fails with the following error. Is it possible to cancel subgit runs gracefully so that they can be restarted correctly?
2017-01-09T15:59:20.685 - Starting subgit import run
SubGit version 3.2.2 ('Bobique') build #3603
Continuing after an interrupted import.
Translating Subversion revisions to Git commits...
IMPORT FAILED
error: There're new Git commits, not present in SVN repository, can't import.
error: If you want continuous synchronization between SVN and Git repositories, use "subgit install" command instead.
```