Mercurial and NTFS Alternate data stream

2019-06-18 16:10发布

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条回答
2楼-- · 2019-06-18 16:21

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

查看更多
登录 后发表回答