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.
Asked
Active
Viewed 1.6k times
4 Answers
34
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.

Brian Ng
- 1,005
- 12
- 13
-
I have the same issue with PyCharm on Windows, your advice helped me. – The Godfather Feb 04 '16 at 13:40
-
1IntelliJ 2016 on Windows too after quite a few huge refactorings. Invalidating cache and restarting worked, thanks! – Tim Visée Jun 10 '16 at 17:44
5
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.

David
- 1,282
- 3
- 18
- 40
-
No. This happens almost in a random way, specially in very big repositories. This has never happened to me with Git. This is not a very serious problem, in fact I fix it by simply saving files and restarting the IDE. After that SVN detects all changes without problems. – David May 31 '16 at 20:41
-
Thanks David, Actually I found a way to solve the issue on windows ( never had issues on linux ). The way i proceeded was the following : - In the subversion settings ( File > Settings > Version Control > Subversion ), uncheck the "use command line client". - click ok, close the window, restart intelliJ - check "use command line client" again, restart - should be ok – Monsieur Max Jun 21 '16 at 08:00
1
1) - sudo xcodebuild -license ( write 'agree' after then enter q )
2) - File > Invalidate Caches & Restart >Invalidate and Restart
Take it be easy

Melih Sevim
- 930
- 6
- 9