6 ms·
One of the ideas behind Pijul is that implicit vs explicit diffs does make an important difference sometimes: https://pijul.org/manual/why_pijul.html https://pi
by hooper 3y ago
One of the ideas behind Pijul is that implicit vs explicit diffs does make an important difference sometimes: https://pijul.org/manual/why_pijul.html https://pijul.org/manual/why_pijul.html
- IlliOnato 3y agoI am very interested in Pijul, but the development seems to be slow. Has it reached the point where it can be used in production? (Serious question)
- hooper 3y agoI get the feeling that depends on who you ask at this point, but there has apparently been some recent development of the hosting platform (https://nest.pijul.com/ https://nest.pijul.com/). I don't know if it can have as good of a Git interoperability story as, say, jj.
- IlliOnato 3y agoI am not interested that much in interoperability with Git. But I am afraid of data corruption, crashes, etc. Also, Pijul used to have severe performance problems in some situations. I would call it ready for production if it is stable and performant.
- eru 3y agoGit interoperability can help with that: if you have an on-disk data format that's either compatible with git, or can easily be converted to git, you can keep your backups in git format, and work from them with git if something goes wrong.