i have this patch of my old work from the end of the last year
it had the
what's this got to do with svn2git? :)
Sean said:
what's this got to do with svn2git? :smile:
wrong topic name
i couldnt work on these after that time because of exams and studies
now after the migration from svn to github
i wanted to transfer that work using this patch but seems like there had been changes to GCV
so what can i do with those changes
the patch is not fully applying because of the changes to GCV and as a consequence changes to png_read plugin file
the flattening part applied perfectly but the other changes arent applying
@Sumagna Das great question.
so should i work on the flattening part or is the problem with mime_types has been fixed?
I'm not remembering all the details of the changes that were made. I think they were exploratory, not necessarily decisions set in stone.
if we're not talking about a lot of code, it might be easier to review the changes manually and reapply what makes sense, test, and see if it's good to go.
really begs for an integration or unit test to make it clear what the implementation goal is.
so for now, can i just ignore it and work on the plugin as i flattened the types because of a problem with image mime types?
Sean said:
if we're not talking about a lot of code, it might be easier to review the changes manually and reapply what makes sense, test, and see if it's good to go.
really begs for an integration or unit test to make it clear what the implementation goal is.
it had a little bit of code as i had to change most of the parts which used mime_types
also if this is of any need, here is the patch > git_patch.patch
and from the patch, it seems like the last update i did was r78038
and this was the last update for me which didnt have any conflicts
Last updated: Jan 09 2025 at 00:46 UTC