On Sun, Jun 22, 2008 at 8:45 AM, Francesco Cosoleto cosoleto@free.fr wrote:
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
You want to use svn over ssh, so you should not use http, but svn+ssh://melancholie@svn.wikimedia.org/svnroot/pywikipedia/.../.../
You will also need to configure your SSH client to use your key, which can be a problem if you use Windows.
Bryan