开发者

Mercurial and NTFS Alternate data stream

开发者 https://www.devze.com 2023-02-04 16:07 出处:网络
How does Mercurial handle Alternate Data Streams (in the NTFS file system)? If it can\'t handle that, is there a DCVS that does?

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 lo开发者_StackOverflow中文版st (erased)? Is it versioned too? Is it alltogether ignored?


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).

0

精彩评论

暂无评论...
验证码 换一张
取 消