Hello Dave,
david.anderson@calixo.net wrote:
> y.karal@eos-it-services.com wrote:
> > 3. I am not able to create a new repository with svnadmin create ...
>
> What is the exact error here? Perhaps this is indicative of a problem at
> the OS level that could be the cause for other problems?
when I try to create a new repository ("mkdir tmp" and "svnadmin create
tmp") it just hangs, too!
So I killed (after one hour) the process with "kill -9 ..." (-9 is
necessary) and it looks like:
---- ls -la tmp start ----
drwxr-xr-x 7 yk users 4096 Aug 23 09:37 .
drwxr-xr-x 15 yk users 4096 Aug 23 09:37 ..
drwxr-xr-x 2 yk users 4096 Aug 23 09:37 conf
drwxr-xr-x 2 yk users 4096 Aug 23 09:37 dav
drwxr-sr-x 2 yk users 4096 Aug 23 09:37 db
-r--r--r-- 1 yk users 2 Aug 23 09:37 format
drwxr-xr-x 2 yk users 4096 Aug 23 09:37 hooks
drwxr-xr-x 2 yk users 4096 Aug 23 09:37 locks
-rw-r--r-- 1 yk users 379 Aug 23 09:37 README.txt
---- ls -la tmp end ----
due to the kill the repository should be corrupt!
so I tried "svnadmin recover tmp":
---- svnadmin recover tmp start ----
Repository lock acquired.
Please wait; recovering the repository may take some time...
Recovery completed.
svn: Corrupt DB: revision 0 missing from 'revisions' table, in filesystem
'tmp/db'
---- svnadmin recover tmp end ----
I get the same message when I kill the create after 10 secconds and after 1
hour
so I guess there is a problem creating/filling the BDB-tables.
A friend told me that the aliases-Database also uses BDB,
so I edited /etc/aliases and rebuild it with newaliases and it works fine!
I think it's not a BDB problem right? (svn checkin works also WITHOUT a
password)
Thanks in advance,
Yildirim
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 23 10:31:31 2005