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

Re: Getting mod_dav_svn working under Win32

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-01-22 23:29:53 CET

On Tue, Jan 22, 2002 at 04:12:17PM -0600, Barry Pederson wrote:
> Greg Stein wrote:
> > I've applied it to Apache. Grab the latest from CVS...
>
> Cool, one other thing I should ask...In looking at the apache access logs, I
> see requests like this when committing:
>
> "MKACTIVITY /svn/repos/$svn/act//ea6dd7c5-ee8e-aa43-b577-fc69e7128182 HTTP/1.1"
>
> That double forward-slash "//" bit looks fishy (I've never had a chance to see
> an SVN server on Unix). Is that normal? a known bug in general? or maybe some
> new thing specific to Win32? (although it doesn't seem to keep commits from
> working)

Normal. Look at line 293 in libsvn_ra_dav/commit.c :-)

It doesn't bother Apache at all. It normalizes all incoming URLs, so that
double-slash becomes a single slash.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:58 2006

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.