How can I see verbose SVN output?
I've looked all over, but I can't figure out how to see verbose SVN output in IntelliJ Idea. I want to see the exact syntax of the commands executed, and the exact output that they generated.
Does such a thing exist? It does in most other IDEs that I've used...
请先登录再写评论。
IntelliJ IDEA uses the SVNKit library for its Subversion integration, which is a pure Java implementation of Subversion. It does not execute any commands with the command line client.