SVN
Jump to navigation
Jump to search
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
- You can browse the SVN repository through HTTP.
- Every time a commit is submitted:
- A mail with the commit diff is sent to the scummvm-cvs-logs mailing list.
- The CIA bot notifies the IRC Channel with the summary of the commit.
- The ScummVM Twitter channel is notified.
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.