Re: [git-users] using ln from git bash on windows.

2016-09-30 Thread Karl Krasnowsky
Krasnowsky > *To:* Git for human beings > *Sent:* Wednesday, September 28, 2016 11:29 PM > *Subject:* [git-users] using ln from git bash on windows. > > Hello. Trying to use the git bash shell to run some sh scripts and hit a > snag. > While ln appears to be supported, it d

Re: [git-users] using ln from git bash on windows.

2016-09-29 Thread Philip Oakley
inal Message - From: Karl Krasnowsky To: Git for human beings Sent: Wednesday, September 28, 2016 11:29 PM Subject: [git-users] using ln from git bash on windows. Hello. Trying to use the git bash shell to run some sh scripts and hit a snag. While ln appears to be supported, it doe

[git-users] using ln from git bash on windows.

2016-09-28 Thread Karl Krasnowsky
Hello. Trying to use the git bash shell to run some sh scripts and hit a snag. While ln appears to be supported, it doesn't seem to function properly. For example this: $ ls backend/ web/ $ ln -s web/src/main ./backend/src/main/webapp/foo ln: failed to create symbolic link ‘./backend/src/main