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
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
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
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
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
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
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
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
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