Prevent mod_dav_svn REPORT log failure if files under $REPOS/db/revprops/ are not in UTF-8 encoding

2010-11-17 Thread LiuYan 刘研
Stefan Sperling elego.de> writes: > > On Wed, Nov 17, 2010 at 11:48:07AM +, LiuYan 刘研 wrote: > > I converted CVSNT respositoy to SVN repository some days ago, and config > > mod_dav_svn in Apache http.conf. > > > > > > When I try 'svn log http://192.168.105.4:8000/svn/cmcc', it shown some

Re: Prevent mod_dav_svn REPORT log failure if files under $REPOS/db/revprops/ are not in UTF-8 encoding

2010-11-17 Thread Stefan Sperling
On Wed, Nov 17, 2010 at 03:06:19PM +, LiuYan 刘研 wrote: > My orginal idea is: > If this "svn: REPORT of " error is returned by mod_dav_svn, can it act > friendly > as the same as svnserve ? > I mean, if the revprops files are not in UTF-8 encoding, don't return REPORT > Failed to client side,

Re: Prevent mod_dav_svn REPORT log failure if files under $REPOS/db/revprops/ are not in UTF-8 encoding

2010-11-17 Thread Daniel Shahaf
Stefan Sperling wrote on Wed, Nov 17, 2010 at 18:13:44 +0100: > On Wed, Nov 17, 2010 at 03:06:19PM +, LiuYan 刘研 wrote: > > I mean, if the revprops files are not in UTF-8 encoding, don't return > > REPORT Small correction: it's meaningless to talk about the encoding of the revprop files; it's

Re: Prevent mod_dav_svn REPORT log failure if files under $REPOS/db/revprops/ are not in UTF-8 encoding

2010-11-17 Thread LiuYan 刘研
Daniel Shahaf daniel.shahaf.name> writes: > > Stefan Sperling wrote on Wed, Nov 17, 2010 at 18:13:44 +0100: > > On Wed, Nov 17, 2010 at 03:06:19PM +, LiuYan 刘研 wrote: > > > I mean, if the revprops files are not in UTF-8 encoding, don't return REPORT > > Small correction: it's meaningless

Re: Prevent mod_dav_svn REPORT log failure if files under $REPOS/db/revprops/ are not in UTF-8 encoding

2010-11-17 Thread Daniel Shahaf
LiuYan 刘研 wrote on Thu, Nov 18, 2010 at 02:53:37 +: > Daniel Shahaf daniel.shahaf.name> writes: > > > > > Stefan Sperling wrote on Wed, Nov 17, 2010 at 18:13:44 +0100: > > > On Wed, Nov 17, 2010 at 03:06:19PM +, LiuYan 刘研 wrote: > > > > I mean, if the revprops files are not in UTF-8 enco

Re: Prevent mod_dav_svn REPORT log failure if files under $REPOS/db/revprops/ are not in UTF-8 encoding

2010-11-17 Thread LiuYan 刘研
Daniel Shahaf daniel.shahaf.name> writes: > > LiuYan 刘研 wrote on Thu, Nov 18, 2010 at 02:53:37 +: > > Daniel Shahaf daniel.shahaf.name> writes: > > > > > > > > Stefan Sperling wrote on Wed, Nov 17, 2010 at 18:13:44 +0100: > > > > On Wed, Nov 17, 2010 at 03:06:19PM +, LiuYan 刘研 wrote:

Re: Prevent mod_dav_svn REPORT log failure if files under?$REPOS/db/revprops/ are not in UTF-8 encoding

2010-11-19 Thread Daniel Shahaf
DON'T DO IT THIS WAY. Follow Stefan's advice upthread.