Jump to content

Translations:KDevelop4/Manual/Sessions and projects/23/de: Difference between revisions

From KDE UserBase Wiki
DaGeRe89 (talk | contribs)
Initiale Übersetzung
 
(No difference)

Latest revision as of 15:23, 8 May 2012

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (KDevelop4/Manual/Sessions and projects)
* Assuming you don't already have a version checked out:
** In the dialog box, under <menuchoice>Select the source</menuchoice>, choose to use <menuchoice>Subversion</menuchoice>, <menuchoice>Git</menuchoice>, or one of the other choices
** Choose a working directory as destination into which the sources should be checked out
** Choose an URL for the location of the repository where the source files can be obtained
** Hit <menuchoice>Get</menuchoice>. This can take quite a long while; depending on the speed of your connection and the size of the project. Unfortunately, in '''KDevelop''' 4.2.x the progress bar does not actually show anything, but you can track progress by periodically looking at the output of the command line command {{Input|1=du -sk /path/to/KDevelop/project}} to see how much data has already been downloaded.
  • Angenommen Sie haben noch keine Version ausgecheckt:
    • Wählen Sie in der Dialogbox unter Nichts beschaffen einen Repository-Typ, beispielsweise Subversion oder Git
    • Wählen Sie ein Arbeitsverzeichnis in das die Quelltexte ausgecheckt werden sollen
    • Geben Sie die URL des Repositorys an, aus dem die Quelltexte heruntergealden werden sollen
    • Drücken Sie Holen. Das Herunterladen kann, abhängig von Ihrer Verbindungsgeschwindigkeit und der Projektgröße, eine zeitlang dauern.

(Ungücklicherweise funktioniert der Fortschrittsbalken in KDevelop 4.2.x nicht, allerdings kann man mittels der Befehlszeile kontrollieren, wie viel schon heruntergeladen wurde:

du -sk /path/to/KDevelop/project

)