* How to take dump and import to new git repository
@ 2011-11-07 11:41 redhat1981
2011-11-07 11:46 ` Carlos Martín Nieto
0 siblings, 1 reply; 4+ messages in thread
From: redhat1981 @ 2011-11-07 11:41 UTC (permalink / raw)
To: git
Hi,
I am SVN admin, Fluent with SVN, Git I am a new user, Please let me know,
How to take dump of one git repository and then import that Dump to new
Repo.
Thank you
redhat1981@gmail.com
--
View this message in context: http://git.661346.n2.nabble.com/How-to-take-dump-and-import-to-new-git-repository-tp6970049p6970049.html
Sent from the git mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 4+ messages in thread
* How to take dump and import to new git repository
@ 2011-11-07 11:43 redhat1981
0 siblings, 0 replies; 4+ messages in thread
From: redhat1981 @ 2011-11-07 11:43 UTC (permalink / raw)
To: git
Hi,
I am Svn admin, I am new to git, Please let me know
How to take dump and import to new git repository.
redhat1981@gmail.com
--
View this message in context: http://git.661346.n2.nabble.com/How-to-take-dump-and-import-to-new-git-repository-tp6970065p6970065.html
Sent from the git mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 4+ messages in thread
* How to take dump and import to new git repository
@ 2011-11-07 11:44 redhat1981
0 siblings, 0 replies; 4+ messages in thread
From: redhat1981 @ 2011-11-07 11:44 UTC (permalink / raw)
To: git
Hi,
I am Svn admin, I am new to git, Please let me know
How to take dump and import to new git repository.
redhat1981@gmail.com
--
View this message in context: http://git.661346.n2.nabble.com/How-to-take-dump-and-import-to-new-git-repository-tp6970073p6970073.html
Sent from the git mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to take dump and import to new git repository
2011-11-07 11:41 How to take dump and import to new git repository redhat1981
@ 2011-11-07 11:46 ` Carlos Martín Nieto
0 siblings, 0 replies; 4+ messages in thread
From: Carlos Martín Nieto @ 2011-11-07 11:46 UTC (permalink / raw)
To: redhat1981; +Cc: git
[-- Attachment #1: Type: text/plain, Size: 490 bytes --]
On Mon, Nov 07, 2011 at 03:41:57AM -0800, redhat1981 wrote:
> Hi,
>
> I am SVN admin, Fluent with SVN, Git I am a new user, Please let me know,
> How to take dump of one git repository and then import that Dump to new
> Repo.
This is what cloning a repository does. You're probably looking for
the --mirror option.
git clone --mirror somerepo.git newrepo.git
will give you a repository in newrepo.git that has all the branches
and tags from somerepo.git.
cmn
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-11-07 11:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-07 11:41 How to take dump and import to new git repository redhat1981
2011-11-07 11:46 ` Carlos Martín Nieto
-- strict thread matches above, loose matches on Subject: below --
2011-11-07 11:43 redhat1981
2011-11-07 11:44 redhat1981
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).