Version 4 (modified by 4 years ago) ( diff ) | ,
---|
Studio Repository
First setup the Git plugin for Godot
The repository that contains the Godot project files and resources is called Revenant Studio and can be cloned onto your local machine using the following command:
git clone <your-user-name>@gauss.extollit.com:/opt/git/revenant-studio.git
Replace your-user-name with your SSH user name registered on this server, which is the same user name you used to login to Trac here. If you have setup Git correctly on your machine for working with our repositories then it should download the repository onto your machine
Sandbox Testing Mode
For collaboration with the rest of the team in Godot and not working on any Revenant production work switch to the sandbox branch before committing any code. To switch to that branch enter the following command from within the 'revenant-studio folder:
git checkout sandbox
Code Repository
The repository that contains the GD Native libraries used by Studio is called Revenant. This is a C++17 project and is meant for senior devs experienced in advanced C++. This can be cloned onto your local machine using the following command:
git clone <your-user-name>@gauss.extollit.com:/opt/git/revenant.git
Replace your-user-name with your SSH user name registered on this server, which is the same user name you used to login to Trac here. If you have setup Git correctly on your machine for working with our repositories then it should download the repository onto your machine