On Sun, Sep 16, 2007 at 10:28:55PM +0200, Jim Meyering wrote: > Sylvain Beucler <[EMAIL PROTECTED]> wrote: > > On Sun, Sep 16, 2007 at 09:42:08PM +0200, Jim Meyering wrote: > >> FYI, you can use cvs pserver mode to check out gnulib like this: > >> > >> cvs -d :pserver:[EMAIL PROTECTED]:/gnulib.git co -d gnulib HEAD > > > > Can you add a bit of documentation about it? I tried enabling it for > > freedink, but it errored mentioned a SQLite database. > > This should work (from within the cvs vserver): > > ( export GIT_DIR=/srv/git/freedink.git > git-config gitcvs.pserver.enabled 1 > git-config gitcvs.ext.enabled 0 > git-config gitcvs.dbname '%G/gitcvs-db/sqlite' > d=$GIT_DIR/gitcvs-db > mkdir $d && chown nobody $d > ) > > Once you confirm that, I'll document it.
OK, looks like it works :) -- Sylvain
