Melancholie ha scritto:
I guess it will work as follows, right?
- with SSH client
- Server/Host: "svn.wikimedia.org"
- Port: "22"
Is that correct?
No. SSH is used by SVN. Simply use:
svn --username username co http://svn.wikimedia.org/svnroot/pywikipedia/branches/rewrite/ pywikibot
then, "svn update", "svn diff", "svn commit namefile", etc...
Please remember to check with "svn diff" your changes, and to provide a nice summary for your commits. Good work.