trevorr / vss2git

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

check for gitpath before starting to read revision list from vss #27

Closed eaglez closed 8 years ago

trevorr commented 8 years ago

This is a useful change to make, but the code is not suitable as-is and needs refactoring. I don't like the unconditional return from a while loop (should be an if statement) and the fact that there's a redundant check in GitExporter.

trevorr commented 8 years ago

I'm closing this for now, but it can be reopened with an updated patch.