I use mercurial to store passwords inside a repository. The problem is that mercurial cannot merge keepass databases. How can I handle this?
I run GNU/Linux by the way.
I use mercurial to store passwords inside a repository. The problem is that mercurial cannot merge keepass databases. How can I handle this?
I run GNU/Linux by the way.
Copyright © 2021 Jogjafile Inc.
You are not alone! I had this problem too.
First of all, you need to install KPScript. It's a little bit tedious process on GNU/Linux, which is described here: http://adunumdatum.org/kepass2-kpscript-installation-on-linux.html. To sum up this article:
KPScript.exe.KeePass.exelocation by viewing content of/usr/bin/keepass(for me it was/usr/lib/keepass/KeePass.exe).Copy
KPScript.exeto the same folder:After installing kpscript you can use it to sync your databases (see http://keepass.info/help/v2_dev/scr_sc_index.html for more details).
Finally you need to add those lines to the
.hgrc:Now you can merge your keepass databases. Congratulations!