23

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.

Marty Aghajanyan
  • 12,651
  • 8
  • 35
  • 37

4 Answers4

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
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.

Warning message

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
0
sudo usermod -a -G www-data userName

taken from askubuntu

But your problem might be a different one... jetbrains cannot call svn in the mentioned directory. Try to manually call it there and check what svn says.

Community
  • 1
  • 1
estani
  • 24,254
  • 2
  • 93
  • 76