Git
Views
Personal tools
From LuxRender Wiki
Git is an alternative to CVS. It allows you to easily store a complete copy of the repository on your local machine and maintain local changes in it while at the same time tracking the official development. A git mirror of the LuxRender CVS repository is being maintained by Anders Nor Berle.
Contents |
Obtaining Git
Git should be available through the package system of most Linux distributions. If not available precompiled on your system, or you want to compile it yourself, see git's homepage.
Obtaining LuxRender Through Git
If git is installed, you should be able to clone the LuxRender repository by issuing the following command:
git clone git://git.andersberle.com/luxrender.git
This will put the repository in the subdirectory luxrender of your current directory. This directory contains all the files from the most recent version of the LuxRender source code and a directory called .git. To learn what to do from here, see the git tutorial or git for CVS users.