AvianFlu / ncp

Asynchronous recursive file copying with Node.js.
MIT License
681 stars 103 forks source link

Fixed linking to relative paths #43

Closed gregpabian closed 10 years ago

gregpabian commented 10 years ago

In cases where the source symbolic link is pointing at a relative path and the target is at different directory level than source, the created link won't work because it's not resolved.

gregpabian commented 10 years ago

Ok, after checking the default cp -r behavior, I decided to make it optional - I added dereference option for this purpose.

gregpabian commented 10 years ago

Please ignore this one, I moved the feature to separate branch. New request is here.