Page MenuHomeFreeBSD

git-arc: Globally save and restore the git checkout head
ClosedPublic

Authored by markj on Feb 12 2021, 9:56 PM.
Tags
None
Referenced Files
F83652556: D28631.diff
Mon, May 13, 3:28 AM
Unknown Object (File)
Sun, May 5, 3:19 PM
Unknown Object (File)
Fri, Apr 19, 1:34 AM
Unknown Object (File)
Thu, Apr 18, 4:02 PM
Unknown Object (File)
Feb 12 2024, 9:48 PM
Unknown Object (File)
Dec 31 2023, 7:37 AM
Unknown Object (File)
Dec 22 2023, 10:35 PM
Unknown Object (File)
Dec 14 2023, 8:44 PM
Subscribers

Details

Summary

This script uses -e, so it's prone to exiting in awkward places. In
particular, if arc diff fails, the script just exits without restoring
the checkout.

Mitigate this for now by using a global variable to record the previous
checkout and use a trap handler to restore it in the face of errors. A
better solution might be to use arc diff's --head parameter but that
will require more testing.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 36945
Build 33834: arc lint + arc unit