-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown revision action: 20 and empty folders #39
Comments
You can use VssDump to see if you can figure out what action 20 is. Vss2Git is based on reverse engineering the VSS repository format, since it has never been documented by Microsoft. As you can see here, actions 18, 20-22, and 24 do not have a known meaning. I wonder if the folders are empty because that action is doing something significant or because the exception caused the processing of the current file to be aborted. It's probably the latter, so a simple fix could be ignoring unknown actions (ideally with a warning logged). Of course, it's hard to know how valid the conversion will be with actions ignored. Since no one else has reported this error, I'd be curious to know what version of VSS created that action in your repository. Perhaps it was really new or really old? |
the VSS version is SourceSafe version v6.0c |
I am having the same issue. Also on SourceSafe v6.0, VSS2GIT 1.0.11.0 on Windows 10. |
…at have already been replaced by a new one with the same logical name' Signed-off-by: Július Adam <adam@elcom.sk>
Any news on this topic? I am running into the same problem! |
I ended up adding more to the exception so I could see what was going on.
|
Hi,
I cloned this repo and tried to migrate an VSS repo into git, but I got the following error when I click Go
The program keeps running, but when it finishes most of the folders are empty.
I'm using version 1.11 on windows 10. I also tried with version 1.10 but no luck either
Thanks in advance,
Carlos
The text was updated successfully, but these errors were encountered: