How do I get latest clearcase label programmatically from C#?

前端 未结 2 1051
我在风中等你
我在风中等你 2020-12-04 00:32

I am trying to put version information to my C# GUI framework retrieved from the latest ClearCase label. This was originally done from Visual Soursafe as below.



        
2条回答
  •  忘掉有多难
    2020-12-04 01:14

    I really wish that the COM interfaces had better documentation, or were more obvious. Or that the code to ClearCase Explorer or Project Explorer were open source.

    I've done a few cool things, but I pretty much started by adding COM references to my C# project, and then started screwing around with the interfaces I found.

    Good luck!

提交回复
热议问题