Create clearcase dynamic view using CAL in C#

时光毁灭记忆、已成空白 提交于 2019-11-29 08:49:40
VonC

It is possible that you didn't used -tag but –tag: replace '' (minus) by '-' (hyphen minus).
Note: same for –stream: use -stream.

(plus , minus , hyphen-minus)

See What's the toughest bug you ever found and fixed? :

  • "Hyphen-minus" is the regular familiar character on keyboards, ASCII 45 and U+002D, (ab)used in both "5-4=1" and "vice-versa".
  • The actual minus sign, which is longer, is U+2212 and is not in ASCII.

It is typical of IBM documentation which, unfortunately, use minus (the long '–'): any copy-paste coming from their page doesn't work immediately.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!