RSX branch dissapeared? - Printable Version +- RPCS3 Forums (https://forums.rpcs3.net) +-- Forum: Support & Issues (https://forums.rpcs3.net/forumdisplay.php?fid=17) +--- Forum: Support (https://forums.rpcs3.net/forumdisplay.php?fid=18) +--- Thread: RSX branch dissapeared? (/showthread.php?tid=168518) Pages:
1
2
|
RE: RSX branch dissapeared? - Ekaseo - 04-12-2015 (04-12-2015, 01:59 PM)Hykem Wrote: It should be fixed now. I had to add the "rsx" branch again and merge all changes at once. Hi, the emucore fails to build for some reasons, I will add a log in a bit RE: RSX branch dissapeared? - syphurith - 04-13-2015 @Hykem I've seen the original RPCS3/rsx deleted by accident. Code and project has <<<< inside. I have an easier way for you to restore it totally, and this needs @raven02 's help. Today i got a bad IP and can not come to see you on IRC, so long things short. raven02/rsx was forked from RPCS3/rsx you can use this branch. Find the commit where rsx branch was created from raven02's repo. Delete current RPCS3/rsx branch again, and create branch RPCS3/rsx with same start point. You can head to coverity_scan and find this commit aafd5c0 and create it here, as on raven02/rsx. Then let raven02 start a new pull, try to merge his raven02/rsx to main RPCS3/rsx. Merge those greedly. Reason for git: When a commit is just after another parent, it could be merged. If a branch has the same branch start point (commit) it could be regarded as the same branch. So this trick should work. RE: RSX branch dissapeared? - jacky400 - 04-13-2015 DH will clean it up the merge conflict then i will send out pull request again for the vertex data fix .Hopefully this time github works well and not making this branch disappeared. [raven02] |