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.

jtel-system-java-services
https://bitbucket.org/jtelgmbh/jtel-system-java-services.git

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.


Sv translation
languagede

Status
colourRed
titleThis page is only available in English

8Server deploy
Sv translation
languagefr

jtel a déplacé ses dépôts dans un nouveau lieu.

Voir ci-dessous les instructions sur la manière de modifier l'URL d'un dépôt TIG.

Emplacements des dépôts

DépôtNouvelle localisationRecommandation
Déploiement du 8-Server

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
https://bitbucket.org/jtelgmbh/8-server-deploy.git
Set the new URL and continue as before
Définissez la nouvelle URL et continuez comme avant.
JTEL
https://bitbucket.org/jtelgmbh/jtel.git
Set the new URL and continue as before
Définissez la nouvelle URL et continuez comme avant.
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

Il est possible de passer à la nouvelle URL, et de corriger le problème de fusion qui a échoué (voir ci-dessous).

Toutefois, nous recommandons de cloner complètement cette URL dans un nouveau répertoire.

Le clonage de la nouvelle URL permettra également de réduire considérablement la taille du dépôt.

Utilisation de la ligne de commande

Récupérez le tout à partir du nouveau dépôt et passez à la succursale de votre choix. Cet exemple utilise la version 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



Utilisation du Tortoise GIT

Alternatively

Alternativement,

for Windows Repositories set the URL in

pour les Dépôts Windows, définissez l'URL dans Tortoise-GIT

here

ici :

Image Modified

Then fetch and prune

Alors faire « fetch » et « prune »:

Image Modified

Then pull

Après faire « pull ».