git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How to restore "svn mirror generator"?
@ 2012-01-21 15:45 Manuel Reimer
  0 siblings, 0 replies; only message in thread
From: Manuel Reimer @ 2012-01-21 15:45 UTC (permalink / raw)
  To: git

Hello,

I want to create a GIT mirror of a SVN repository.

I plan to mirror a SVN server to GIT. I don't want to fetch the full history but 
all future commits should be mirrored.

I plan to do this in the following way:

git svn clone -r $REVISION_TO_START_WITH http://domain.tld/path/to/svn
git remote add origin ssh://user@gitserver.tld/mirror.git
git push

Now, from time to time, I want to update with

git svn rebase
git push

I hope, so far I'm on the right way.

But what happens if, for some reason, my local repository gets lost?

How to reconnect GIT and SVN so I'm able to mirror, again?

Is the first step to clone the GIT repository and then, somehow, get the SVN 
connected, again, or do I have to do it the other way around?

Yours

Manuel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-21 15:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-21 15:45 How to restore "svn mirror generator"? Manuel Reimer

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