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

Re: Problem commiting over https

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-09-18 16:46:43 CEST

Martin Morrison <mmorrison@software.plasmon.com> writes:

> <Location />
> DAV svn
> SVNPath /repository
> AuthType Basic
> AuthName "Subversion Repository"
> AuthUserFile /usr/local/etc/svnuser.htpasswd
> Require valid-user
> SSLRequireSSL
> </Location>
>
> Can anyone help solve this problem?
>
> Summary:
> - locally, everything works
> - over https, checkout works
> - over https, a commit fails

I get the same error over http when I try to commit to a "/" Location.
Looks like we may have a bug, I seem to remember that "/" didn't work
at all in the past, and that some recent changes made (some of) it
work.

Martin, change to something like <Location /svn>, checkout a new
working copy and try committing from that.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 18 16:47:19 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.