On 21 December 2013 18:06, Maciej Jaros <egil@wp.pl> wrote:
  1. Does the script include svn backup or do I have to get it separately? If I have to get it separately - can I do it by myself and how?


svnadmin create svnroot
echo -e '#!/bin/sh\necho 0;\n' > svnroot/hooks/pre-revprop-change && chmod 755 svnroot/hooks/pre-revprop-change
svnsync init file://$PWD/svnroot http://svn.wikimedia.org/svnroot/pywikipedia
svnsync sync file://$PWD/svnroot

of course, adapt  http://svn.wikimedia.org/svnroot/pywikipedia to your own svn repository address.

Merlijn