On 13 October 2013 20:29, Federico Leva (Nemo) <nemowiki@gmail.com> wrote:
Then I officially ask a svn dump of all SVN repos. Importing them on sourceforge looks rather easy: http://sourceforge.net/p/forge/community-docs/Subversion/

You can also mirror them without any admin intervention: 

svnadmin create svnroot
svnsync init file://$PWD/svnroot http://svn.wikimedia.org/svnroot/pywikipedia

then
svnsync sync file://$PWD/svnroot 

to update. Of course, change svnroot and the svn repo path to wherever it is located.