From: Pascal Obry <pascal@obry.net>
To: Thomas Singer <thomas.singer@syntevo.com>
Cc: git@vger.kernel.org
Subject: Re: Move repository from OS X to Windows
Date: Wed, 11 Nov 2009 16:53:12 +0100 [thread overview]
Message-ID: <4AFADDE8.7080109@obry.net> (raw)
In-Reply-To: <4AFABCF8.9060601@syntevo.com>
Thomas,
> I've cloned a very large repository on OS X and want to move that to Windows
> (trying to avoid to clone the repository a second time). What steps should I
> do to make it working (currently, I'm getting an error on pull/merge that
> "Entry 'foo' is not uptodate. Cannot merge.")?
Is that a git-svn clone?
Otherwise I do not see why you avoid a second clone. Cloning from your
windows machine the OSX repo won't be slower than cloning from the
original repo? Or I missed something...
If you are speaking about a git-svn clone, I understand. In this case I
generally I just rsync the .git directory from one machine to the other:
$ mkdir project
$ cd project
$ rsync -a machine:/path/to/project/.git .
$ git reset --hard HEAD
And you are done.
Pascal.
--
--|------------------------------------------------------
--| Pascal Obry Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--| http://www.obry.net - http://v2p.fr.eu.org
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver keys.gnupg.net --recv-key F949BD3B
next prev parent reply other threads:[~2009-11-11 15:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-11 13:32 Move repository from OS X to Windows Thomas Singer
2009-11-11 15:53 ` Pascal Obry [this message]
2009-11-11 17:08 ` David Aguilar
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=4AFADDE8.7080109@obry.net \
--to=pascal@obry.net \
--cc=git@vger.kernel.org \
--cc=thomas.singer@syntevo.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.