From: Michael Geddes <michael@frog.wheelycreek.net>
To: msysgit@googlegroups.com
Cc: Fredrik Gustafsson <iveqy@iveqy.com>,
Sedat Kapanoglu <sedat@eksiteknoloji.com>,
git@vger.kernel.org
Subject: Re: Re: git clone doesn't work in symlink dir roots on Windows
Date: Tue, 20 Aug 2013 15:30:55 +0800 [thread overview]
Message-ID: <1928115.O1fVFY9Fid@majorie> (raw)
In-Reply-To: <20130810163459.GE25779@paksenarrion.iveqy.com>
This type of functionality is directly supported by the work I've already done
on symlinks here: https://github.com/frogonwheels/git
(branches mrg/symlink-v* )
Even if we agree that symlinks only work to a limited degree, or that there
are definite limitations, and that the default should be that symlinks NOT be
supported within repositories, I'm not sure why people are against
incorporating what I've already implemented.. ok well I guess I do - it's
about time.
Firstly, at the least it means that symlinks like this example where they are
outside the repository are supported. Secondly it means that people who are
prepared to accept the limitations will be able to use (or at least clone)
repositories containing symlinks.
One of the big, painful limitations is that windoze symlinks need to be marked
as directories at the time of creation. The code I have implemented does it's
level best to create the correct type of NTFS symlink based on repository
information and falling back on filesystem information.
The argument about permissions is only partially valid, since that can be
granted as an individual permission to the user without permanent
administrator rights.
//.ichael G.
On Sat, 10 Aug 2013 06:34:59 PM Fredrik Gustafsson wrote:
> On Sat, Aug 10, 2013 at 07:22:03PM +0300, Sedat Kapanoglu wrote:
> > > 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
> >
> > I reproduced the same problem in a regular symlink directory. Repro steps:
> >
> > mkdir actualdir
> > mklink /d symdir actualdir
> > cd symdir
> > git init .
> >
> > fatal: Invalid symlink 'D:/gitto': Function not implemented
> >
> > Thanks,
> >
> > Sedat
>
> Good, then we can determinate that this is a symlink error, it seams
> that readlink() isn't implemented in the msysgit version of msysgit.
>
> However msysgit should have a implementation of readlink() according to:
> http://mingw.5.n7.nabble.com/Replacement-for-readlink-td30679.html
>
> I've CC:ed the msysgit-maillist so that they can decide if this is
> something they want to address in newer releases.
>
> (In the git source code the readlink call in this abspath.c)
--
--
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.
You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en
---
You received this message because you are subscribed to the Google Groups "msysGit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
next prev parent reply other threads:[~2013-08-20 7:31 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
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 [this message]
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=1928115.O1fVFY9Fid@majorie \
--to=michael@frog.wheelycreek.net \
--cc=git@vger.kernel.org \
--cc=iveqy@iveqy.com \
--cc=msysgit@googlegroups.com \
--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).