close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of Internal/EvaluationValidation/Tools


Ignore:
Timestamp:
May 24, 2012, 12:26:07 AM (12 years ago)
Author:
nkiran
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Internal/EvaluationValidation/Tools

    v1 v1  
     1== !NetMobilityTracker ==
     2
     3=== Installation ===
     4
     5 * Install [http://developer.android.com/sdk/index.html Android SDK] (incl. ADT Plugin for Eclipse if developing using Eclipse - recommended)
     6 * Obtain !NetMobilityTracker project code from !MobilityFirst SVN: https://svn.orbit-lab.org/mobilityfirst/trunk/code/tools/NetMobilityTracker
     7
     8{{{
     9> svn co https://svn.orbit-lab.org/mobilityfirst/trunk/code/tools/NetMobilityTracker
     10}}}
     11 * Create new project in Eclipse (choose project with existing sources option) and point to the sources checked out from SVN
     12
     13==== Notes about SVN use: ====
     14 * You can obtain access to SVN by first [http://orbit-lab.org/wiki/HowToGetStarted creating an ORBIT account], and then requesting access to SVN by sending email to Ivan or Kiran with ORBIT account ID
     15 * '''DO NOT update SVN at above directory''' if you haven't cleared it with project leads.
     16 * [http://svnbook.red-bean.com/en/1.7/svn.branchmerge.using.html Create an SVN branch] of the directory under https://svn.orbit-lab.org/mobilityfirst/branch and commit any updates there.
     17 * Updates to branch can be easily merged with trunk once the changes have been approved.