From: Martin Taibr Date: Fri, 19 Aug 2016 19:02:48 +0000 (+0000) Subject: How to downgrade X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=21216c8fd7b50ec97a45971c31d827f8d73a2137;p=xonotic%2Fxonotic.wiki.git How to downgrade --- diff --git a/Repository_Access.md b/Repository_Access.md index d4579d3..4e78fd1 100644 --- a/Repository_Access.md +++ b/Repository_Access.md @@ -87,6 +87,10 @@ To update your Git clone, you can repeat the commands above without the first *** +If you run into issues with the latest version you can easily revert to an older one. Since most bugs are caused by the game code rather that the engine, you just need to downgrade that repository. Inside the main xonotic repository, use `cd data/xonotic-data` and then `git checkout `. After that go back `cd -` and `./all compile` (with the optional `-r` flag). + +*** + Contributing and getting write access -------------------------------------