clearcase 路径是否是标准路径 - '@@' 和之后的字符串
Is clearcase path is a standard one -- '@@' and string after that
是通用的clearcase路径语法。
my_source.c@@\main.1_bugfix\another_branch[=10=]
这条路径是标准路径吗?
我在 emacs 中调用了以下命令,它正在运行。 emacs diff 如何理解这条路径。 clearcase 以某种方式通知操作系统如何解释该路径。或者 emacs-diff 知道这个路径语法?
$ diff my_source.c@@\main.1_bugfix\another_branch[=11=] my_source.c
这是一个extended path。
它正在与 dynamic views 一起使用,它可以访问元素的分支和版本。
参见“Base ClearCase path meaning”。
在您的情况下,您访问分支的版本 0 main.1_bugfix\another_branch
。
另请参阅文档的 IBM 技术说明“About the version-extended path" for an example, and pathnames_ccase
:
You can add characters to the end of a relative or full path name, turning it into a VOB-extended path name.
VOB-extended path names that specify versions of elements are the most commonly used; they are called version-extended path names.
是通用的clearcase路径语法。
my_source.c@@\main.1_bugfix\another_branch[=10=]
这条路径是标准路径吗? 我在 emacs 中调用了以下命令,它正在运行。 emacs diff 如何理解这条路径。 clearcase 以某种方式通知操作系统如何解释该路径。或者 emacs-diff 知道这个路径语法?
$ diff my_source.c@@\main.1_bugfix\another_branch[=11=] my_source.c
这是一个extended path。
它正在与 dynamic views 一起使用,它可以访问元素的分支和版本。
参见“Base ClearCase path meaning”。
在您的情况下,您访问分支的版本 0 main.1_bugfix\another_branch
。
另请参阅文档的 IBM 技术说明“About the version-extended path" for an example, and pathnames_ccase
:
You can add characters to the end of a relative or full path name, turning it into a VOB-extended path name.
VOB-extended path names that specify versions of elements are the most commonly used; they are called version-extended path names.