windows - Emulate symlinks and use them in PHPstorm -
please me resolve problem
my project is:
->folder1 --->modules ----->module1 ----->module2 ->folder2 --->modules ----->module3 ----->module4
the following structure have on lemp virtual box. there symlinks modules folder2/modules
, on linux have
->folder1 --->modules ----->module1 ----->module2 ----->module3_symlink ----->module4_symlink
and executing well.
the problem is:
i'm trying setup ide phpstorm on windows7. downloaded code on local machine. xdebug working properly, there 2 issues:
folder1/lib
contains xsl schemas, necessary spellingfolder2/lib
. on 1 hand - can copy these schemas 2nd folder , put them .gitignore. on other hand have 1 more problem:i'm trying execute phpunit tests classes
folder2
. faced same problems in point one.
my question is: there possibility in windows / phpstorm emulate symlinks? or somehow resolve problem without installation unix system.
thanks responses i've achieved command mklink
i've created symlink phpstorm think it's independent folder. phpstorm trying synchronize it. , git showing folder in untracked files. can answer: synchronization ftp not bring harm. folder can added gitignore.
but, there way? please advice how achieve this.
Comments
Post a Comment