Eine Datei aus TortoiseHg entfernen

1614
bergin

Ich habe Probleme beim Entfernen einer Datei aus TortoiseHg.

Ich mache den Klon und es gibt ein paar Testdateien, die ich rausbringen möchte. Wie wird eine Datei aus dem Repository entfernt?

3

1 Antwort auf die Frage

2
nicorellius

If you are using the GUI, you can right click on your local directory and choose repository explorer to see what the branches look like. Then, you will want to remove the files locally, and then next time you commit and push changes they will be gone. To do this you would right click on the files you want to remove and choose "remove." It may prompt you to confirm this "clean." Then, commit and push changes. When you finsih this, log into your repository (i.e, bitbucket.org, kiln) and confirm your changes.

If you want to do this through the command line, type:

hg -? in Windows to see list of commands. Or, type:

hg --help in Linux for the help list.

danke nicorellius, kam irgendwann dort an. Fand es per Rechtsklick, Tortoisehg, dann entferne Dateien. Ich habe die ausgewählt, die ich nicht brauchte, und dann mit einem Push synchronisiert, und dann hatte ich ein neues Changeset mit den richtigen Dateien, die ich dort haben wollte. Linderung! bergin vor 14 Jahren 0
Gut zu hören. Wählen Sie die richtige Antwort, wenn Ihr Problem dadurch gelöst wurde! Sich kümmern ;--) nicorellius vor 14 Jahren 0