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

But with trailing slashes in SVNPath command in httpd.conf

From: Justin Clift <justin_at_postgresql.org>
Date: 2002-09-03 21:18:31 CEST

Hi everyone,

Have been getting Apache2 (HEAD from a day or two ago) + Subversion
working on FreeBSD 4.6.2.

Something which just cropped up is a simple mistake in the httpd.conf
that people will make, and it's generating a subversion error.

This works:

<Location /foob>
   DAV svn
   SVNPath /usr/local/www/repos
</Location>

This generates an error:

<Location /foob>
   DAV svn
   SVNPath /usr/local/www/repos
</Location>

The error is:

assertion "is_canonical_nts (base, blen)" failed: file
"subversion/libsvn_subr/path.c", line 178
[Tue Sep 03 15:15:57 2002] [notice] child pid 38433 exit signal Abort
trap (6)

The repository really is at /usr/local/www/repos, so it's all correct.
This is using svn r3118 as of a few hours ago, and is 100% reproducible.

Hope this helps.

:-)

Regards and best wishes,

Justin Clift

-- 
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
   - Indira Gandhi
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 3 21:19:06 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.