You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

We recommend cloning this URL completely into a new directory, although it is possible to change to the new URL, and fix the failed merge problem (see below). Cloing the new URL will decrease the repository size considerably.

After Changing

Make sure it has worked using git pull

Failed Merge

If the merge fails with an error "Refusing to merge unrelated histories", then use the following procedure to force a reset (this example is for release/stable-3.15):

git reset --hard origin/release/stable-3.15

Changing a Repository URL

GIT Command Line

Use the following GIT command:

git remote set-url origin https://NEW_URL

Tortoise GIT

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

  • No labels