Difference between revisions of "Kopieren der Files von Datenträger"
| Line 8: | Line 8: | ||
== Programmcode kopieren== | == Programmcode kopieren== | ||
ARS-Programmcode (Verzeichnis ARSIN_V01) in das oben angegeben Verzeichnis kopieren. | ARS-Programmcode (Verzeichnis ARSIN_V01) in das oben angegeben Verzeichnis kopieren. | ||
| + | |||
| + | == Programmcode in Eclipse Importieren== | ||
| + | #start eclipse :) | ||
| + | #set the workspace to “S:\ARSIN_V01” | ||
| + | #File → Import … | ||
| + | #Git → Projects from Git (Next) | ||
| + | #Add… | ||
| + | #“S:\ARSIN_V01\.git” | ||
| + | #Next | ||
| + | #“Import Existing Projects” + “Try to share …” | ||
| + | #Next | ||
| + | #Select All | ||
| + | #Next/Finish | ||
Revision as of 11:22, 16 October 2012
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
Programmcode kopieren
ARS-Programmcode (Verzeichnis ARSIN_V01) in das oben angegeben Verzeichnis kopieren.
Programmcode in Eclipse Importieren
- start eclipse :)
- set the workspace to “S:\ARSIN_V01”
- File → Import …
- Git → Projects from Git (Next)
- Add…
- “S:\ARSIN_V01\.git”
- Next
- “Import Existing Projects” + “Try to share …”
- Next
- Select All
- Next/Finish