From: Michael Poole <mdpoole@troilus.org>
To: "Ivan Shmakov" <oneingray@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: tracking remotes with Git
Date: Fri, 09 Nov 2007 11:37:17 -0500 [thread overview]
Message-ID: <87ode31iki.fsf@graviton.dyn.troilus.org> (raw)
In-Reply-To: <b1e3a35f0711090444g3c31e862g4ef4ef8139927840@mail.gmail.com> (Ivan Shmakov's message of "Fri\, 9 Nov 2007 19\:44\:50 +0700")
Ivan Shmakov writes:
> I'm using Git (1.5.3.5 debian 1) for about a day or so, and I'm
> quite impressed that it allows tracking remote repositories
> (I've tried CVS and SVN) so easily with `git-cvsimport' and
> `git-svn'. However, I've ran into a couple of problems with
> them:
>
> * it looks like `git-cvsimport' uses its own CVS protocol
> implementation which doesn't support compression; I've tried
> to clone a repository of a project hosted in CVS since circa
> 1998 and it 20 MiB or so to obtain revisions until 2000 or so;
> any ways to minimize traffic?
What I do is arguably a horrible kludge, but it works well: rsync to
mirror the CVS repository to my local drive, and cvsimport from that.
When I was tweaking the import process (command-line options and the
author conversion file), having the local copy helped a lot.
Michael Poole
next prev parent reply other threads:[~2007-11-09 16:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-09 12:44 tracking remotes with Git Ivan Shmakov
2007-11-09 16:37 ` Michael Poole [this message]
2007-11-09 18:11 ` Ivan Shmakov
2007-11-09 20:38 ` Robin Rosenberg
2007-11-11 4:05 ` Ivan Shmakov
2007-11-14 18:26 ` Ivan Shmakov
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=87ode31iki.fsf@graviton.dyn.troilus.org \
--to=mdpoole@troilus.org \
--cc=git@vger.kernel.org \
--cc=oneingray@gmail.com \
/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.