I configured IntelliJ IDEA 6.0.6 to use Subversion for version control. The Subversion menu item now appears in the context menu when I right click a Java file within the project. However, all the sub menu items are disabled:
- Subversion > Add
- Subversion > Check
- Subversion > Edit Properties
(..)
- Subversion > Unlock
The exceptions are Subversion > Revert, Subversion > Annotate and Subversion > Browse Changes, which are enabled. However, if I try Annotate, for example, I get this error:
Error: svn: C:...\tools is not a working copysvn: Cannot read from to C:...\tools.svn\format: path refers to directory or read access is denied.
When I use my Subversion client outside of the IDE (which is Tortoise SVN), everything works fine.
Does anybody know the solution for this?