Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jetbrains "Warning: not all local changes" may be shown due to an error: svn: E204899: Cannot read from {path_to_temp_files}

Tags:

Getting error Jetbrains "Warning: not all local changes" may be shown due to an error: svn: E204899: Cannot read from {path_to_temp_files} when trying commit my files, how can I add Jetbrains SVN user to www-data apache group in ubuntu.

like image 429
Marty Aghajanyan Avatar asked Aug 12 '14 19:08

Marty Aghajanyan


2 Answers

In my situation, the error was showing E720005 for a strange file. I tried svn clean, then in IDE File > Invalidates and Restart and the error was gone.

like image 193
Brian Ng Avatar answered Oct 06 '22 18:10

Brian Ng


I receive the same warning message using IntelliJ Idea 14.0.3 on Windows 8, and Subversion. This is happening quite often now.

It only gets fixed for a while if I close the IDE and start it again. Perhaps closing all projects before closing the IDE is a complementary step.

Warning message

like image 40
David Avatar answered Oct 06 '22 17:10

David