Subversion repositories relocated

by Sander Marechal

I recently bought a new server because my current server sucks almost as much power as the average 4 person household :-) Bugzilla, the subversion repositories and the Subversion webinterface have been moved to the new server.

Because I was moving anyway I have taken the opportunity to move the Subversion server from the svnserve protocol to Apache with SSL. That means that the Subversion URLs now start with https:// instead of svn://. The paths themselves remain unchanged.

You will need to update your working copies to cope with this change (or simply check out new ones if you have no local changes). You can do that with:

svn switch --relocate svn://svn.jejik.com/gnome-hearts/<path> \
    https://svn.jejik.com/gnome-hearts/<path>
Creative Commons Attribution-ShareAlike

Comments

Nobody has posted any comments yet.

Comments have been retired for this article.