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

Re: COPY problem.

From: Erik Huelsmann <e.huelsmann_at_gmx.net>
Date: 2003-10-30 19:35:41 CET

Nick,

The reaction to your question on that list was whether you have a proxy or
reverse proxy installed between the client and the server. I believe we were
still waiting for the answer...

bye,

Erik.

> Hey all,
>
> I tried this question over on the user list but have not found a
> solution, so I thought I would try here and see if one of you can give
> me some hints on how to solve this issue.
>
> I am having some trouble with COPY via apache and WebDAV. Whenver I try
> to commit something that includes a 'svn mv' I get a 502 Bad Gateway
> error, and I can not figure out why.
>
> Here is what I see on the command line:
>
> Authentication realm: <https://overt-solutions.com:443> Subversion
> repository
> Password for 'nick':
> Adding schema/db.sql
> svn: RA layer request failed
> svn: Commit failed (details follow):
> svn: COPY of db.sql: 502 Bad Gateway (https://overt-solutions.com)
> svn: Your commit message was left in a temporary file:
> svn: '/home/nick/test/sbm/trunk/svn-commit.7.tmp'
>
> Should I be concerned that the URL in the Bad Gateway doesn't include
> the port number?
>
> This bug seems to indicate that it is an apache problem:
> http://subversion.tigris.org/issues/show_bug.cgi?id=612
>
> But it does not discuss what could be wrong.
>
> Note that a commit that does not include a COPY works just fine, and
> also note that removing access restrictions for COPY does not change
> anything either.
>
> Also, I have noticed that most accesses to the repository are not logged
> in the access_log. Only failures seem to be logged. Any thoughts on why
> this might be?
>
> In apache.conf I have:
> <IfDefine SVN>
> <IfModule !mod_dav_svn.c>
> LoadModule dav_svn_module extramodules/mod_dav_svn.so
> </IfModule>
> <Location /svn>
> DAV svn
> SVNParentPath /home/svn
> AuthType Basic
> AuthName "Subversion repository"
> AuthUserFile /home/svn/conf/svnusers
> <LimitExcept GET PROPFIND OPTIONS REPORT>
> Require valid-user
> </LimitExcept>
> </Location>
>
> <Directory /home/svn/sbm>
> Options All
> Order deny,allow
> Allow from all
> </Directory>
> </IfDefine>
>
> Any help would be appreciated, as I am pretty stumped as to what else to
> look at.
>
> Thanks,
> -Nick
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>

-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService
Jetzt kostenlos anmelden unter http://www.gmx.net
+++ GMX - die erste Adresse für Mail, Message, More! +++
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 30 19:36:40 2003

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.