Mercurial and NTFS Alternate data stream

戏子无情 提交于 2019-12-10 13:08:05

问题


How does Mercurial handle Alternate Data Streams (in the NTFS file system)? If it can't handle that, is there a DCVS that does?

EDIT: When I change version with update, what happens to the ADS ? Is it lost (erased)? Is it versioned too? Is it alltogether ignored?


回答1:


Mercurial does not store alternate data stream. Additionally, they are likely to be overwritten on update.

I don't think any of the open source VCS I know handle that kind of thing (even permissions are usually not handled).



来源:https://stackoverflow.com/questions/4658555/mercurial-and-ntfs-alternate-data-stream

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!