codebling / CommunityCase

**THIS PLUGIN IS NO LONGER MAINTAINED.** But if you wish to use it, I can help you update it to work with the latest version of IntelliJ. See https://github.com/codebling/CommunityCase/issues/26 . This plugin adds support for ClearCase version control system in IntelliJ IDEA Community Edition (and Ultimate Edition - it's faster than the built-in plugin!).
Other
7 stars 4 forks source link

IntelliJ shows 'Unrecognized option "-fmt"' when retrieving the version history for a file #10

Closed codebling closed 10 years ago

codebling commented 10 years ago

The following error is shown in red when retrieving the version history for a file. The file history is nonetheless correctly retrieved.

Problems while loading file history: cleartool: Error: Unrecognized option "-fmt" Usage: get -to dest-pname pname

The following command is visible in the "Console" tab of the "Version Control" tool window.

"C:\Program Files\ibm\RationalSDLC\ClearCase\bin\cleartool.exe" get -fmt "\001%Vn\002%Nd\003%En\n\n" --
codebling commented 10 years ago

dup of #3