What is the translation of " GIT SVN " in German?

Git Svn

Examples of using Git svn in English and their translations into German

{-}
  • Colloquial category close
  • Official category close
  • Ecclesiastic category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Political category close
  • Computer category close
  • Programming category close
  • Official/political category close
  • Political category close
Support for various VCS like git, svn& Mercurial!
Unterstützung verschiedener VCS wie git, svn& Mercurial!
Git svn has two commands to help with this issue.
Git svn kennt zwei Befehle, um Dir bei diesem Problem zu helfen.
You should know two important things about git svn log.
Du solltest zwei wichtige Dinge über git svn log wissen.
The first is git svn create-ignore, which automatically creates corresponding.
Der erste ist git svn create-ignore, der automatisch entsprechende.
Generally there are multiple options bazaar, mercurial, git, svn.
Im Allgemeinen gibt es zahlreiche Optionen Basar, Quecksilber-, Git, svn.
Note that git svn should only be a temporary phase of your migration process.
Beachte, dass git svn nur eine Übergangsphase in deinem Migrationsprozess sein darf.
The examples in the previous section show schacon in some places,such as the blame output and the git svn log.
Die Beispiele in den vorherigen Abschnitten zeigten dafür manchmal schacon an,wie beispielsweise bei der Ausgabe von blame und bei git svn log.
You can provide this file to git svn to help it map the author data more accurately.
Du kannst diese Datei dann git svn zur Verfügung stellen um das Tool dabei zu unterstützen, die Autoreninformationen besser zu mappen.
Git svn clone file:///tmp/test-svn-s At this point, you should have a valid Git repository that has imported your branches and tags.
Git svn clone file: ///tmp/test-svn -s Jetzt solltest Du ein Git-Repository erzeugt haben, in das Deine Branches und Tags übernommen wurden.
You will spend the first part of this chapter learning about git svn, the bidirectional Subversion gateway tool in Git..
Im ersten Teil dieses Kapitels werden wir das bidirektionale Gateway zwischen Git und Subversion kennenlernen: git svn.
You will start with the git svn clone command, which imports an entire Subversion repository into a local Git repository.
Du beginnst mit dem git svn cloneKommando, das ein komplettes Subversion-Repository in ein lokales Git-Repository importiert.
If you're used to Subversion and want to see your history in SVN output style,you can run git svn log to view your commit history in SVN formatting.
Historie im SVN-Stil Wenn Du an Subversion gewöhnt bist und Deine Historie so sehen möchtest, wie SVN sie ausgeben würde,kannst Du git svn log ausführen, um Deine Commit-Historie in der SVN-Formatierung anzusehen.
The git svn command includes an option called--authors-prog, which points to a script that automatically transforms SVN usernames into Git authors.
Der Befehl git svn enthält die Option--authors-prog, die auf ein Skript zeigt, das SVN-Benutzernamen automatisch zu Git-Autoren transformiert.
All these special arguments will be passed to“git svn” in order, and their values must be relative paths to the svn repo root dir.
Alle diese speziellen Argumente werden der Reihe nach an„git svn“ übergeben, und ihre Werte müssen relative Pfade zum SVN-Repo-Root-Verzeichnis sein.
The git svn clone command imports your SVN branches as remote branches and imports your SVN tags as remote branches prefixed with tags/.
Der Befehl git svn clone importiert deine SVN-Branches als Remote Branches und importiert deine SVN-Tags als Remote Branches, die über das Präfix tags/ verfügen.
Notice how in the example of remote references imported from git svn, tags are added as remote branches, not as real Git tags?
Hast Du bemerkt, dass die entfernten Referenzen, die von git svn im Beispiel importiert wurden, nicht als echte Git-Tags importiert wurden, sondern als entfernte Branches?
The second command is git svn show-ignore, which prints to stdout the lines you need to put in a. gitignore file so you can redirect the output into your project exclude file.
Der zweite Befehl ist git svn show-ignore, der Dir diejenigen Zeilen auf stdout ausgibt, die Du in eine. gitignore-Datei einfügen musst.
However, if you have a very large SVN repository and want to cut down on the conversion time,you can run git svn clone on the SVN server instead of on the migration lead's local machine.
Wenn du jedoch ein sehr großes SVN-Repository hast und die Konvertierungszeit reduzieren willst,kannst du git svn clone auf dem SVN-Server ausführen, anstatt auf dem lokalen Rechner des Migration Lead.
We will do this with the git svn utility that is included with most Git distributions, then we will clean up the results with svn-migration-scripts. jar.
Wir machen das mit dem Dienstprogramm git svn, das bei den meisten Git-Distributionen inbegriffen ist und dann reinigen wir die Ergebnisse mit svn-migration-scripts.jar.
If you have local changes,you must either stash your work or temporarily commit it before running git svn rebase- otherwise, the command will stop if it sees that the rebase will result in a merge conflict.
Du musst Dir aber sicher sein, dass Dein Arbeitsverzeichnis"sauber" ist, bevor Du den Befehl ausführst. Wenn Du lokale Änderungen hast,musst Du Deine Arbeit vor dem git svn rebase entweder stashen oder temporär commiten.
You can also tell git svn not to include the metadata that Subversion normally imports, by passing--no-metadata to the clone or init command.
Du kannst git svn ebenfalls mitteilen, dass es die Metadaten nicht einbeziehen soll, die Subversion normalerweise importiert, indem Du dem clone oder init Kommando die--no-metadata-Option mitgibst.
It's important to remember that unlike Git, which requires you to merge upstream work you don't yet have locally before you can push, git svn makes you do that only if the changes conflict.
Es ist wichtig, im Hinterkopf zu behalten, dass git svn sich an dieser Stelle anders als Git verhält. Git erwartet von Dir, dass Du upstream-Arbeiten, die Du lokal noch nicht hast, zunächst mergst, bevor Du pushen kannst.
The git svn tools are useful if you're stuck with a Subversion server for now or are otherwise in a development environment that necessitates running a Subversion server.
Die git svn-Werkzeuge sind sehr nützlich, wenn Du derzeit(noch) an einen Subversion-Server gebunden bist oder Dich anderweitig in einer Entwicklungsumgebung befindest, die nicht auf einen Subversion-Server verzichten kann.
The reason to prefer rebasing is that Subversion has a linear history and doesn't deal with merges like Git does,so git svn follows only the first parent when converting the snapshots into Subversion commits.
Der Grund dafür, das Rebase zu bevorzugen, liegt darin, dass Subversion eine lineare Historie hat und mit dem Merge-Operationen nicht wieGit es tut. Daher folgt git svn nur dem ersten Elternelement, wenn es Snapshots in Subversion-Commits umwandelt.
The git svn toolset provides a number of commands to help ease the transition to Git by providing some functionality that's similar to what you had in Subversion.
Das git svn -Werkzeug bietet eine ganze Reihe von Befehlen an, die Dir helfen, den Übergang zu Git zu vereinfachen, indem sie einige Funktionen bereitstellen, die jeden ähneln, die Du bereits in Subversion kanntest.
Other notable changes were the git add pathnow equating to git add-A path, git svn default prefixes changed and now placed remote-tracking branches under refs/remotes/origin(instead of directly under refs/remote), and non breaking changes got grouped by demand.
Weitere wichtige Neuerungen waren dieAngleichung der Pfade von"git add" und"git add -A", eine Änderung der standardmäßigen"git svn"-Präfixe, sodass Remote-Tracking Branches nun unter refs/remotes/origin(und nicht mehr direkt unter refs/remote) abgelegt werden, sowie die Gruppierung nicht umbrechender Änderungen nach Befehlen.
Integration: TFS, Git, SVN, IBM ClearCase, Perforce, CVS, Serena ChangeMan, CA Release Automation and CA Harvest, Jenkins, Hudson, Bamboo, TeamCity, TeamForgeEnterprise scalability and cross-platform support- most common languages for cross-platforms supported by default, including z/OS.
Integrationen: TFS, Git, SVN, IBM ClearCase, Perforce, CVS, Serena ChangeMan, CA Release Automation and CA Harvest, Jenkins, Hudson, Bamboo, TeamCity, TeamForgeEnterprise Skalierbarkeit und Cross-Plattform Support- standardmäßige Unterstützung der meisten gängigen Sprachen für Cross-Plattformen, einschließlich z/OS.
If you read the previous section about using git svn, you can easily use those instructions to git svn clone a repository; then, stop using the Subversion server, push to a new Git server, and start using that.
Wenn Du die letzten Abschnitte über git svn gelesen hast, kannst Du diese Anleitungen ganz einfach benutzen um mit git svn clone ein Repository zu klonen. Anschließend stoppst den Subversion-Server, führst einen Push auf den neuen Git-Server durch und beginnst ihn zu benutzen.
This gives our developers the freedom to choose the svn or git client, whichever they prefer.
Dies gibt unseren Entwicklern die Freiheit, zwischen dem svn oder dem git Client zu wählen, je nachdem, welchen sie bevorzugen.
Results: 29, Time: 0.0307

Word-for-word translation

Top dictionary queries

English - German