Git repositories for NILFS development were moved to github. The new repositories are located on https://github.com/nilfs-dev/.
$ git clone git://github.com/nilfs-dev/nilfs-utils.gitStandalone kernel modules of NILFS2 are also available:
$ git clone git://github.com/nilfs-dev/nilfs2-kmod-centos6.git
$ git clone git://github.com/nilfs-dev/nilfs2-module.git
$ cd nilfs-utils $ aclocal $ autoheader $ libtoolize -c --force $ automake -a -c $ autoconf
This may require libtool, autoconf (-2.6 or later), and automake packages.
Then, you can build & install utils as usual:$ ./configure $ make $ sudo make installGood luck!