We’ve changed the path to our main MusicBrainz Server git repository. The repo is now available at:
git://git.musicbrainz.org/musicbrainz-server.git.
Please update your local repos accordingly!
To update a repo run:
git remote set-url origin git://git.musicbrainz.org/musicbrainz-server.git
Where origin is the name of the remote repo (run git remote -v to find that out if you’re not sure).
Note: The previous path has been turned into a symlink to ease this transition, but it will stop working as of November 1st so make sure to update sooner rather than later!
If you are a developer with write access, replace the url above with:
ssh://[email protected]:10015/musicbrainz-server.git.