Cygwin icon indicating copy to clipboard operation
Cygwin copied to clipboard

Add directory junction support

Open Karlson2k opened this issue 8 years ago • 3 comments

This PR add support for directory junction creation as symlink. Directory junction is supported since Win2k and do not require admin rights or UAC disable. With new default symlink setting autotools' configure will use ln -s for symlinks instead of cp -pR which can speedup a lot building in some situations. Note: Cygwin already is able to read junction, this PR add only support for creation. Upstream patch: https://cygwin.com/ml/cygwin-patches/2015-q3/msg00028.html

Karlson2k avatar Sep 23 '15 15:09 Karlson2k

@Alexpux Need any correction?

Karlson2k avatar Oct 01 '15 14:10 Karlson2k

Mhh.. up? (EDIT: p.s. non-admin symlinks can also be fixed)

mirh avatar Jul 28 '18 22:07 mirh

This repository is only for my own use t o sync with cygwin. Create pull request with patch to https://github.com/Alexpux/MSYS2-packages for msys2-runtime package

Alexpux avatar Jul 30 '18 07:07 Alexpux