This shows you the differences between two versions of the page.
|
glfusion:source [2011/08/29 15:43] Mark |
glfusion:source [2013/02/21 05:06] (current) Mark [Getting the Latest Development Code] |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== Web Based Source Viewer ===== | ===== Web Based Source Viewer ===== | ||
| - | You can easily browse through the source repository by using the [[https://glfusion.svn.sourceforge.net/viewvc/glfusion/|web-based viewer]]. The glFusion project is broken down into multiple branches: | + | You can easily browse through the source repository by using the [[http://sourceforge.net/p/glfusion/code/|web-based viewer]]. The glFusion project is broken down into multiple branches: |
| **trunk/** - contains the latest development code - what will become v1.3 (or 2.0). This is the bleeding edge stuff and may not always be in complete working order. | **trunk/** - contains the latest development code - what will become v1.3 (or 2.0). This is the bleeding edge stuff and may not always be in complete working order. | ||
| Line 35: | Line 35: | ||
| This command will check out the latest bleeding edge code: | This command will check out the latest bleeding edge code: | ||
| - | <code>svn co https://glfusion.svn.sourceforge.net/svnroot/glfusion/glfusion/trunk glfusion | + | <code>svn co http://svn.code.sf.net/p/glfusion/code/glfusion/trunk glfusion |
| </code> | </code> | ||
| - | This will create a directory called //**glfusion**// on your local system with the latest development branch. If you are using Subversion in the Windows environment, after installing a client like [[http://tortoisesvn.tigris.org/|Tortoise SVN]], simply right-click in an Explorer window and choose **SVN Checkout** from the context menu to load glFusion in the directory of your choice. | + | This will create a directory called //**glfusion**// on your local system with the trunk development branch. |
| Line 46: | Line 46: | ||
| <code> | <code> | ||
| - | svn co https://glfusion.svn.sourceforge.net/svnroot/glfusion/glfusion/releases/release-1.2.2.pl2 glfusion | + | svn co http://svn.code.sf.net/p/glfusion/code/glfusion/releases/release-1.2.2.pl3 glfusion |
| </code> | </code> | ||
| Line 52: | Line 52: | ||
| - | This will create a directory called //**glfusion**// on your local system with the latest **stable** branch. If you are using Subversion in the Windows environment, after installing a client like [[http://tortoisesvn.tigris.org/|Tortoise SVN]], simply right-click in an Explorer window and choose **SVN Checkout** from the context menu to load glFusion in the directory of your choice. | + | This will create a directory called //**glfusion**// on your local system with the latest **stable** branch. |
| + | |||
| + | If you are using Subversion in the Windows environment, after installing a client like [[http://tortoisesvn.tigris.org/|Tortoise SVN]], simply right-click in an Explorer window and choose **SVN Checkout** from the context menu to load glFusion in the directory of your choice. | ||
| **Download Archive** | **Download Archive** | ||
| - | You can also download an archive of the full stable branch directly from the source control system: [[http://glfusion.svn.sourceforge.net/viewvc/glfusion/glfusion/stable.tar.gz?view=tar|stable.tar.gz]] | + | You can also download an archive of the full stable branch directly from the source control system: [[http://www.glfusion.org/files/glfusion-1.3.0.tar.gz|glfusion-1.3.0.tar.gz]] |
| Line 82: | Line 83: | ||
| <code> | <code> | ||
| - | svn co https://glfusion.svn.sourceforge.net/svnroot/glfusion/##PLUGINNAMEHERE##/trunk/ ##PLUGINNAME## | + | svn co http://svn.code.sf.net/p/glfusion/code/##PLUGINNAMEHERE##/trunk/ ##PLUGINNAME## |
| Line 91: | Line 92: | ||
| Replace the ##PLUGINNAMEHERE## with the name of the plugin you wish to checkout. | Replace the ##PLUGINNAMEHERE## with the name of the plugin you wish to checkout. | ||
| - | You may want to use the [[https://glfusion.svn.sourceforge.net/viewvc/glfusion/|web-based viewer]] to check and see if the plugin has a **trunk/** and **release/** sub directory. | + | You may want to use the [[http://svn.code.sf.net/p/glfusion/code|web-based viewer]] to check and see if the plugin has a **trunk/** and **release/** sub directory. |
| ====== General Notes ====== | ====== General Notes ====== | ||