-
-
Notifications
You must be signed in to change notification settings - Fork 194
Fix mv -T #232
base: master
Are you sure you want to change the base?
Fix mv -T #232
Conversation
Hello @podvarkov, thanks for your contribution, can you make tests pass? |
I tried :) |
So it looks like the |
Can you tell me how to run your project and tests locally? |
Tests were broken, I fixed it. But I think removing |
There's no "=T" option in my mac for mv. Here's the usage syntax for mv in osx:
@neoziro Why is this so? Is it because there can be already existing "current" directory which would cause the "current_tmp" to move inside the "current"? If this is the case we can just delete the directory if it exists. Now, simply move the "current_tmp" to "current" using
I don't think there's any problem with this approach. Any thoughts regarding this? |
Yes I think you are right, it could probably exist and move it inside. We have to add a command to prevent it. Could you add it @podvarkov? |
I'm seeing the same issue with |
I ran into a similar issue deploying to FreeBSD and came up with a hack to work around it #173 (comment) however I'm not sure this will work for deploying to MacOS. I think it maybe worth investigating some other solution for the longer term. Perhaps a move to using |
Remove -T option