How to View IntelliJ Svn Detailed Log

How to view the detailed Svn log in IntelliJ ?.

The Messages tab displays error messages coming from the svn server hook script redirected to stderr. See this as verbose log messages (similar to CVS Log, which you can enable in IntelliJ).

If it allows viewing and copying, it will help in debugging.

Thank.

+5
source share
2 answers

Intellij is configured to display logs in C:\Users\<user>\.IntelliJIdeaXX\system\log.

It contains dozens of information, and I managed to detect svn errors there.

E.I.V.

+2
source

The output of the Mac magazine comes out /Users/<user>/Library/Logs/IntelliJIdea12. It will contain log files and stream dumps.

0
source

All Articles