trevorr / vss2git

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

Need -f flag on add to convert repo with .lib files in it #29

Open marcus-sonestedt opened 8 years ago

marcus-sonestedt commented 8 years ago

These are ignored by Git, which complains if one tries to add them.

Adding -f to the three Add-methods in GitWrapper solved the problem for me.

Yay for open source! :)

teian commented 8 years ago

I had the same problem and also did this path but I completely forgot to push this upstream. I will do this today. After the path I successfully converrted a 1GB repo without problems.