Re: Re: Native symlinks troubles

2013-07-15 Thread Corinna Vinschen
On Jul 14 14:32, LRN wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 17.06.2013 16:50, Corinna Vinschen wrote: > > On Jun 17 08:43, Алексей Павлов wrote: > >> This simple example illustrate problem with using native symlinks. > >> > >> $ export CYGWIN=winsymlinks:nativestrict > >>

Re: Re: Native symlinks troubles

2013-07-14 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 17.06.2013 16:50, Corinna Vinschen wrote: > On Jun 17 08:43, Алексей Павлов wrote: >> This simple example illustrate problem with using native symlinks. >> >> $ export CYGWIN=winsymlinks:nativestrict >> >> $ mkdir bld && mkdir source && touch source

Re: Native symlinks troubles

2013-06-17 Thread Corinna Vinschen
On Jun 17 08:43, Алексей Павлов wrote: > This simple example illustrate problem with using native symlinks. > > $ export CYGWIN=winsymlinks:nativestrict > > $ mkdir bld && mkdir source && touch source/srcfile && ln -s > ../source/srcfile bld/bldfile > > $ ls -l bld > total 0 > lrwxrwxrwx 1 alexe