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)