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

Re: MIME type of "svn_io_get_dirents2" ??

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2006-09-06 09:12:05 CEST

On Wednesday 06 September 2006 00:14, Daniel Gehriger wrote:
> I'm still trying to get svn to work on my SuSE 9.0 box. This seems to be
> impossible. All combinations, svn 1.3.0, 1.3.2, with / without bdb, and
> so on simply don't work.
>
> For instance, I built svn 1.3.2 from the sources. Then executed the
> following commands:
>
> # cd /tmp
> # mkdir foo
> # echo "Test" > foo/test
> # svnadmin create testrepos
> # cd foo
> # svn import -m "Test" file:///tmp/testrepos/
>
> and I get the following message:
>
> svn: Can't detect MIME type of non-file 'svn_io_get_dirents2'

This is supposed to work, though you don't have to be root to do this. I
therefore guess it is some kind of system setup - you don't use any caging
software like SELinux, or? I know those have lead to problems in the past...

Otherwise, I'd suggest three things:
1. Run the thing with ltrace, to make sure it doesn't pick up any leftovers
from previous installs.
2. Run the thing with strace, to see what systemcalls it does. This will
produce lots of output, but might help finding out what exactly failed.
3. Use a different machine or different OS, at least you could verify parts
there, to narrow the number of possible failures.

HTH

Uli

**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************

Diese E-Mail und jede mit dieser E-Mail versandte Datei ist vertraulich und ausschließlich für die Nutzung durch den vorgesehenen Empfänger bestimmt. Sollten Sie nicht der vorgesehene Empfänger dieser E-Mail sein, informieren Sie bitte den Absender. Jeder unbefugte Zugriff oder unbefugte Weiterleitung, die Fertigung einer Kopie oder sonstige in diesem Zusammenhang stehende Handlung ist untersagt.

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail in error, please be so kind to inform the sender. Any other unauthorised access, unauthorised forwarding, copying or other action in this connection at all, is prohibited.
**************************************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 6 09:13:49 2006

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

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