From 83bf964574e0cc4e6a71eb502ad9dd3c7a7cea86 Mon Sep 17 00:00:00 2001 From: divVerent Date: Thu, 18 Mar 2010 08:25:00 +0000 Subject: [PATCH] (Commit created by redmine exporter script from page "Repository_Access" version 1) --- Repository_Access.textile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Repository_Access.textile diff --git a/Repository_Access.textile b/Repository_Access.textile new file mode 100644 index 0000000..1db3d01 --- /dev/null +++ b/Repository_Access.textile @@ -0,0 +1,32 @@ +h1. Repository Access + +The repository is accessed using git. + +h2. Linux/OS X: + +First, you install git using your favorite package manager. Then: + + +git clone git://git.xonotic.org/xonotic/xonotic.git +cd xonotic +sh all-update.sh + + +h2. Getting write access + +To apply for write access, make an issue of type "Support" in the category "Repository" and attach your public SSH key to it. + +To cleanly check out then, you would do: + + +git clone ssh://xonotic@git.xonotic.org/xonotic.git +cd xonotic +sh all-update.sh + + +If you already have a checkout, you would do: + + +git config remote.origin.url ssh://xonotic@git.xonotic.org/xonotic.git +sh all-update.sh + -- 2.39.2