문제

While doing svn commit I am getting following exception message

Argument 1 for @NotNull parameter of org/jetbrains/idea/svn/commandLine/SvnLineCommand.writeIdeaConfig2SubversionConfig must not be null

I can still commit when I press enter, but mouse click on commit button not working.

OS : Windows 7 Pycharm : 3.0.2

도움이 되었습니까?

해결책

Accordingly to IDEA-112854:

  • either upgrade to 3.1 (or newer -- the fix is available in 134.xxx branch)
  • or use full path to command line client in settings as workaround for 3.0.2
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top