Hi Ben,
I think you're having the same problems that Russell had. Hope this helps.
Daniel
---------- Weitergeleitete Nachricht ----------
Subject: Re: [Pywikipedia-l] SVN commits Date: Mittwoch, 25. Juli 2007 20:21 From: Brion Vibber brion@wikimedia.org To: Russell Blau russblau@imapmail.org Cc: pywikipedia-l@lists.wikimedia.org
Russell Blau wrote:
Can someone explain how to do a commit to the new repository? I'm using TortoiseSVN on a Windows XP machine. Checking out the files worked fine; but trying to commit gets me the following error:
C:...\pywikipedia>svn commit wikipedia.py --username russblau --message "Catch NoPage exception in Page.templates()" svn: Commit failed (details follow): svn: Can't create directory '/svnroot/pywikipedia/db/transactions/3896-1.txn': P ermission denied
I've got developer access (right?) and I've got my SSH key loaded in Pageant. What else do I need to do to be able to commit?
Make sure you checked out your working directory from the svn+ssh:// repository, not the http:// repository (which is read-only).
-- brion vibber (brion @ wikimedia.org)
_______________________________________________ Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
-------------------------------------------------------
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Daniel Herding wrote:
Hi Ben,
I think you're having the same problems that Russell had. Hope this helps.
brion wrote:
Make sure you checked out your working directory from the svn+ssh:// repository, not the http:// repository (which is read-only).
Okay, so how do I get this working? It's asking me for a password when I try to checkout from svn+ssh://svn.wikimedia.org/svnroot/pywikipedia
I don't have any logins on WMF servers.