Working With Multiple Sandboxes: Difference between revisions

From VrlWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
Note that you do not need multiple sandboxes to work on multiple versions of a project.  Program development directories (under '''project/''' and '''common/''') can be located anywhere and there can have replicated variations.  In this case the variants all share the same '''install/''' and '''import/''' directories.
Note that you do not need multiple sandboxes to work on multiple versions of a project.  Program development directories (under '''project/''' and '''common/''') can be located anywhere and there can have replicated variations.  In this case the variants all share the same '''install/''' and '''import/''' directories.


* Setting up and additional sandbox.
* Setting up an additional sandbox.




* Working with the legacy build system.
* Working with the legacy build system.

Revision as of 16:44, 21 July 2010

You might want to develop code in more than one sandbox. This is particularly useful for testing in a separate sandbox from your development sandbox.

Note that you do not need multiple sandboxes to work on multiple versions of a project. Program development directories (under project/ and common/) can be located anywhere and there can have replicated variations. In this case the variants all share the same install/ and import/ directories.

  • Setting up an additional sandbox.


  • Working with the legacy build system.