-
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
git was told to move a file, but the file already exists #22
Comments
This is fixed by this PR on the rustyx fork. |
But rusty doesn't pull his fork to trevorr |
wqweto, your fix is bad. This is a result of reckless commit combination done by vss2git. It should not combining commits if the last commit removes or overwrite a file changed by the previous commit |
You are right, of course. This was a quick fix to get something working. The root cause of the issue seems to be that vss2git does not handle folder renames (VSS calls these "projects") very well. |
Still going through the repository and found another issue, where a file is attempted to be moved, but it already exists. Here is part of the log:
I removed the destination file manually with git and continued on. I think that is the correct course of action.
Maxx
The text was updated successfully, but these errors were encountered: