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

"Version Tree" is not working #19

Closed chenop closed 9 years ago

chenop commented 10 years ago

Hi, When doing: Right click --> ClearCase --> Vesion Tree

The version tree does not open.

Got the following message in the "Version Control" window log: 09:51:07.374: cd [my directory] 09:51:07.374: "C:\Program Files\ibm\RationalSDLC\ClearCase\bin\cleartool.exe" "lsvtree -g" -- [my_file]@@ cleartool: Error: Unrecognized command: "lsvtree -g" 09:51:44.025: cd [my_app_root_directory] 09:51:44.026: "C:\Program Files\ibm\RationalSDLC\ClearCase\bin\cleartool.exe" lsco -a -me -cvi --

Saw that in the previous versions the "lsvtree -g" appeared without the "...

chenop commented 9 years ago

Any update on this one?

codebling commented 9 years ago

Sorry for the extreme delay. Computer was broken. Looks like this is happening with all directives in Command.java that have a space in them. Let's see what we can do...

codebling commented 9 years ago

that should do it.

chenop commented 9 years ago

Hi,

Thanks for the update! Just tried to install the plug-in at Intellij 13.1.4 and got: "Plugin CommunityCase incompatible with current installation"

Am i doing someething wrong?

Thanks!

codebling commented 9 years ago

fixed, the compatibility hadn't been updated for 13.1.4, I was testing against 13.1.2 and didn't realise that the version number had gone so high