-
Notifications
You must be signed in to change notification settings - Fork 51
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
Have completed 1.5 bring up would like to contribute #20
Comments
Cool! That's weird that it doesn't show as a fork...? Did you start it independently or did you start it as a fork? I wonder fi there's a way to retroactively link them? I haven't been payinig much attention to upstream.. is 1.5 the latest? |
1.5 is the latest, they are up to r1960 in svn. Date is December of 2022. How I did it was really a mess. I pulled only the new commits via git-svn into a repo, set up your repo as remote, pull, branch off your repo at r1897, cherry-pick the new commits from orocube, cherry-pick your commits, and that's where we are. I'm pretty functional at git, but have zero experience using git as a source control bridge to a corrupted svn repo. If you can share how you got around the svn corruption issue (actual commands, I have spent too long on this), or if you pulled the new commits (r1898-1960) and made a new branch, I could fork that through github and bring my stuff over to that. It's really unfortunate how orocube dumped the community when they shut down the forum. I used to post fixes, etc there. Have you heard of much interest? I have been considering starting a discord for floreant. |
It's been so long I'm trying to remember how I got around the svn corruption. I feel maybe I pulled up to the bad commits, then skipped them, then made my own commit with the same changes, committed that, then continued to pull the rest of the way? Or maybe I somehow got them to jam in there-- it was so long ago I can't remember, but I do recall that ultimately I was able to get everything in and then continue along once the corrupted commits were addressed. In other words, the git repo should be "good"/uncorrupted. If you look around where the corruption occurred you can see how it was fixed or at least what the state of those commits are now. I can't remember which ones they were. Since then I've added my own stuff on top to fix various security and build issues that came along, plus added the readme, etc. I'm thinking on how to get the best of all worlds-- maybe it would look something like this:
Does this make sense? I may not have all the commands exactly right, but I'm probably semi-close. ft |
I forked your repo, added in the 1.5 commits, and added some of my own patches (more coming). However, github isn't showing mine as a fork of yours, and I can't send a PR. If you are interested, do you have any ideas of how I can sync these up? Thanks!
https://github.com/clearchris/floreantpos
The text was updated successfully, but these errors were encountered: