Skip to content

OS-agnostic lock file

Compare
Choose a tag to compare
@nilslice nilslice released this 14 May 06:24
d575f68

See issue: #10

Version 0.2.0 contains breaking changes, in that an existing proto.lock files will not work across unix- vs. windows-like file systems, as the code for version 0.1.0 or prior would write an OS-specific filepath to the lock file.

Old lock files should still work on the same OS they were created in combination with a pre-0.2.0 release of protolock. But, it is advised to download the latest version of protolock and run protolock commit, which will overwrite the lock file using OS-agnostic file paths (i.e. :/: instead of / or \),