-
Notifications
You must be signed in to change notification settings - Fork 15
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
Two subsequent git-push to a dataverse dataset in filetree mode break it #143
Comments
Just FTR when addressing this: IIRC this may depend on whether the previous push was "published" in between. |
In my case it was two subsequent git-push calls was nothing inbetween. |
Looking into this to figure out when and how exactly to replace instead. |
I don't think calling a replace method is the (only) fix to be made. This is happening also when nothing is changed at all. Nothing should be done in this case, not replacing X with X. I think it is worth looking into improving the file identify records. Related: #146 |
Yes, I am aware. Also: We can't even replace w/o keeping track of file identifiers. (database id or persistent id, guess the latter) |
Just noting an observation on this: a
|
It will not replace the exported files, but rather add renamed copies -- which breaks the special remote logic
The text was updated successfully, but these errors were encountered: