Difference between revisions of "Clone the ARSIN V01 Repository"

From SIMA wiki
Jump to: navigation, search
(Add Projects to Workspace)
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Laufwerk S: anlegen (Windows)==
+
==Clone Code==
In der Eingabeaufforderung folgenden Befehl eingeben:
+
use the eclipse plugin [[EGIT|EGIT]] or the standalone GUI [[TortoiseGIT|TortoiseGIT]]
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
+
For more detailed GIT Information see [[Umgang mit Git]]
  
 +
== Add Projects to Workspace ==
  
== Clone Code ==
+
# Open the first level of the repository tree.[[File:Git repo view.png|thumb|200px|center]]
#start eclipse
+
#Right click on “Working directory” and select “Import Projects”
#Window/Open Perspective/Other …
+
#Select “Import Existing Projects” and press “Next”[[File:ImportSelect.png|thumb|200px|center]]
#“Git Repository Exlopering” → Ok
+
#Select All projects (currently: DecisionUnitInterface, DecisionUnitMasonInspectors, DecisionUnits, ExtTools, Sim, TestApps, World)[[File:SelectProjects.png|thumb|200px|center]]
#In case the message with the environment variable HOME appears, please ignore it and press Ok
+
#Press “Finish”
#Select the “Git Repository Exlopering” View
+
#Switch to view “Java”
#Select the icon for “Clone a Git Repository and add the clone to this view”
+
#Wait until workspace has been built
#Enter ssh://USERNAME@vesta.ict.tuwien.ac.at/home/prj/ARS/GITRoot/ARSIN_V01 in the field URI
+
#In the package explorer are eight projects visible plus the git related information [ARSIN_V01 master][[File:After import.png|thumb|200px|center]]
#Enter your username and password in the fields in the Authentication from group
+
 
#Press button “Next”
+
back to:[[Code repository and Eclipse]]
#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.
+
If there is any problem with the project path set the project path manually in
#Press button “Finish”
+
GeneralTools/statictools/clsGetARSPath
# Wait until cloning has finished. Typically a few minutes.
+
 
#Now, the ARSIN_V01 code repository is visible in the Git Repositories tab.
+
Don't push the changes in clsGetARSPath to the repository!!!!!!

Latest revision as of 12:25, 2 October 2013

Clone Code

use the eclipse plugin EGIT or the standalone GUI TortoiseGIT

For more detailed GIT Information see Umgang mit Git

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


If there is any problem with the project path set the project path manually in GeneralTools/statictools/clsGetARSPath

Don't push the changes in clsGetARSPath to the repository!!!!!!