Difference between revisions of "SVN"

From ScummVM :: Wiki
Jump to navigation Jump to search
(Add a new basic page for the SVN project service (based on contents of the Developer Center))
 
(Add a section with statistics (based on the contents from the Developer Central))
Line 15: Line 15:
* Before you write/submit code, you must read about our [[Code Formatting Conventions]]. Patches which do not follow them will be rejected or at least delayed until they are cleaned up to comply to them.
* Before you write/submit code, you must read about our [[Code Formatting Conventions]]. Patches which do not follow them will be rejected or at least delayed until they are cleaned up to comply to them.
* If you have write access to our repository, you are expected to have read and to comply to the [[Commit Guidelines]].
* If you have write access to our repository, you are expected to have read and to comply to the [[Commit Guidelines]].
=CVS/SVN Statistics=
Our commit logs are fed to several freely available statistics tools:
* [https://sourceforge.net/project/stats/detail.php?group_id=37116&ugn=scummvm&type=svn SourceForge Subversion Activity Statistics]
* [http://fisheye3.cenqua.com/browse/scummvm/ FishEye SVN statistics]
* [http://fisheye1.cenqua.com/browse/scummvm/ FishEye CVS statistics] prior to Feb 6th, 2006
* [http://cia.vc/stats/project/ScummVM CIA SVN statistics], current development
* [http://www.ohloh.net/projects/113 ohloh project analysis] nice graphs and devs activity
* [http://www.koders.com/info.aspx?c=ProjectInfo&pid=GGWGLGR5Z5XF9MGEE816ZHSGTB Koders statistics]

Revision as of 22:19, 19 July 2009

SVN Project Service
URL(s) http://sourceforge.net/scm/?type=svn&group_id=37116 http://scummvm.svn.sourceforge.net/viewvc/scummvm/ https://scummvm.svn.sourceforge.net/svnroot/scummvm
Purpose Store the project's source code, keeping the development history and allowing collaborative work.
Maintainer(s) Max Horn (Fingolfin), Eugene Sandulenko (Sev)

Keeping updated

Committing

  • Before you write/submit code, you must read about our Code Formatting Conventions. Patches which do not follow them will be rejected or at least delayed until they are cleaned up to comply to them.
  • If you have write access to our repository, you are expected to have read and to comply to the Commit Guidelines.

CVS/SVN Statistics

Our commit logs are fed to several freely available statistics tools: