On 06/04/13 08:59, IOhannes m zmoelnig wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
so while we were busy making a lazy consensus on how to deal with the sf upgrade plans, sourceforge has upgraded the repositories for us.
afaik, this changes all the links to checkout/update (SVN) and clone/pull (GIT).
in practice this means, that all developers should "relocate" their repository URLs (that is: tell their local checkout of the new location).
this is how i did it, and it was rather painless: $ cd ~/src/svn/pure-data/ $ svn relocate https://svn.code.sf.net/p/pure-data/svn/trunk/
gfmsdr IOhannes