From: Ryusuke Konishi <ryusuke-sG5X7nlA6pw@public.gmane.org>
To: NILFS Users mailing list <users-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org>
Subject: NILFS2 git repositories
Date: Tue, 19 Feb 2008 21:54:49 +0900 [thread overview]
Message-ID: <1203425689.3094.58.camel@localhost.localdomain> (raw)
In-Reply-To: <1202821077.9432.99.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
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/
next prev parent reply other threads:[~2008-02-19 12:54 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-16 21:25 Deadlocks! help, please! Gergely Gábor
2008-01-17 7:58 ` Ryusuke Konishi
[not found] ` <1200556717.3085.94.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2008-01-17 9:14 ` Ryusuke Konishi
[not found] ` <1200561294.3085.131.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2008-01-17 17:33 ` Gergely Gábor
2008-01-18 3:58 ` Ryusuke Konishi
[not found] ` <1200628693.2931.54.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2008-01-18 10:11 ` Ryusuke Konishi
[not found] ` <1200651072.2931.112.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2008-01-21 5:01 ` Ryusuke Konishi
[not found] ` <20080121.140129.01311807.ryusuke-sG5X7nlA6pw@public.gmane.org>
2008-01-21 23:00 ` Gergely Gábor
2008-01-22 3:02 ` Ryusuke Konishi
[not found] ` <1200970920.2844.59.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2008-02-05 9:28 ` Ryusuke Konishi
[not found] ` <20080205.182829.44149266.ryusuke-sG5X7nlA6pw@public.gmane.org>
2008-02-05 12:18 ` Gergely Gábor
2008-02-07 10:09 ` Gergely Gábor
2008-02-12 12:57 ` Ryusuke Konishi
[not found] ` <1202821077.9432.99.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2008-02-19 12:54 ` Ryusuke Konishi [this message]
2008-01-17 19:10 ` Gergely Gábor
2008-01-25 11:46 ` Other strange things Gergely Gábor
2008-01-29 7:53 ` Ryusuke Konishi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1203425689.3094.58.camel@localhost.localdomain \
--to=ryusuke-sg5x7nla6pw@public.gmane.org \
--cc=users-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.