'\'Fish\' (David B. Trout)' david.b.trout@gmail.com [hercules-390]
2018-06-23 20:35:56 UTC
EXECUTIVE SUMMARY
-----------------
- Help needed!
- Backup repository owner/administrator
- FYI: Repository Hard Resets
DETAIL
------
Help Needed!
I accept that perhaps some of you are not interested but would like to think there are others who are honestly interested. Because the SDL Hyperion repository is owned by me and I have no development team in place, I am currently the only one making any changes to Hercules and quite frankly it is more than one person can handle. I could use some help!
If there is anyone out there who is interested in helping me make changes to my SDL Fish-Git/Hyperion version of Hercules 4.0 (https://github.com/Fish-Git/hyperion), I would really appreciate if you would make the effort to help me out. There are many issues still needing resolving which I currently don't have time to work on right now. At the moment my full attention is on CCKD64 development (issue #20: https://github.com/Fish-Git/hyperion/issues/20). All other issues as a result are not currently being worked on (since there's only so much of me to go around; I'm not superman!). It would be REAL NICE if one or more of you would try their hand at trying to resolve one or more of any many open issues that are still outstanding. The ones I'm most interested in are those I have marked "HELP REQUESTED":
https://github.com/Fish-Git/hyperion/labels/HELP%20REQUESTED
All of the other issues I could also use help with as well, but I'm hoping to eventually get around to working on them myself so they're not currently marked as help requested. BUT... if you want to work on one of them instead, feel free! *ANY* type of help would be appreciated at this point!
https://github.com/Fish-Git/hyperion/issues
Backup repository owner
I'm also not getting any younger either (none of us are) and would prefer to have a backup repository owner ready to take over should I happen to unexpectedly drop dead. Please contact me if you're interested, providing the reason(s) why you feel you would be a good candidate. Thanks!
Repository Hard Resets
I don't know if maybe this has anything to do with others not helping or not because I honestly never gave it much thought as to the potential repercussions that might result when I did it, BUT... I have done several "Hard Resets" of my repository since it was first created in order to merge in the commits made to a completely different repository on Bit Bucket (https://bitbucket.org) where I do most of my development.
I hack away on my Bit Bucket repository, doing periodic commits as I go, being careful to propagate any changes (commits) that I might make to my primary GitHub repository at the same time to my Bit Bucket repository as well (and vice-versa (minus my primary development effort commits of course)).
As a result, all changes (commits) made to my primary GitHub repository (https://github.com/Fish-Git/hyperion) are also committed to my Bit Bucket repository (via git create patch serial and git apply patch serial). Then, at some point, when I'm ready to "release" my Bit Bucket changes, I do a hard reset of my GitHub repository to the point where my development effort on Bit Bucket began, and then apply all of the subsequent commits I made to Bit Bucket repository to my GitHub repository, bringing the two back into sequence with one another. I do this because as my development on Bit Bucket proceeds (and periodic commits made), the commit history between the two repositories diverge from one another, making it impossible to simply "cherry pick" the relevant changes (commits) made to Bit Bucket and apply them to my GitHub repository. That doesn't work because the two commit histories are completely different from one another. Thus the "Hard Reset" + create/apply patch serial approach.
As a result of the periodic hard resets done to my GitHub repository, it occurs to me that perhaps this is causing difficulties (screwing up) some of you who are working with clones of my GitHub repository that you cloned at some point in time *prior* to when I did the hard resets (thereby perhaps making it impossible for you to submit a patch or merge request to whatever changes you *may* have been working on). If this is true, I apologize. I'm not sure how else I could do things.
If this problem has happened to you, about the only thing I can suggest is to do another clone of my repository as it is right now, than then apply your working tree changes to THAT clone.
CONCLUSION
----------
1. HELP! :)
2. SORRY! :(
Thanks for listening.
-----------------
- Help needed!
- Backup repository owner/administrator
- FYI: Repository Hard Resets
DETAIL
------
Help Needed!
I accept that perhaps some of you are not interested but would like to think there are others who are honestly interested. Because the SDL Hyperion repository is owned by me and I have no development team in place, I am currently the only one making any changes to Hercules and quite frankly it is more than one person can handle. I could use some help!
If there is anyone out there who is interested in helping me make changes to my SDL Fish-Git/Hyperion version of Hercules 4.0 (https://github.com/Fish-Git/hyperion), I would really appreciate if you would make the effort to help me out. There are many issues still needing resolving which I currently don't have time to work on right now. At the moment my full attention is on CCKD64 development (issue #20: https://github.com/Fish-Git/hyperion/issues/20). All other issues as a result are not currently being worked on (since there's only so much of me to go around; I'm not superman!). It would be REAL NICE if one or more of you would try their hand at trying to resolve one or more of any many open issues that are still outstanding. The ones I'm most interested in are those I have marked "HELP REQUESTED":
https://github.com/Fish-Git/hyperion/labels/HELP%20REQUESTED
All of the other issues I could also use help with as well, but I'm hoping to eventually get around to working on them myself so they're not currently marked as help requested. BUT... if you want to work on one of them instead, feel free! *ANY* type of help would be appreciated at this point!
https://github.com/Fish-Git/hyperion/issues
Backup repository owner
I'm also not getting any younger either (none of us are) and would prefer to have a backup repository owner ready to take over should I happen to unexpectedly drop dead. Please contact me if you're interested, providing the reason(s) why you feel you would be a good candidate. Thanks!
Repository Hard Resets
I don't know if maybe this has anything to do with others not helping or not because I honestly never gave it much thought as to the potential repercussions that might result when I did it, BUT... I have done several "Hard Resets" of my repository since it was first created in order to merge in the commits made to a completely different repository on Bit Bucket (https://bitbucket.org) where I do most of my development.
I hack away on my Bit Bucket repository, doing periodic commits as I go, being careful to propagate any changes (commits) that I might make to my primary GitHub repository at the same time to my Bit Bucket repository as well (and vice-versa (minus my primary development effort commits of course)).
As a result, all changes (commits) made to my primary GitHub repository (https://github.com/Fish-Git/hyperion) are also committed to my Bit Bucket repository (via git create patch serial and git apply patch serial). Then, at some point, when I'm ready to "release" my Bit Bucket changes, I do a hard reset of my GitHub repository to the point where my development effort on Bit Bucket began, and then apply all of the subsequent commits I made to Bit Bucket repository to my GitHub repository, bringing the two back into sequence with one another. I do this because as my development on Bit Bucket proceeds (and periodic commits made), the commit history between the two repositories diverge from one another, making it impossible to simply "cherry pick" the relevant changes (commits) made to Bit Bucket and apply them to my GitHub repository. That doesn't work because the two commit histories are completely different from one another. Thus the "Hard Reset" + create/apply patch serial approach.
As a result of the periodic hard resets done to my GitHub repository, it occurs to me that perhaps this is causing difficulties (screwing up) some of you who are working with clones of my GitHub repository that you cloned at some point in time *prior* to when I did the hard resets (thereby perhaps making it impossible for you to submit a patch or merge request to whatever changes you *may* have been working on). If this is true, I apologize. I'm not sure how else I could do things.
If this problem has happened to you, about the only thing I can suggest is to do another clone of my repository as it is right now, than then apply your working tree changes to THAT clone.
CONCLUSION
----------
1. HELP! :)
2. SORRY! :(
Thanks for listening.
--
"Fish" (David B. Trout)
Software Development Laboratories
http://www.softdevlabs.com
mail: ***@softdevlabs.com
"Fish" (David B. Trout)
Software Development Laboratories
http://www.softdevlabs.com
mail: ***@softdevlabs.com