user1587504
user1587504

Reputation: 764

How to view Svn detailed log in IntelliJ

How to view Svn detailed log in IntelliJ ?.

Under "Messages" tab it shows error messages coming from svn server hook script redirected to stderr. How to view this as detailed log messages ( Similar to CVS Log, which can be enabled in IntelliJ ) .

If it gives option to view & copy it will help in debugging.

Thanks.

Upvotes: 5

Views: 2509

Answers (2)

user848337
user848337

Reputation: 879

On a Mac log output goes into /Users/<user>/Library/Logs/IntelliJIdea12. It will contain log files and thread dumps.

Upvotes: 0

poussma
poussma

Reputation: 7301

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

It contains dozen of information and I managed to find out the svn errors in there.

HIH

Upvotes: 2

Related Questions