Dumping is ok:
$ svnadmin dump test-svn|wc -l
* Dumped revision 0.
* Dumped revision 1.
43

But, listing were failed:
$ svn ls svn://localhost/foo
foo
$ svn ls svn://localhost/foo/foo
svn: Connection closed unexpectedly
At this point, server says:
[pid 28510] read(4, "( stat ( 0: ( 1 ) ) ) ", 4096) = 22
[pid 28510] time(NULL)                  = 1197720554
[pid 28510] --- SIGSEGV (Segmentation fault) @ 0 (0) ---
Process 28510 detached
<... accept resumed> 0x80672e0, [16])   = ? ERESTARTSYS (To be restarted)
--- SIGCHLD (Child exited) @ 0 (0) ---
sigreturn()                             = ? (mask now [])
waitpid(-1, [{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV && WCOREDUMP(s)}], 
WNOHANG|WSTOPPED) = 28510
waitpid(-1, 0xbfde4bf8, WNOHANG|WSTOPPED) = -1 ECHILD (No child processes)
accept(3, 

There should be:
$ svn ls svn://localhost/foo/foo
svn: Failure opening '/foo/foo'
svn: '/foo' is not a directory in filesystem '/home/mouse/tmp/test--svn/db'

-- 
libdb4.4 in gutsy breaks postgrey and subversion
https://bugs.launchpad.net/bugs/153996
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to