rlktradewright/vss2git

Log file is locked if the conversion fails on VSS open

Opened this issue · 2 comments

What steps will reproduce the problem:
1. Open with VSS the SourceSafe database you want to convert with Vss2Git 
2. Start the conversion 
3. Conversion will fail as the VSS database is open
4. It is no more possible to start the conversion as the Vss2Git log file is 
locked

Workaround:
1. Close Vss2Git application
2. Close VSS
3. Restart Vss2Git
4. Restart the conversion

What version of the product are you using? 1.0.10

On what operating system? Windows XP SP3

Please provide any additional information below.


Original issue reported on code.google.com by jacques....@besi.com on 20 Jul 2012 at 6:02

Indeed.
Adding a few calls to logger.Dispose() along the control path of 
goButton_Click(...) solves this. See attached MainForm.cs.

Original comment by p.b.o...@gmail.com on 25 Oct 2012 at 5:51

Attachments:

I've forked a patched Version on : https://github.com/jogibear9988/vss2git

Original comment by jochen.k...@googlemail.com on 9 Aug 2013 at 10:20