trevorr / vss2git

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

Support for RestoreFile action #56

Closed jthiesen closed 4 years ago

jthiesen commented 4 years ago

One of our SourceSafe repositories had RestoreFile actions (24) that were not handled in the code. Realizing that RecoverFile and RecoverProject used pretty much the same code, I was able to get it to work in a similar way by treating RestoreFile similar to RestoreProject.

With this change our repository was migrated successfully and the RestoreFile commits looked healthy.

jthiesen commented 4 years ago

Documentation for action codes. This is where I found out the purpose of 24. http://www.teachsolaisgames.com/vssnotes.html