SIP
Latest version does not work for me. - Printable Version

+- SIP (https://nosack.com/sipforum)
+-- Forum: SIP (Sustainable Irrigation Platform) (https://nosack.com/sipforum/forumdisplay.php?fid=1)
+--- Forum: Report a problem (https://nosack.com/sipforum/forumdisplay.php?fid=9)
+--- Thread: Latest version does not work for me. (/showthread.php?tid=246)

Pages: 1 2


RE: Latest version does not work for me. - dan - 2021 Jun 16

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