Stefan G. Renz wrote: > Hi, > > as reported before, the CVS diff command is still disabled in the CVS Tab, > File Structure view. Since I tend to perform CVS actions in the CVS tab, > this behaviour is slightly inconvenient ;-)
Ok, now I found out, why: The project is organized in such a way, that the sources hang off the project's root directory (for historic reasons, it's an Enhydra project, uses make instead of ant, etc.) For me to work conveniently with both ant and IDEA, I created a directory called src/ in my sandbox and put a symlink to the top level package in there: project + com | + foo | + bar | +... + src | + com (is a symlink to ../com) | + generated (dir for generated Java sources) Now, for cvs, src/ is unknown, but of course further down in src/com/..., everything is fine; I can do the usual commit/update/diff/log on the command line. As far as IDEA goes, I have the project's root set as IDEA project root, and as IDEA source directory I usually use src/ and src/generated. Using this, I can use the CVS view alright (update/commit/log) except for diff, and edit source (F4). Using the project's root directory as IDEA's source directory, as the original project structure suggests, diff and edit source become available. Well, I'm surprised that diff and edit source are the only actions that are affected by that... > > Ciao > Stef _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
