Difference between revisions of "SVN (deprecated)"

From OpenKore Wiki
Jump to navigation Jump to search
m (4epT moved page sVN (deprecated) to SVN (deprecated) over a redirect without leaving a redirect)
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
== WARNING ==
 +
<span style="font-weight:bold; color:red;">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 [[Git|GitHub]]</span>
 +
 
==Subversion (SVN)==
 
==Subversion (SVN)==
  
Line 17: Line 20:
 
From a console, you can directly check out the ENTIRE openkore source tree using
 
From a console, you can directly check out the ENTIRE openkore source tree using
  
  svn co https://openkore.svn.sourceforge.net/svnroot/openkore openkore
+
  svn co https://svn.code.sf.net/p/openkore/code openkore
  
(Found at: [http://sourceforge.net/scm/?type=svn&group_id=94364] )
+
This is a read-only repository link, unless you are logging in to make commits as a developer.
 +
 
 +
(Found at: [http://sourceforge.net/scm/?type=svn&group_id=94364], more details at [http://sourceforge.net/p/forge/documentation/svn/#checkout-url])
  
 
==SVN Tutorials==
 
==SVN Tutorials==
Line 27: Line 32:
 
Rather than reinventing the wheel, use a search engine like Google, so:
 
Rather than reinventing the wheel, use a search engine like Google, so:
 
[http://www.google.ca/search?q=How+to+use+SVN Google "How to use SVN"]
 
[http://www.google.ca/search?q=How+to+use+SVN Google "How to use SVN"]
 +
 +
[[Category:Deprecated]]

Latest revision as of 21:23, 27 April 2021

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"