You will have to wait until brion adds the new batch of developers; this may take a while as you just missed the last one :)
--valhallasw
Ah, that's the reason; that's a pity...
Nevertheless, can someone explain me how I will can access the SVN server when I got added?
I guess it will work as follows, right?
1. with SSH client 2. Server/Host: "svn.wikimedia.org" 3. Port: "22"
Is that correct? Note: If the *port*/host should be different (non-standard, because of security reasons), *do not post* it publically towards this mailing list...
Best regards, Melancholie
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.
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
Bryan Tong Minh wrote:
You will also need to configure your SSH client to use your key, which can be a problem if you use Windows.
Instructions for using SVN servers with SSH in Windows with TortoiseSVN: http://tortoisesvn.net/ssh_howto (you may skip the information about the server).
You guys are looking in all the wrong places... SVN stuff for the pywikipedia repo is the same as for the MediaWiki repo... just look at the help pages for that.
http://www.mediawiki.org/wiki/Commit_access http://www.mediawiki.org/wiki/Subversion
That should have all the information you need.
~Daniel Friesen(Dantman) of: -The Nadir-Point Group (http://nadir-point.com) --It's Wiki-Tools subgroup (http://wiki-tools.com) --Games-G.P.S. (http://ggps.org) -And Wikia ACG on Wikia.com (http://wikia.com/wiki/Wikia_ACG)
Rotem Liss wrote:
Bryan Tong Minh wrote:
You will also need to configure your SSH client to use your key, which can be a problem if you use Windows.
Instructions for using SVN servers with SSH in Windows with TortoiseSVN: http://tortoisesvn.net/ssh_howto (you may skip the information about the server).
Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l