Re: Solving problem with space in file names

2014-02-05 Thread Stefan Sperling
On Mon, Feb 03, 2014 at 08:46:32AM -0800, Ben Reser wrote:
 On 2/3/14, 7:33 AM, t...@bbschk.com wrote:
  The TortoiseSVN user group is sure this stems from subversion itself, and 
  after
  reading through this mailing list, it seems this problem may be due to the
  Apache version on my system, which happen to be Apache 2.2.25, which as I
  understand it has a problem in the mod_dav module that makes it impossible 
  to
  succeed with a second commit for files with spaces in the name?
 
 Yup your problem seems to be exactly PR 55397.  As I described here:
 http://mail-archives.apache.org/mod_mbox/subversion-users/201311.mbox/%3c527c7ac3.5050...@reser.org%3E

 I suspect there are no patched binaries for OpenIndiana.  I'd suggest you
 contact the OpenIndiana project about this.

Yes, please contact them. Patches to fix these issues exist.
If downstream projects don't pick them up, then their users
should convince them to do so.

Our time is better spent on problems we have not patched yet.


RE: Solving problem with space in file names

2014-02-05 Thread Claes Jonsson
Hi Ben, Marcus and all the helpful people on this mail list, Thank you for
your help, all very useful suggestions.

Since the problem really lies with the mod_dav module in Apache 2.2.25, in
the end, I installed the Apache packages from OpenCSW. This installs Apache
2.2.22, which does not have the broken mod_dav. It fixes the problem, but of
course I lose out on some other improvements in the mod_dav, and in Apache
itself.

The OpenCSW package is also non-standard as well as more convoluted, and
it starts and stops far slower (don¹t know why) than the standard Apache
package. I would prefer a fix for the standard OpenIndiana  Apache package,
and at your suggestion, I will ask the maintainers of OpenIndiana about
this. My understanding is that Apache 2.2.26 includes (in fact, reverts) the
bug in mod_dav, is that correct?
Update; Just now Ben told me that indeed, 2.2.26 includes the fixes.

As it isn¹t immediately obvious how to get the OpenCSW package working with
SVN, and even less obvious how to get DB authentication (such as PostgreSQL)
working, I can detail the steps here or elsewhere, if anyone is interested?

Once again, great thanks to all the incredibly helpful people on this list,
and all your suggestions are excellent and to the point.

Best regards,

 Claes Jonsson



-Original Message-
From: Markus Schaber [mailto:m.scha...@codesys.com] 
Sent: den 5 februari 2014 08:19
To: Ben Reser; t...@bbschk.com; users@subversion.apache.org
Subject: AW: Solving problem with space in file names

Hi,

Von: Ben Reser [mailto:b...@reser.org]

  I am wondering if there is a simple way to solve this if without 
  having to compile a new mod_dav or trying to find another version of 
  Apache? Since I am running OpenIndiana I am simply using the apache 
  that is supplied, and no other version seem to be easily 
  installed... I tried the OpenCSW version, which is 2.2.22, but I get 
  segmentation faults when using the same setup (SVN over web_dav, 
  authentication using PostgreSQL)...
 
 If you don't want to upgrade httpd you can upgrade Subversion on the 
 server to 1.7.x or newer and only use 1.7.x or newer clients (which 
 you seem to already be doing by using 1.8.x versions of TortoiseSVN).

Another workaround which might be applicable for your setup is to use the
svn or svn+ssh protocols - they both avoid mod_dav at all. :-)


Best regards

Markus Schaber

CODESYS(r) a trademark of 3S-Smart Software Solutions GmbH

Inspiring Automation Solutions

3S-Smart Software Solutions GmbH
Dipl.-Inf. Markus Schaber | Product Development Core Technology Memminger
Str. 151 | 87439 Kempten | Germany Tel. +49-831-54031-979 | Fax
+49-831-54031-50

E-Mail: m.scha...@codesys.com | Web: http://www.codesys.com | CODESYS store:
http://store.codesys.com CODESYS forum: http://forum.codesys.com

Managing Directors: Dipl.Inf. Dieter Hess, Dipl.Inf. Manfred Werner | Trade
register: Kempten HRB 6186 | Tax ID No.: DE 167014915




RE: Solving problem with space in file names

2014-02-05 Thread Claes Jonsson
Stefa,
Thanks also to you, and you're right, it will benefit us all better if
downstream projects pick fixes up, leaving you free to work on other issues.

Thanks and best regards,

 Claes


-Original Message-
From: Stefan Sperling [mailto:s...@elego.de] 
Sent: den 5 februari 2014 13:46
To: Ben Reser
Cc: t...@bbschk.com; users@subversion.apache.org
Subject: Re: Solving problem with space in file names

On Mon, Feb 03, 2014 at 08:46:32AM -0800, Ben Reser wrote:
 On 2/3/14, 7:33 AM, t...@bbschk.com wrote:
  The TortoiseSVN user group is sure this stems from subversion 
  itself, and after reading through this mailing list, it seems this 
  problem may be due to the Apache version on my system, which happen 
  to be Apache 2.2.25, which as I understand it has a problem in the 
  mod_dav module that makes it impossible to succeed with a second commit
for files with spaces in the name?
 
 Yup your problem seems to be exactly PR 55397.  As I described here:
 http://mail-archives.apache.org/mod_mbox/subversion-users/201311.mbox/
 %3c527c7ac3.5050...@reser.org%3E

 I suspect there are no patched binaries for OpenIndiana.  I'd suggest 
 you contact the OpenIndiana project about this.

Yes, please contact them. Patches to fix these issues exist.
If downstream projects don't pick them up, then their users should convince
them to do so.

Our time is better spent on problems we have not patched yet.




Re: Solving problem with space in file names

2014-02-03 Thread Ben Reser
On 2/3/14, 7:33 AM, t...@bbschk.com wrote:
 The TortoiseSVN user group is sure this stems from subversion itself, and 
 after
 reading through this mailing list, it seems this problem may be due to the
 Apache version on my system, which happen to be Apache 2.2.25, which as I
 understand it has a problem in the mod_dav module that makes it impossible to
 succeed with a second commit for files with spaces in the name?

Yup your problem seems to be exactly PR 55397.  As I described here:
http://mail-archives.apache.org/mod_mbox/subversion-users/201311.mbox/%3c527c7ac3.5050...@reser.org%3E

 I am wondering if there is a simple way to solve this if without having to
 compile a new mod_dav or trying to find another version of Apache? Since I am
 running OpenIndiana I am simply using the apache that is supplied, and no 
 other
 version seem to be easily installed… I tried the OpenCSW version, which is
 2.2.22, but I get segmentation faults when using the same setup (SVN over
 web_dav, authentication using PostgreSQL)…

If you don't want to upgrade httpd you can upgrade Subversion on the server to
1.7.x or newer and only use 1.7.x or newer clients (which you seem to already
be doing by using 1.8.x versions of TortoiseSVN).

 If the below problem is indeed due to the problematic web_dav, is there a
 pre-compiled web_dav with the patch suggested in another thread here? This is
 getting desperate, since I have thousands of files in SVN, many with spaces in
 the file names, since before upgrading to OpenIndiana…

I suspect there are no patched binaries for OpenIndiana.  I'd suggest you
contact the OpenIndiana project about this.