pombreda / vss2git

Automatically exported from code.google.com/p/vss2git
Apache License 2.0
1 stars 0 forks source link

Log file is locked if the conversion fails on VSS open #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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:

GoogleCodeExporter commented 9 years ago
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