Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 772
user1587504 Avatar asked Nov 03 '22 18:11

user1587504


1 Answers

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

like image 92
poussma Avatar answered Nov 09 '22 11:11

poussma