Hi folks, On Tue, 2008-02-12 at 21:57 +0900, Ryusuke Konishi wrote: > On Thu, 2008-02-07 at 11:09 +0100, Gergely Gábor wrote: > > Possibly if you set up a git/hg/other repo, life'd be more convinient. > > they made my life simpler even in my small school projects. > > Sorry for inconvenience. > We also have a plan to make a git (or other kind of) repository > after it gets settled. So please wait a little longer.
We have launched git repositories for the NILFS project. The following two repositories are available at present. * nilfs2 user module repository http://git.nilfs.org/nilfs2-module.git * nilfs2 tool repository http://git.nilfs.org/nilfs2-utils.git These repositories are browsable by gitweb, http://www.nilfs.org/git/ We're also preparing a kernel repository to make patches for applying nilfs2 to the kernel sources. You can get source code of the latest nilfs2 module as follows, $ git clone http://git.nilfs.org/nilfs2-module.git Similarly, the repository for the nilfs2 userland tools can be cloned as below, $ git clone http://git.nilfs.org/nilfs2-utils.git These repositories are updated through git-pull command. For more detail on git, please refer to the following sites. * http://www.kernel.org/pub/software/scm/git/docs/user-manual.html * http://git.or.cz/ Since these repositories don't include any intermediate files, you have to make some preparations before running a configure script in nilfs2-utils: $ cd nilfs2-utils $ aclocal $ autoheader $ libtoolize -c $ automake -a -c $ autoconf Thank you, -- Ryusuke Konishi NILFS team NTT http://www.nilfs.org/ _______________________________________________ users mailing list [email protected] https://www.nilfs.org/mailman/listinfo/users
