Editing SVN

From BRL-CAD

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
The in-development code for BRL-CAD can be accessed via Subversion using the command <pre>svn co https://svn.code.sourceforge.net/p/brlcad/code/<module>/trunk <module></pre>
+
The in-development code for BRL-CAD can be accessed via subversion using the command <pre>svn co https://brlcad.svn.sourceforge.net/svnroot/brlcad/<branch>/trunk <branch></pre>
where <module> is one of the following:
+
where <branch> is one of the following:
* '''brlcad''' - If you don't know which you want, this is probably it. This branch contains the code for the full BRL-CAD suite itself, including tools such as mged and rt.
+
* brlcad - If you don't know which you want, this is probably it. This branch contains the code for the full BRL-CAD suite itself, including tools such as mged and rt.
* '''jbrlcad''' - A currently inactive experimental project consisting of a very partial implementation of librt in pure Java. This served as a study of the adaptability of librt's interface to an object oriented paradigm, which turned out to be very high.
+
* jbrlcad - A currently inactive experimental project consisting of a very partial implementation of librt in pure java. This served as a study of the adaptability of librt's interface to the object oriented paradigm, which turned out to be very high.
* '''rt^3''' - Early development of a C++ geometry engine interface and a new modeling GUI.
+
* rt^3 - Early development C++ interface and reworked modeling GUI code.
* '''rtcmp''' - Code for a tool to compare the output of librt with that of other ray tracing libs.
+
* rtcmp - Code for a tool to compare the output of librt with that of other libs.
* '''web''' - Placeholder for version control of the website.
+
* web - Placeholder for version control of the website.
  
More information about specific branches and the code contained within them can be had by [http://brlcad.org/d/contact contacting the developers] responsible, or a similarly knowledgeable community member.
+
More information about specific branches and the code contained within them can be had by [http://brlcad.org/d/contact contacting the developers] responsible, or a similarily knowledgeable community member.
 
 
Some information may be found on other pages here.  To wit:
 
 
 
* [[Mime-types]]
 
* [[Undoing-a-commit|Undoing a commit]]
 
 
 
[[category:Getting started]]
 

Please note that all contributions to BRL-CAD may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see BRL-CAD:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)
Retrieved from "https://brlcad.org/wiki/SVN"