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 indication that we are now using git)
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
url=http://sourceforge.net/scm/?type=svn&group_id=37116 http://scummvm.svn.sourceforge.net/viewvc/scummvm/ https://scummvm.svn.sourceforge.net/svnroot/scummvm|
url=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.|
purpose=Store the project's source code, keeping the development history and allowing collaborative work.|
maintainer=Max Horn ([[User:Fingolfin|Fingolfin]]), Eugene Sandulenko ([[User:Sev|Sev]])
maintainer=Eugene Sandulenko ([[User:Sev|Sev]])
}}
}}
'''The project repository has been migrated to [[Git]]. Do not use the SVN repository.'''


=Keeping updated=
=Keeping updated=
Line 15: Line 17:
* 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]

Latest revision as of 19:33, 1 September 2015

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) Eugene Sandulenko (Sev)

The project repository has been migrated to Git. Do not use the SVN repository.

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: