Does rmname on parent stream remove element from child stream?

浪尽此生 提交于 2019-11-28 11:18:41

问题


If I perform a rmname operation on an element in a parent stream does this also delete the element in the child stream?


回答1:


No.

rmname will create an new version of the parent directory of the element you are removing.
That new version of the parent directory will no longer reference that element, and that new version will be created in the parent stream associated branch.

That has nothing to do with the versions of that same directory created in the child stream associated branch.
Those versions still reference that element.



来源:https://stackoverflow.com/questions/8717359/does-rmname-on-parent-stream-remove-element-from-child-stream

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