[Savannah-hackers-public] Re: reliable, incremental git->cvs ?

2006-11-29 Thread Jim Meyering
Sylvain Beucler <[EMAIL PROTECTED]> wrote: > On Wed, Nov 29, 2006 at 10:07:04PM +0100, Jim Meyering wrote: >> Sylvain Beucler <[EMAIL PROTECTED]> wrote: >> > Hi Jim, >> >> Howdy, >> >> > Did you repack the repository somehow? I found it repacked after the >> > import, and I don't remember doing so

[Savannah-hackers-public] Re: reliable, incremental git->cvs ?

2006-11-29 Thread Sylvain Beucler
On Wed, Nov 29, 2006 at 10:07:04PM +0100, Jim Meyering wrote: > Sylvain Beucler <[EMAIL PROTECTED]> wrote: > > Hi Jim, > > Howdy, > > > Did you repack the repository somehow? I found it repacked after the > > import, and I don't remember doing so :) > > No :) > I did this: > > git-push ssh+gi

[Savannah-hackers-public] Re: reliable, incremental git->cvs ?

2006-11-29 Thread Sylvain Beucler
Hi Jim, Did you repack the repository somehow? I found it repacked after the import, and I don't remember doing so :) -- Sylvain On Wed, Nov 29, 2006 at 12:56:08PM +0100, Jim Meyering wrote: > Sylvain Beucler <[EMAIL PROTECTED]> wrote: > > On Tue, Nov 28, 2006 at 11:32:55AM +0100, Jim Meyering

[Savannah-hackers-public] Re: reliable, incremental git->cvs ?

2006-11-29 Thread Jim Meyering
Sylvain Beucler <[EMAIL PROTECTED]> wrote: > Hi Jim, Howdy, > Did you repack the repository somehow? I found it repacked after the > import, and I don't remember doing so :) No :) I did this: git-push ssh+git://git.sv.gnu.org/srv/git/gnulib master:refs/heads/master

[Savannah-hackers-public] Re: reliable, incremental git->cvs ?

2006-11-29 Thread Jim Meyering
Sylvain Beucler <[EMAIL PROTECTED]> wrote: > On Tue, Nov 28, 2006 at 11:32:55AM +0100, Jim Meyering wrote: >> BTW, I've converted gnulib's (as of a day or two ago) CVS repo into a >> git repository (with proper "User Name <[EMAIL PROTECTED]>" labels), so if >> there's a way to put up a trial git re

[Savannah-hackers-public] Re: reliable, incremental git->cvs ?

2006-11-28 Thread Bob Proulx
Sylvain Beucler wrote: > I haven't setup an auto-packing commit hook so may need to have me do > that. I'm planning to add something like in post-update: > > export GIT_DIR=coreutils.git > git-count-objects > # If > 5120k > git repack > git prune A useful reference for update scripts is

[Savannah-hackers-public] Re: reliable, incremental git->cvs ?

2006-11-28 Thread Sylvain Beucler
On Tue, Nov 28, 2006 at 11:32:55AM +0100, Jim Meyering wrote: > Sylvain Beucler <[EMAIL PROTECTED]> wrote: > > On Mon, Nov 27, 2006 at 10:41:49PM +0100, Jim Meyering wrote: > >> Hi Sylvain, > >> > >> Do you know of a good way to sync a git repository to cvs? > >> Ideally, it'd happen upon each comm

[Savannah-hackers-public] Re: reliable, incremental git->cvs ?

2006-11-28 Thread Jim Meyering
Sylvain Beucler <[EMAIL PROTECTED]> wrote: > On Mon, Nov 27, 2006 at 10:41:49PM +0100, Jim Meyering wrote: >> Hi Sylvain, >> >> Do you know of a good way to sync a git repository to cvs? >> Ideally, it'd happen upon each commit or push, via a hook. >> >> Currently I'm manually invoking a tiny scrip

[Savannah-hackers-public] Re: reliable, incremental git->cvs ?

2006-11-28 Thread Sylvain Beucler
On Mon, Nov 27, 2006 at 10:41:49PM +0100, Jim Meyering wrote: > Hi Sylvain, > > Do you know of a good way to sync a git repository to cvs? > Ideally, it'd happen upon each commit or push, via a hook. > > Currently I'm manually invoking a tiny script based on > git-cvsexportcommit. I think it's b