trevorr / vss2git

Migrate Visual SourceSafe repositories to Git
Apache License 2.0
153 stars 116 forks source link

New checkbox and feature for automatically exiting vss2git after succesfull export. #35

Closed gitmala closed 7 years ago

gitmala commented 7 years ago

For automation purposes it is nice that app can exit after finished export, so automated process can continue.

trevorr commented 7 years ago

If this is for scripting, wouldn't the option be more appropriate on the command line than in the (already crowded) UI? Also, I don't like the sleep(5000).

gitmala commented 7 years ago

Since there seems to be no command line options already, I put it in the GUI. sleep(5000) is simply to avoid any flushing problems in another thread. This can of course be done better, but my C# experience is limited.