SVN (deprecated)

From OpenKore Wiki
Revision as of 21:24, 13 April 2021 by 4epT (talk | contribs)
Jump to navigation Jump to search

WARNING

The OpenKore project has to moved to GitHub as of Feburary 28th 2016. The old repository at SourceForge.net has been deprecated and made read-only. Get Openkore at GitHub

Subversion (SVN)

Subversion (SVN) is a version control system initiated in 1999 by CollabNet Inc. It is used to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly-compatible successor to the widely used Concurrent Versions System (CVS).

Subversion is well-known in the open source community and is used on many open source projects, including Apache Software Foundation, Free Pascal, FreeBSD, GCC, Django, Ruby, Mono, SourceForge.net, ExtJS, Tigris.org, and PHP. Google Code also provides Subversion hosting for their open source projects. BountySource systems use it exclusively. Codeplex offers access to both Subversion as well as other types of clients.

Subversion is also being adopted in the corporate world. In a 2007 report by Forrester Research, Subversion was recognized as the sole leader in the Standalone Software Configuration Management (SCM) category and a strong performer in the Software Configuration and Change Management (SCCM) category.[1]

Subversion is released under the Apache License, making it open source.

(Source: http://en.wikipedia.org/wiki/Subversion_(software) , 8. Nov 2009)

OpenKore SVN

OpenKore SVN at SourceForge

From a console, you can directly check out the ENTIRE openkore source tree using

svn co https://svn.code.sf.net/p/openkore/code openkore

This is a read-only repository link, unless you are logging in to make commits as a developer.

(Found at: [1], more details at [2])

SVN Tutorials

Yes, we knew you would ask this, so, our best suggestion is to learn how to search for tutorials for SVN.

Rather than reinventing the wheel, use a search engine like Google, so: Google "How to use SVN"