我们正在使用 ClearCase 版本控制,需要设置符号链接以在文件的单独分支上分隔版本
We are using ClearCase version control and need to set up a symlink to seperate versions on seperate branches of a file
我们正在尝试设置文件的符号链接。
虽然设置符号链接很好,但我们如何指向特定版本?
我们还要点几个版本。
例如,在 folder1
中,我们有一个升级脚本,可以在不同的分支上从 7.1 升级到 7.2 再到 7.3。
我们想要:
directory 1
中的符号链接指向 7.1 分支上的版本,
directory 2
中的符号链接指向 7.2 分支上的版本并且
directory 3
中的符号链接指向 7.3 分支上的版本。
这可能吗?
cleartool ln
command包含一个字符串,link文本,以路径名的形式。这不包括版本或扩展路径。
如“About Vob links in snapshot views”中所述
If a load rule selects a symbolic link, the link target is copied into the view at the link path.
说明复制的是视图当前选择的任何版本,而不是特定版本
我们正在尝试设置文件的符号链接。
虽然设置符号链接很好,但我们如何指向特定版本?
我们还要点几个版本。
例如,在 folder1
中,我们有一个升级脚本,可以在不同的分支上从 7.1 升级到 7.2 再到 7.3。
我们想要:
directory 1
中的符号链接指向 7.1 分支上的版本,directory 2
中的符号链接指向 7.2 分支上的版本并且directory 3
中的符号链接指向 7.3 分支上的版本。
这可能吗?
cleartool ln
command包含一个字符串,link文本,以路径名的形式。这不包括版本或扩展路径。
如“About Vob links in snapshot views”中所述
If a load rule selects a symbolic link, the link target is copied into the view at the link path.
说明复制的是视图当前选择的任何版本,而不是特定版本