windows - IIS7 shortcut redirects to original location -
i'm using git test out dojo widget i'm developing. developing on *nix machine , i'm running issues how put together.
dojo organized folder convention , git wants inside single folder. other coder on *nix using symlinks place files need within dojo folder structure creating shortcuts these files on windows, see being windows equivalent, causes iis redirect shortcut origin location breaking of relative paths within file. there more proper way since coping pasting files need git repository pita. there better way this.
you try using actual symbolic or hard links in windows, might give better luck.
depending on os, may have functionality available (e.g. mklink
command in windows 7 , believe vista well); in windows xp there junction
command available powertoy (but junctions apply directories): http://technet.microsoft.com/en-us/sysinternals/bb896768
there few shell extensions enable access symlink/junction functionality right-click menu items in explorer:
- http://elsdoerfer.name/ntfslink (i use regularly in xp)
- http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html (i've used success in win7)
Comments
Post a Comment