can't SVN up for svn.drupal.org/drupal
hunmonk - November 4, 2009 - 12:34
| Project: | Drupal.org infrastructure |
| Component: | Other |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
i've reset my infra.d.o password as instructed in the recent email, and have waited more than 30 minutes after the reset. however, i'm getting an error when trying to svn up:
567 colossus$~/svn.drupal.org: svn up
svn: Server sent unexpected return value (500 Internal Server Error) in response to OPTIONS request for 'https://svn.drupal.org/drupal'running Subversion command-line client, version 1.6.6.

#1
I haven't yet reset my pw but I got the same...
#2
could not open dbm (type db) auth file: /var/webroot/infrastructure.drupal.org/svn/svnusers.db
The file exists, but it belongs to user dbus?
World readable. though:
-rw-r--r-- 1 dbus dbus 16384 Nov 4 12:50 /var/webroot/infrastructure.drupal.org/svn/svnusers.db
Maybe a Berkeley version problem?
#3
You need to first create the DB file manually (the instructions are in the README.txt), because PHP doesn't get us the chance to define the type of db file we want:
db4.6_load -T -t hash /path/to/the/dbm/file < /dev/nullAt the same time, you can define proper access rights.
#4
(the command depends on your version of DBD, but is in the form of
db4.*_load)#5
Fixed now. Please reopen if you still have issues. Note that you need to reset your password on infrastructure.drupal.org.
#6
Automatically closed -- issue fixed for 2 weeks with no activity.