[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Tests Failing on AIX - I need a direction hint

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-03-13 21:44:17 CET

"Hensley, Richard" <Richard.Hensley@McKesson.com> writes:

> CMD: svn "import" "--username" "jrandom" "--password" "rayjandom" "-m"
> "Log mess
> age for revision 1." "
> file:///home/rhensley/subversion-0.19/subversion/tests/cli
> <file:///home/rhensley/subversion-0.19/subversion/tests/cli>

I assume something has mangled the output here.

> ents/cmdline/local_tmp/repos" "local_tmp/greekfiles" <TIME = 18.199162>

18 seconds! What was it doing? Is this a heavily loaded machine?

> svn: Couldn't open a repository.
> svn: Unable to open an ra_local session to URL
> svn: Unable to open repository '
> file:///home/rhensley/subversion-0.19/subversion
> <file:///home/rhensley/subversion-0.19/subversion>
> /tests/clients/cmdline/local_tmp/repos'
> svn: Berkeley DB error
> svn: Berkeley DB error while opening environment for filesystem
> /home/rhensley/s
> ubversion-0.19/subversion/tests/clients/cmdline/local_tmp/repos/db:
> Resource temporarily unavailable

I've personally only ever seen this error message on a DEC Alpha when
it was overloaded and unable to create new processes--but that's not
really relevant here...

> Errors during initial 'svn import':
> ACTUAL STDERR:
> svn: Couldn't open a repository.
> svn: Unable to open an ra_local session to URL
> svn: Unable to open repository '
> file:///home/rhensley/subversion-0.19/subversion
> <file:///home/rhensley/subversion-0.19/subversion>
> /tests/clients/cmdline/local_tmp/repos'
> svn: Berkeley DB error
> svn: Berkeley DB error while opening environment for filesystem
> /home/rhensley/s
> ubversion-0.19/subversion/tests/clients/cmdline/local_tmp/repos/db:
> Resource temporarily unavailable
> Caught SystemExit(1), skipping cleanup
> FAIL: basic_tests.py 1: basic checkout of a wc

Obviously just about all repository access is failing. What sort of
filesystem is /home/rhensley/subversion-0.19? Is it local or
networked? BDB doesn't usually work on network filesystems, so
repositories have to be on local disks.

Do things work if you do them manually? Can you do the following
(from the build dir)

$ rm -rf repo wc wc2
$ subversion/svnadmin/svnadmin create repo
$ subversion/clients/cmdline/svn ls file://`pwd`/repo
$ subversion/clients/cmdline/svn co file://`pwd`/repo wc
$ echo foo > wc/foo
$ subversion/clients/cmdline/svn add wc/foo
$ subversion/clients/cmdline/svn ci -m msg wc/foo
$ subversion/clients/cmdline/svn ls file://`pwd`/repo
$ subversion/clients/cmdline/svn export wc wc2
$ subversion/clients/cmdline/svn import -m msg file://`pwd`/repo wc2 wc2

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 13 21:45:38 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.