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

Re: Bug, differencies between ra_local and ra_dav (Re: Segfault recipe)

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-10-18 14:44:22 CEST

Jani Averbach <jaa@cc.jyu.fi> writes:

> $ /opt/svn/3388/bin/svn import -m '' file:///srv/svn/dbs/test-2/ . opiskelu/fys104/fys101-2
>
> subversion/libsvn_fs/tree.c:181: (apr_err=160013, src_err=0)
> svn: Filesystem has no item
> svn: file not found: transaction `1', path `opiskelu/fys104/fys101-2'
>
>
> $ /opt/svn/3388/bin/svn import -m '' file:///srv/svn/dbs/test-2/ . opiskelu/
> [snip away ok output]
>
> $ /opt/svn/3388/bin/svn ls file:///srv/svn/dbs/test-2/
> opiskelu/
>
>
> So it seems very likely, that ra_dav can't handle correctly or it
> handles different way that first commit, and late this causes segfault.

I don't think that's the cause of the segfault. The import over
ra_dav creates the URL http://host/repos/test-2/fys101-2/ by dropping
the opiskelu/fys104/ components. I think that's a bug, it ought to
fail just like the ra_local case, but I don't think it causes the
segfault.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 18 14:45:02 2002

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.