HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Obtaining the Source Code¶
Here I will describe the process of obtaining the source code for the MGOS Project
Using the SVN command line¶
To check out a the trunk (most recent version) of the MGOS Project use the following SVN command line:
svn checkout http://meganet-operating-system.googlecode.com/svn/trunk/ meganet-operating-system-read-only
However, If you are a member of the MGOS Project and have Write Access, use this SVN command line:
# Change user@domain.com to your username svn checkout https://meganet-operating-system.googlecode.com/svn/trunk/ meganet-operating-system --username user@domain.com
Using TortoiseSVN¶
To check out the trunk of the MGOS Project using TortoiseSVN, do the following:
NOTE: The URL is the same as used in the SVN command line examples http:// for Read-Only or https:// for Write Access.
- Navigate to the location that you want to place the source code (C:\MGOS)
- Right click within the folder and select SVN Checkout...
- Enter the Projects SVN URL wher it says URL of repository:
- Click OK to check out the source code.