]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Git.textile
added quakec
[xonotic/xonotic.wiki.git] / Git.textile
index 9dc7028a5c0f4695e364ee7ecb170573ff3cbe12..923ff0061a2abd150b7aff896a5aa5898848157d 100644 (file)
@@ -5,18 +5,20 @@ h2. After cloning the repository.
 After you cloned the repository (using <code>git clone <url></code>) you are ready to start creating a branch to start working.
 Please check [[Repository Access]] to make sure you checked out *all* of the repositories. <code>data/</code> for example resides in its own repo.
 
-h2. "Did i mess up or is data/ of git.xonotic.org/xonotic.git actually empty?"
+h2. "Did i mess up or is data/ of git.xonotic.org/xonotic/xonotic.git actually empty?"
 
 The game content can be divided into several distinct parts, like the <code>data/</code> directory, and some of its subdirectories. This is why there are several repositories, and a helper script to fetch and update them all. This is described in [[Repository Access]] under "Working with the helper script ./all"
 
 The current structure looks as follows:
 |_.Directory|_.Repository|
-|<code>/</code>|git.xonotic.org/xonotic.git|
-|<code>/darkplaces</code>|git.xonotic.org/darkplaces.git|
-|<code>/data/xonotic-data.pk3dir</code>|git.xonotic.org/xonotic-data.pk3dir.git|
-|<code>/data/xonotic-maps.pk3dir</code>|git.xonotic.org/xonotic-maps.pk3dir.git|
-|<code>/data/xonotic-music.pk3dir</code>|git.xonotic.org/xonotic-music.pk3dir.git|
-|<code>/data/xonotic-nexcompat.pk3dir</code>|git.xonotic.org/xonotic-nexcompat.pk3dir.git|
+|<code>/</code>|git://git.xonotic.org/xonotic/xonotic.git|
+|<code>/darkplaces</code>|git://git.xonotic.org/xonotic/darkplaces.git|
+|<code>/data/xonotic-data.pk3dir</code>|git://git.xonotic.org/xonotic/xonotic-data.pk3dir.git|
+|<code>/data/xonotic-maps.pk3dir</code>|git://git.xonotic.org/xonotic/xonotic-maps.pk3dir.git|
+|<code>/data/xonotic-music.pk3dir</code>|git://git.xonotic.org/xonotic/xonotic-music.pk3dir.git|
+|<code>/data/xonotic-nexcompat.pk3dir</code>|git://git.xonotic.org/xonotic/xonotic-nexcompat.pk3dir.git|
+
+When using the ssh protocol, the xonotic/ directory is skipped, so it's just: git.xonotic.org/xonotic.git
 
 You can still use the <code>data/</code> directory as base for the game since darkplaces now supports <code>.pk3dir</code> directories natively.