Re: [git-users] Symlink implementation for Windows

2016-04-20 Thread Konstantin Khomoutov
On Tue, 19 Apr 2016 20:36:20 -0700 (PDT)
Raviraj  wrote:

[...]
> When I try to add this with git add, I get exception that function
> readlink is not implemented.
> 
> I have come across the google group discussion 
> https://groups.google.com/forum/#!topic/msysgit/mT-v-mmZy6M saying it
> is not supported.
> 
> Does this remain same or will the symlinks be supported in Windows
> anytime?
[...]

Does this [1] help?  Please consider reading the wiki page it links to.

1. https://github.com/git-for-windows/git/issues/698#issuecomment-198065348

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] Symlink implementation for Windows

2016-04-19 Thread Raviraj


Hi,

 

On a Windows machine, I have created a symlink with ‘mklink’ command.

When I try to add this with git add, I get exception that function readlink 
is not implemented.

 

I have come across the google group discussion 
https://groups.google.com/forum/#!topic/msysgit/mT-v-mmZy6M saying it is 
not supported.

Does this remain same or will the symlinks be supported in Windows anytime?

 

BTW, my errors are like this:

 

error: readlink("fd2_dbg/drivers.a"): Function not implemented

error: unable to index file debug/drive.a

fatal: adding files failed

 

Regards,

Raviraj

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.