>
<

Programming Environment


platform-*

platform-windows

platform-linux

platform-macos

platform-winrt

platform-android

platform-ios

 

A change done at stage branch - the release branch - should also be done at basis branch - the development branch. So, fixes applied to stage release will be present in basis development.

Generally, a change is done only once when on basis branch. Check the process for details.
Only latest release and in-development versions are supported.

As general guideline, older releases aren't supported.

Code may be erased or (deeply) changed in basis branch. Therefore, some fixes may apply to code that is still present just at stage branch. Such a fix/change may be modified to fit the erased/(deeply) changed code at basis branch, if applicable.


Get The Source Code

  1. Create a folder with chosen name.
    It will be called projectfolder.
    Don't use root paths or the root of special folders directly as projectfolder, e.g., don't use C:\Program Files (x86)\, /home/newuser, C:/ or / as projectfolder.
  2. Download SmartSVN to checkout.
  3. Checkout https://ca2.software/app/basis/ to folder projectfolder/app
  4. Checkout https://ca2.software/platform-*/basis/ to the folder "projectfolder/platform"
    platform-* may be currently:

    platform-windows

    platform-linux

    platform-macos

    platform-winrt

    platform-android

    platform-ios


  5. Check out other https://ca2.software/*/basis to "projectfolder/*" as needed.

Example:

https://ca2.software/app-core/basis/

to the folder "projectfolder/app-core"

Examples:

windows
C:\pleasetestthisca2repository\app
C:\firstca2application\app
C:\veriwellmusicalplayer lite\app
linux
/home/ca2/porttoubuntu/app


 

 

The solution files will lay inside the subfolder

Windows
projectfolder/platform/ seed/metaseed/*.sln in windows or

Linux
projectfolder/seed/
metaseed/*.workspace

Windows

C:\pleasetestthisca2repository\platform\seed\metaseed\core_hellomultiverse.sln
linux eXample
/home/ca2/portprojecttoubuntu/node/seed/metaseed/all






>> process