What does MVFS in a clearcase server?
相关问题
- Why should we check WIFEXITED after wait in order
- How to restrict VOB read access in ClearCase (Wind
- UNIX Bash - Removing double quotes from specific s
- bash delete line condition
- Trying to make a permanent Alias - UNIX
相关文章
- Making new files automatically executable?
- Reverse four length of letters with sed in unix
- What file sytems support Java UserDefinedFileAttri
- Transactionally writing files in Node.js
- Get file created date in node
- Extracting columns from text file using Perl one-l
- Problem with piping commands in C
- All staged, but uncommitted, files deleted after i
MVFS (Multi-Version Filesystem) don't so much "create" a filesystem, but give you access to one.
M:
(on Windows) or/view
(on Unix) is a mounting point allowing to browse the content of any Vob (the ClearCase repositories) you mount (like a classic network mount, but made by ClearCase).When you create a dynamic view, you will use MVFS to browse the "dynamic" filesystem, meaning you want load any file on your hard disk: you will remotely see any version you have selected through the config spec of the view.
See About the MultiVersion File System (MVFS):
Notes:
rm
or Windowsdel
. Only cleartool command can modify an element managed by ClearCase in a dynamic view.