Vertaling van "cvs commit" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Anschließend müssen die Daten über den Befehl cvs commit wieder in das Repository zurückgeschickt werden.
Then the data must be sent back to the repository with the command cvs commit.
muss danach noch mit cvs commit eingespielt werden
Mit 'cvs commit filename' wird die Datei dann wirklich aus dem Repository entfernt.
Use 'cvs commit filename' to actually perform the removal of the file from the repository.
Will man jedoch die numerische Revisionsnummer von Hand setzen, so kann das mit der Option '-r' von cvs commit geschehen.
However, if you want to set the numeric revisions, the '-r' option to cvs commit can do that.
Um Ihre Änderungen an den Server zu übermitteln, wechseln Sie in das Verzeichnis synchome (oder eines seiner Unterverzeichnisse) und geben Sie cvs commit ein.
To commit your changes to the server, change to the directory synchome (or one of its subdirectories) and enter cvs commit.
Ist bereits die Revision 3.0 vorhanden, dann kann man nicht 'cvs commit -r 1.3' aufrufen.
That is, if revision 3.0 exists, you cannot 'cvs commit -r 1.3'.
cvs commit -m Log-Eintrag Dateinamen
cvs commit -m message file names
Um nur einzelne Dateien oder Verzeichnisse zu übermitteln, geben Sie diese folgendermaßen an: cvs commit datei1 verzeichnis1.
To commit only individual files or directories, specify them as in cvs commit file1 directory1.
Das Tag wird dieser Revision unmittelbar im Repository zugeordnet. Das Vergeben eines Tags unterscheidet sich hierin vom Verändern eines Files oder von anderen Operationen, bei denen man zuerst das Arbeitsverzeichnis modifiziert und danach cvs commit aufruft, um die Modifikationen ins Repository zu übertragen.
Note that the tag is applied immediately to revision 1.4 in the repository; tagging is not like modifying a file, or other operations in which one first modifies the working directory and then runs cvs commit to transfer that modification to the repository.
cvs commit -m "Kurze Informationsbeschreibung, die hier einzugeben ist"
cvs commit -m "Short informational message here"
Danach kann die Datei wie oben erklärt mittels CVS Commit an den Server übertragen werden.
After that the file can be committed using CVS Commit as any other file.
Wenn Sie mehrere Dateien durch ein einziges cvs commit einchecken, vergisst CVS danach, daß diese Dateien gemeinsam eingecheckt wurden. Die Tatsache, daß die Dateien die gleiche Log Nachricht haben, ist der einzige Hinweis auf diesen Zusammenhang.
If you check in several files in a single cvs commit operation, CVS then forgets that those files were checked in together, and the fact that they have the same log message is the only thing tying them together.