-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[patch ready] mc does not preserve file mtime when copying over ssh #2625
Comments
|
Same patch, but using perl utime and fallback to touch if no perl found |
|
|
Created two branches:
Review, please. |
|
|
Merged to master: [4dde8ca]
|
Merged to stable:
|
What are the reasons to add and prefer perl over touch? The nanosecond precision [1] would work with touch, but since I can't find "perl utimensat" I'm not sure it would work so easy with perl (without additional modules).
[1] #3575 |
I think that the original motivation for preferring Perl in all cases for FISH if it is available at all was compatibility. We have constantly had problems with FISH scripts not working properly in various settings due to non-POSIXness of available shells and tools, and Perl turned out to be a) very compatible and b) generally faster.
I'm not sure that it's worth reversing the defaults here... |
Important
This issue was migrated from Trac:
sergem
gotar@….pl
mc does not preserve file mtime when copying over ssh
Attached patch should fix this problem.
Note
Original attachments:
sergem
onOct 6, 2011 at 22:31 UTC
sergem
onOct 7, 2011 at 13:50 UTC
The text was updated successfully, but these errors were encountered: