SVN Reports
There is an old plugin that did reports for SVN, however, it hasn't worked since version 6 or 7.
http://plugins.intellij.net/plugin/?id=62
Could you take the functionality from that and include it in the default SVN plugin?
At the moment I have to load up eclipse every time I need to do an SVN report! (as there is an equivalent plugin that works with eclipse)
Please sign in to leave a comment.
Hello opticyclic,
How's its functionality different from that of Changes | Committed tab?
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
It aims to provide a statistical view, with charts, to summarize SVN activity. A simpler version of StatsSVN, without server install. But reports are long to build since all is dynamically built on client side.
@ opticyclic
It worked with 7.x, I was using it
Sylvain
Hello Sylvain,
>> How's its functionality different from that of Changes | Committed
>> tab?
>>
We don't have any plans to include statistics with charts in any of the bundled
VCS plugins.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
When you say "Changes | Committed tab" do you mean the "Repository" tab in the changes view?
I only have Local | Repository | Incoming tabs on my changes view.
If so, the difference is that the SVN Report plugin exports the changes to HTML/csv
I can select all and copy from the context menu in IDEA, but it doesn't save it in the same format as you see on screen.
i.e. when you paste in a spreadsheet you don't get the columns.
The plugin provides you with the following columns:
Date Author Message File Revision
We use this functionality to provide a log of changes when we do a new build.
The statistics/charts aren't really of any interest.
Edited by: opticyclic on Oct 9, 2008 7:23 AM
Hello opticyclic,
Yes, I meant the repository tab.
This can be supported via a separate action to copy the data in a tab-delimited
format. You can file a JIRA issue requesting this.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Well I never got round to posting it in JIRA, but I found the need again today so I posted in YouTrack
http://youtrack.jetbrains.net/issue/IDEA-55733