Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Latest version does not work for me.
#11
You can roll SIP back to an earlier revision using git.
For example to roll back to version 4.0.72 use the command from the SIP folder:
Code:
git reset --hard 0cd41b2b

You can also view a list of past commits using:
Code:
git log
then you can go to any previous rev using the git reset command above and adding the first several characters of the commit signature.

Dan
<p><br></p>
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)