vs2008添加clearcase支持

来源:互联网 发布:淮安知行空间到几点? 编辑:程序博客网 时间:2024/05/07 09:34

mtk最近使用vs2008,于是我继续把clearcase添加到vs2008.

一开始居然很不顺。

我把vc6里的命令行

checkout -nc -unreserved $(FilePath)

添加到vs2008,居然不行。

后来查了一下,发现变量改了。晕。

附添加好的图和命令:



Check out

cleartool.exe

checkout -nc -unreserved $(ItemPath)


Update file

cleartool.exe

update $(ItemPath)


Version Tree

cleartool.EXE

lsvtree -graphical -all $(ItemPath)


Compare Preversion

cleartool.EXE

diff -g -pre $(ItemPath)


Undo check out

cleartool.EXE

uncheckout -rm $(ItemPath)