Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languageen

jtel has moved its repositories to a new location.

See further below for instructions on how to change the URL of a GIT repository.

Repository Locations

RepositoryNew LocationRecommendation
8Server deploy
https://bitbucket.org/jtelgmbh/8-server-deploy.git
Set the new URL and continue as before.
JTEL
https://bitbucket.org/jtelgmbh/jtel.git
Set the new URL and continue as before.
JTELCarrierPortal
https://bitbucket.org/jtelgmbh/jtelcarrierportal.git

It is possible to change to the new URL, and fix the failed merge problem (see below).

However, we recommend cloning this URL completely into a new directory.

Cloing the new URL will also decrease the repository size considerably.

Using the Command Line

Fetch all from the new repository and checkout the branch you require. This example uses stable-3.15.

Translations Ignore


Code Block
git remote set-url origin https://NEW_URL
git fetch --all --prune
git reset --hard origin/release/stable-3.15



Using Tortoise GIT

Alternatively, for Windows Repositories set the URL in Tortoise-GIT here:

Then fetch and prune:

Then pull.


Verwendung der Befehlszeile

Holen Sie alles aus dem neuen Repository und checken Sie den gewünschten Zweig aus. In diesem Beispiel wird stable-3.15 verwendet.

Sv translation
languagede

Status
colourRed
titleThis page is only available in English

jtel hat seine Repositorien an einen neuen Standort verlegt.

Anweisungen zum Ändern der URL eines GIT-Repositorys finden Sie weiter unten.

Repository Locations

RepositoryNeue LocationEmpfehlung
8Server deploy
https://bitbucket.org/jtelgmbh/8-server-deploy.git
Legen Sie die neue URL fest und fahren Sie wie zuvor fort.
JTEL
https://bitbucket.org/jtelgmbh/jtel.git
Legen Sie die neue URL fest und fahren Sie wie zuvor fort.
JTELCarrierPortal
https://bitbucket.org/jtelgmbh/jtelcarrierportal.git

Es ist möglich, zur neuen URL zu wechseln und das fehlgeschlagene Merge-Problem zu beheben (siehe unten).

Wir empfehlen jedoch, diese URL vollständig in ein neues Verzeichnis zu klonen.

Das Klonen der neuen URL wird auch die Größe des Repositorys erheblich verringern.

Translations Ignore
Code Block
git remote set-url origin https://NEW_URL
git fetch --all --prune
git reset --hard origin/release/stable-3.15

Verwendung von Tortoise GIT

Alternativ können Sie für Windows Repositories die URL in Tortoise-GIT hier einstellen:

Image Removed

Dann "fetch" und "prune":

Image Removed

Dann "pull".