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 in a project. However, all elements of the submenu are disabled:
- Subversion> Add
- Subversion> Check
- Subversion> Change Properties
(..)
Exceptions are Subversion> Revert, Subversion> Annotate and Subversion> Browse Changes, which are included. However, if I try to use Annotate, for example, I get this error:
Error: svn: C: ... \ tools does not work copysvn: cannot read from before C: ... \ tools.svn \ format: the path refers to a directory or read access is denied.
When I use my Subversion client outside the IDE (which is Tortoise SVN), everything works fine.
Does anyone know a solution for this?
source
share