From: Fredrik Gustafsson <iveqy@iveqy.com>
To: Sedat Kapanoglu <sedat@eksiteknoloji.com>
Cc: git@vger.kernel.org
Subject: Re: git clone doesn't work in symlink dir roots on Windows
Date: Sat, 10 Aug 2013 14:51:40 +0200 [thread overview]
Message-ID: <20130810125140.GD25779@paksenarrion.iveqy.com> (raw)
In-Reply-To: <CABJxLaM9t1HeEVkAiXpOmaOH_V6681w9Q9ZQt37+MpmhX7yN2g@mail.gmail.com>
On Sat, Aug 10, 2013 at 03:10:49PM +0300, Sedat Kapanoglu wrote:
> My D:\src folder is a symlink to another folder in my Google Drive, created
> by Windows command mklink /d d:\src "d:\Google Drive\src"
>
> D:\src>git clone https://github.com/jlewallen/jenkins-hipchat-plugin.git
> Cloning into 'jenkins-hipchat-plugin'...
> fatal: Invalid symlink 'D:/src': Function not implemented
git is a disk intense program, so this setup is not sane at all. With
that said I know that git on windows historically had problems with
working on smb-mounted shares (sometimes you're forced to have stupid
setups). I doubt that git really is the right tool for your work, since
you're using a decentralized tool in a centralized work flow. Maybe
something like subversion would suite you better. (or just simple use a
hosting service such as github/bitbucket/your own server).
However I can't find that error message in the git source code which
make me wonder if this actually is a git problem. Could you investigate
more on where that error message comes from?
Using dropbox git users have experienced corrupt repositories due to the
dropbox sync algoritm isn't suited for the git file access patterns, I
would imagine that you could have the same problems using google drive.
--
Med vänliga hälsningar
Fredrik Gustafsson
tel: 0733-608274
e-post: iveqy@iveqy.com
next prev parent reply other threads:[~2013-08-10 12:48 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-10 12:10 git clone doesn't work in symlink dir roots on Windows Sedat Kapanoglu
2013-08-10 12:51 ` Fredrik Gustafsson [this message]
2013-08-10 16:22 ` Sedat Kapanoglu
2013-08-10 16:22 ` Sedat Kapanoglu
2013-08-10 16:34 ` Fredrik Gustafsson
2013-08-11 3:04 ` Erik Faye-Lund
2013-08-11 7:28 ` Sedat Kapanoglu
2013-08-11 14:05 ` Erik Faye-Lund
2013-08-20 7:30 ` Michael Geddes
2013-08-23 19:12 ` MNGoldenEagle
2013-08-28 0:54 ` Michael
2013-09-08 23:40 ` MNGoldenEagle
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=20130810125140.GD25779@paksenarrion.iveqy.com \
--to=iveqy@iveqy.com \
--cc=git@vger.kernel.org \
--cc=sedat@eksiteknoloji.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 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).