Lieven,
I was able to fix this issue but it really didn't have to do with the
subversion server. There is a reverse proxy in front of the subversion
apache server. This was the cause. The Location directive for the proxy
was missing a trailing slash hence the missing slash in the URI below. I
posted this message on TortoiseSVN-dev:
FIXED!
The Location Directive in the reverse proxy needed a slash. So
actually, if there is a reverse proxy in front of an svn server this
is opposite to the link above which says that the Location directive
shouldn't have a / at the end.
Thanks so much for your help.
Mark
Mark Nazzaro
Morgan Stanley | Technology
195 Broadway, 17th Floor | New York, NY 10007
Phone: +1 917 790-5853
Mobile: +1 973 216-2287
Fax: +1 212 507-3328
Mark.Nazzaro_at_morganstanley.com
-----Original Message-----
From: Lieven Govaerts [mailto:svnlgo_at_mobsol.be]
Sent: Saturday, March 08, 2008 8:50 AM
To: Nazzaro, Mark (IT)
Cc: users_at_subversion.tigris.org
Subject: Re: PROPATCH fails
Mark,
can you provide more info on how you're triggering this issue, in terms
of svn commands? A reproduction script would be even better.
Also, provide some info about client & server version, OS etc.
Lieven
Nazzaro, Mark (IT) wrote:
> All,
> I have an issue with svn that is occuring in both tortoise and the
> command line. I can't figure out why svn is failing for the PROPPATCH
> http method. All others are working just fine. For some reason, there
> is a slash that is missing between ms and !svn from the request. See
below:
> PROPPATCH
> http://<URLHIDDEN>/ms!svn/wbl/52a921af-da47-0410-b17e-aa5ab53fa85b/544
> 1
> <http://<URLHIDDEN>/ms!svn/wbl/52a921af-da47-0410-b17e-aa5ab53fa85b/54
> 41>
> HTTP/1.1
> However, the previous response contains this which looks right:
> <html><head>
> <title>201 Created</title>
> </head><body>
> <h1>Created</h1>
> <p>Checked-out resource
> /ms/!svn/wbl/52a921af-da47-0410-b17e-aa5ab53fa85b/5441 has been
> created.</p> </body></html>
>
> This is failing for existing and new files. Also, when I tried to
> recreate the request manually using telnet and adding a slash, it
> worked fine.\
>
> Any help is greatly appreciated.
>
> Mark
>
>
> Mark Nazzaro
> Morgan Stanley | Technology
> 195 Broadway, 17th Floor | New York, NY 10007
> Phone: +1 917 790-5853
> Mobile: +1 973 216-2287
> Fax: +1 212 507-3328
> Mark.Nazzaro_at_morganstanley.com <mailto:Mark.Nazzaro_at_morganstanley.com>
>
> ----------------------------------------------------------------------
> --
>
> NOTICE: If received in error, please destroy and notify sender. Sender
> does not intend to waive confidentiality or privilege. Use of this
> email is prohibited when received in error.
>
--------------------------------------------------------
NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is prohibited when received in error.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-10 18:51:47 CET