You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by r....@email.de on 2009/06/09 17:00:11 UTC

proplem to lock a file over mod_dav_svn with german special chars 'äöü'

Greet,

i have a problem with file lock over mod_dav_svn when the comment contains German special chars 'äöü' when i use the standard pre-lock hook. Then i erase the hook it works over mod_dav_svn
Then i lock the file over file/// direct on the server it works with the pre-lock hook.

Server: SLES10 with Subversion 1.6.2 and Apache 2.2 and loaded webdav + mod_dav_svn module
apache config file:

<Location /svn>
  DAV svn
  SVNParentPath /home/subversion/repos

  AuthType Basic
  AuthName "SVN"
  AuthUserFile /usr/local/apache2/svn-auth-file
  Require valid-user
</Location>

 i use this for the WebDAV transparent write-through proxy (server)

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2360687


Re: locking with special chars fails over WebDAV -- was: proplem to lock a file over mod_dav_svn with german special chars 'äöü'

Posted by Edmund Wong <ed...@kdtc.net>.
Neels Janosch Hofmeyr wrote:
> Neels Janosch Hofmeyr wrote:
>> r.wocher@email.de wrote:
>>> Greet,
>>> in the irc chat they said to me, to wrote to this mailing list, because a bug not configuration error.
>>> the error come with a empty pre-lock hook too.
>>> Then is there noch pre-hook the lock will be ok.
>>>
>>>> Hi,
>>>>
>>>  >  Your question should be asked in the users mailing list. This is
>>>> the development list.
>>>>
>>>> Edmund
>> ...let me clarify.
>>
>> I asked r.wocher to send a bug report to dev@, but unfortunately, r.wocher,
>> you have not mentioned the core issue, nor how to reproduce it.
> 
> Actually, your original mail said most of it, allright.
> Sorry for being so harsh ;)
> 
> Anyone know why WebDAV would fail to send special chars to a lock?
> 

My bad.  The way it was worded, it sounded like a usage issue rather
than a bug report.

Sorry 'bout that.

Edmund

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2361135

Re: locking with special chars fails over WebDAV -- was: proplem to lock a file over mod_dav_svn with german special chars 'äöü'

Posted by Philip Martin <ph...@codematters.co.uk>.
Neels Janosch Hofmeyr <ne...@elego.de> writes:

> Anyone know why WebDAV would fail to send special chars to a lock?

It's probably this:

http://subversion.tigris.org/issues/show_bug.cgi?id=2487

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2361113

Re: locking with special chars fails over WebDAV -- was: proplem to lock a file over mod_dav_svn with german special chars 'äöü'

Posted by Neels Janosch Hofmeyr <ne...@elego.de>.
Neels Janosch Hofmeyr wrote:
> r.wocher@email.de wrote:
>> Greet,
>> in the irc chat they said to me, to wrote to this mailing list, because a bug not configuration error.
>> the error come with a empty pre-lock hook too.
>> Then is there noch pre-hook the lock will be ok.
>>
>>> Hi,
>>>
>>  >  Your question should be asked in the users mailing list. This is
>>> the development list.
>>>
>>> Edmund
> 
> ...let me clarify.
> 
> I asked r.wocher to send a bug report to dev@, but unfortunately, r.wocher,
> you have not mentioned the core issue, nor how to reproduce it.

Actually, your original mail said most of it, allright.
Sorry for being so harsh ;)

Anyone know why WebDAV would fail to send special chars to a lock?

~Neels

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2361097

locking with special chars fails over WebDAV -- was: proplem to lock a file over mod_dav_svn with german special chars 'äöü'

Posted by Neels Janosch Hofmeyr <ne...@elego.de>.
r.wocher@email.de wrote:
> Greet,
> in the irc chat they said to me, to wrote to this mailing list, because a bug not configuration error.
> the error come with a empty pre-lock hook too.
> Then is there noch pre-hook the lock will be ok.
> 
>> Hi,
>>
>  >  Your question should be asked in the users mailing list. This is
>> the development list.
>>
>> Edmund

...let me clarify.

I asked r.wocher to send a bug report to dev@, but unfortunately, r.wocher,
you have not mentioned the core issue, nor how to reproduce it.

Let me try to re-state how I understand r.wocher's report:

The problem is having a lock comment with special characters (like German
Umlauts).

This works fine when using the file:// scheme, but when using http://,
r.wocher said this happens:

"
SLES10 / Subversion 1.6.2 with WebDav Access and the standard pre-lock file.
[When] the lock comment contains special chars like 'äöüß' then the lock
froze and nothing happens. i must restart the apache2 or kill eclipse.
"

The reproduction should simply be: try to set a lock using special chars
over ra_neon, compare with doing the same over ra_local. Try both with the
"standard pre-lock hook" and without a pre-lock hook.

(Haven't verified myself, just trying not to lose a potential bug report)

~Neels

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2360906

Re: proplem to lock a file over mod_dav_svn with german special chars 'äöü'

Posted by r....@email.de.
Greet,
in the irc chat they said to me, to wrote to this mailing list, because a bug not configuration error.
the error come with a empty pre-lock hook too.
Then is there noch pre-hook the lock will be ok.

>Hi,
>
 >  Your question should be asked in the users mailing list. This is
> the development list.
>
>Edmund

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2360819

Re: proplem to lock a file over mod_dav_svn with german special chars 'äöü'

Posted by Edmund Wong <ed...@kdtc.net>.
r.wocher@email.de wrote:
> Greet,
> 
> i have a problem with file lock over mod_dav_svn when the comment contains German special chars 'äöü' when i use the standard pre-lock hook. Then i erase the hook it works over mod_dav_svn
> Then i lock the file over file/// direct on the server it works with the pre-lock hook.

Hi,

   Your question should be asked in the users mailing list.  This is
the development list.


Edmund

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2360778