Name |
Sonar SCM Activity Plugin |
License |
Apache 2 |
Authors |
|
Jira |
http://jira.codehaus.org/browse/SONARPLUGINS/component/14305 |
Sources |
|
Latest version |
1.1 ( check version compatibility ) |
Download |
|
Download snapshot |
Plugin |
0.1 |
0.2 |
1.0 |
1.1 |
1.2-SNAPSHOT |
---|---|---|---|---|---|
Sonar |
1.12+ |
1.12+ |
2.0+ |
2.0+ |
2.0+ |
1.3 |
1.3 |
1.3 |
1.3 |
1.4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
Git (Pure Java) (see SONARPLUGINS-361) |
|
|
|
|
|
|
|
|
|
|
|
CVS (Pure Java) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Perforce (Pure Java) (see SONARPLUGINS-462) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Accurev (see SONARPLUGINS-455) |
|
|
|
|
|
- tested
- added and tested
- added, but not tested in real-life
- tested, but not working
- not implemented
This plugin collects and reports information from SCM.
To see a real life examples, you can browse following projects Nemo:
<scm> <connection>scm:svn:http://svn.codehaus.org/sonar-plugins/trunk/scm-activity</connection> <developerConnection>scm:svn:https://svn.codehaus.org/sonar-plugins/trunk/scm-activity</developerConnection> <url>http://svn.sonar-plugins.codehaus.org</url> </scm> |
Global/Project Settings
developerConnection
will be used, otherwise connection
Add following to .subversion/servers
:
[global] ssl-authority-files = /path/certificate.crt ssl-trust-default-ca = yes |
Create empty file .cvspass
Pure Java CVS "\[ERROR\] Didn't find password for CVSROOT" |
Just ignore this message - everything should work fine.
Try to set empty password for repository in .cvspass
. For example :
/1 :pserver:anonymous@javacaltools.cvs.sourceforge.net:2401/cvsroot/javacaltools A |
See SONARPLUGINS-603.
See SONARPLUGINS-601.