Difference between revisions of "Clone the ARSIN V01 Repository"
(Created page with "== 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 e...") |
|||
Line 5: | Line 5: | ||
Anschließend den Befehl in einer .bat Datein speichern um im Windows Startup Ordner ablegen | Anschließend den Befehl in einer .bat Datein speichern um im Windows Startup Ordner ablegen | ||
− | + | ||
== Clone Code == | == Clone Code == | ||
#start eclipse | #start eclipse | ||
Line 11: | Line 11: | ||
#“Git Repository Exlopering” → Ok | #“Git Repository Exlopering” → Ok | ||
#In case the message with the environment variable HOME appears, please ignore it and press Ok | #In case the message with the environment variable HOME appears, please ignore it and press Ok | ||
− | # Select the “Git Repository Exlopering” View | + | #Select the “Git Repository Exlopering” View [[File:Example.jpg]] |
− | #Select the icon for “Clone a Git Repository and add the clone to this view” | + | #Select the icon for “Clone a Git Repository and add the clone to this view” [[File:Example.jpg]] |
− | # Enter ssh://USERNAME@vesta.ict.tuwien.ac.at/home/prj/ARS/GITRoot/ARSIN_V01 in the field URI | + | #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 | #Enter your username and password in the fields in the Authentication from group | ||
#Press button “Next” | #Press button “Next” | ||
− | # Select all branches. Currently (CB and master). | + | #Select all branches. Currently (CB and master). |
#Press button “Next” | #Press button “Next” | ||
#Enter S:\ARSIN_V01 as destination directory. Initial branch is master; Remote name is origin. | #Enter S:\ARSIN_V01 as destination directory. Initial branch is master; Remote name is origin. | ||
#Press button “Finish” | #Press button “Finish” | ||
# Wait until cloning has finished. Typically a few minutes. | # Wait until cloning has finished. Typically a few minutes. | ||
− | #Now, the ARSIN_V01 code repository is visible in the Git Repositories tab. | + | #Now, the ARSIN_V01 code repository is visible in the Git Repositories tab. [[File:Example.jpg]] |
Revision as of 11:27, 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
Clone Code
- start eclipse
- 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:Example.jpg
- Select the icon for “Clone a Git Repository and add the clone to this view” File:Example.jpg
- 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:Example.jpg