There is what looks to be a patch file in this post here. I've tried copying that text into a changes.patch
file, clone
ing the repo, cd
ing into the cloned repo, and then doing a git apply --check ../changes.patch
, but I just get:
error: patch failed: plugins/c9.vfs.standalone/standalone.js:110
error: plugins/c9.vfs.standalone/standalone.js: patch does not apply
Is the text in the above post actually suitable as a .patch
file? Any other way I can apply it (without resorting to the manual method... which wouldn't be too arduous in this case, but I'd like to know how to do it properly).