Difference between revisions of "Clone the ARSIN V01 Repository"

From SIMA wiki
Jump to: navigation, search
(Add Projects to Workspace)
Line 6: Line 6:
  
  
== Clone Code ==
+
==Clone Code==
#start eclipse
+
use [[EGIT]] or [[TortoiseGIT]]
#Window/Open Perspective/Other …
 
#“Git Repository Exlopering” → Ok
 
#In case the message with the environment variable HOME appears, please ignore it and press Ok
 
#Select the “Git Repository Exlopering” View [[File:Git repo expl view.png|thumb|200px|center]]
 
#Select the icon for “Clone a Git Repository and add the clone to this view” [[File:Git clone repo.png|thumb|200px|center]]
 
#Enter ssh://USERNAME@vesta.ict.tuwien.ac.at/home/prj/ARS/GITRoot/ARSIN_V01 in the field URI
 
#Enter your username and password in the fields in the Authentication from group
 
#Press button “Next”
 
#Select all branches. Currently (CB and master).
 
#Press button “Next”
 
#Enter S:\ARSIN_V01 as destination directory. Initial branch is master; Remote name is origin.
 
#Press button “Finish”
 
# Wait until cloning has finished. Typically a few minutes.
 
#Now, the ARSIN_V01 code repository is visible in the Git Repositories tab.[[File:Git view working.png|thumb|200px|center]]
 
  
 
== Add Projects to Workspace ==
 
== Add Projects to Workspace ==

Revision as of 11:12, 17 January 2013

Laufwerk S: anlegen (Windows)

In der Eingabeaufforderung folgenden Befehl eingeben:

subst s: "<Pfad an dem der Code abgelegt werden soll>"

Anschließend den Befehl in einer .bat Datein speichern um im Windows Startup Ordner ablegen


Clone Code

use EGIT or TortoiseGIT

Add Projects to Workspace

  1. Open the first level of the repository tree.
    Git repo view.png
  2. Right click on “Working directory” and select “Import Projects”
  3. Select “Import Existing Projects” and press “Next”
    ImportSelect.png
  4. Select All projects (currently: DecisionUnitInterface, DecisionUnitMasonInspectors, DecisionUnits, ExtTools, Sim, TestApps, World)
    SelectProjects.png
  5. Press “Finish”
  6. Switch to view “Java”
  7. Wait until workspace has been built
  8. In the package explorer are eight projects visible plus the git related information [ARSIN_V01 master]
    After import.png

back to:Code repository and Eclipse