User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
general:developer_faq [2012-11-29 10:54]
Carsten old revision restored (2012-11-06 16:26)
general:developer_faq [2017-02-06 11:43] (current)
Carsten [How can I clone the Cafu source code repository?]
Line 54: Line 54:
 ===== How can I clone the Cafu source code repository? ===== ===== How can I clone the Cafu source code repository? =====
  
-/* We have recently completed our migration from Subversion to Git (detailed report: [[http://www.cafu.de/forum/​viewtopic.php?​f=14&​t=1090|Part 1]], [[http://www.cafu.de/forum/​viewtopic.php?​f=14&​t=1092|Part 2]]). */+/* We have recently completed our migration from Subversion to Git (detailed report: [[http://forum.cafu.de/​viewtopic.php?​f=14&​t=1090|Part 1]], [[http://forum.cafu.de/​viewtopic.php?​f=14&​t=1092|Part 2]]). */
  
 You can /*now*/ clone the Cafu source code repository like this: You can /*now*/ clone the Cafu source code repository like this:
 <code bash> <code bash>
-> git clone https://​bitbucket.org/​cafu/​cafu.git Cafu+> git clone --recursive ​https://​bitbucket.org/​cafu/​cafu.git Cafu
 </​code>​ </​code>​
  
-Our Git project page is https://​bitbucket.org/​cafu/​cafu,​ where you can browse the repository online, create forks, ​post pull requests, and find very good related ​help texts+Also see [[cppdev:​gettingstarted]] for more details and https://​bitbucket.org/​cafu/​cafu,​ where you can browse the repository online, create forks, ​submit ​pull requests, and find additional ​help texts.
- +
-See [[cppdev:​gettingstarted#​git_repository_access|Git Repository Access]] for more details.+
  
 ===== How do I start a new game (MOD) project? ===== ===== How do I start a new game (MOD) project? =====
general/developer_faq.1354182899.txt.gz · Last modified: 2013-01-07 12:07 (external edit)