From: Matthias Fechner <idefix@fechner.net>
To: Jonathan Nieder <jrnieder@gmail.com>
Cc: git@vger.kernel.org, Alexey Shumkin <alex.crezoff@gmail.com>
Subject: Re: Switch from svn to git and modify repo completely
Date: Mon, 28 Nov 2011 11:10:13 +0100 [thread overview]
Message-ID: <4ED35E05.7080605@fechner.net> (raw)
In-Reply-To: <4ED21756.70705@fechner.net>
Am 27.11.11 11:56, schrieb Matthias Fechner:
> git clone gitrepo.git tofilter.git
one additional note.
To get it really working you should execute:
git clone file://gitrepo.git tofilter.git
And later if you copy it to a bare repo:
git clone --bare file://tofiler.git barerepo.git
This will ensure that removed files are not in the cloned repository.
Bye,
Matthias
--
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
prev parent reply other threads:[~2011-11-28 10:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-19 17:11 Switch from svn to git and modify repo completely Matthias Fechner
2011-11-19 18:50 ` Alexey Shumkin
2011-11-20 22:21 ` Matthias Fechner
2011-11-21 7:02 ` Jonathan Nieder
2011-11-27 10:56 ` Matthias Fechner
2011-11-28 10:10 ` Matthias Fechner [this message]
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=4ED35E05.7080605@fechner.net \
--to=idefix@fechner.net \
--cc=alex.crezoff@gmail.com \
--cc=git@vger.kernel.org \
--cc=jrnieder@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.