[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Savannah-hackers-public] Re: cvspserver: moving, but firewall? is i
From: |
Jim Meyering |
Subject: |
Re: [Savannah-hackers-public] Re: cvspserver: moving, but firewall? is in the way |
Date: |
Sun, 16 Sep 2007 22:28:55 +0200 |
Sylvain Beucler <address@hidden> 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:address@hidden:/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.
- [Savannah-hackers-public] Re: cvspserver: moving, but firewall? is in the way, Sylvain Beucler, 2007/09/16
- [Savannah-hackers-public] Re: cvspserver: moving, but firewall? is in the way, Jim Meyering, 2007/09/16
- Re: [Savannah-hackers-public] Re: cvspserver: moving, but firewall? is in the way, Sylvain Beucler, 2007/09/16
- Re: [Savannah-hackers-public] Re: cvspserver: moving, but firewall? is in the way, Jim Meyering, 2007/09/16
- Re: [Savannah-hackers-public] Re: cvspserver: moving, but firewall? is in the way, Sylvain Beucler, 2007/09/16
- Re: [Savannah-hackers-public] Re: cvspserver: moving, but firewall? is in the way, Jim Meyering, 2007/09/17