Re: Error after upgrading from 1.7.5 to 1.8.4 - Revprop caching for /repo/db disabled because SHM infrastructure for revprop caching failed to initialize.

2013-12-16 Thread Dongsheng Song
On Mon, Dec 16, 2013 at 6:48 PM, George Ivan wrote: > > > Two months ago I have upgraded my Subversion Edge from 3.x (1.7.5) to 4.x > (1.8.4) running on Windows Server 2008R2 SP1. > > After upgrade all seemes to work fine. > But soon our developers began complaining on a very low commit speed. >

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Dongsheng Song
cale in 1 thread. When gettext() got called, the current locale is uniquely. Could you give me a sample ? Regards, Dongsheng > Bye, > > Erik. > > sent from my phone > > On May 23, 2013 6:44 PM, "Dongsheng Song" wrote: >> >> On Thu, May 23, 2013 at 11:38 P

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Dongsheng Song
On Thu, May 23, 2013 at 11:29 PM, Philip Martin wrote: > Dongsheng Song writes: > >> Even ALL the translations are UTF-8, GETTEXT(3) still return the >> string encoded by the ***current locale's codeset***. >> >> Here is sniped from the GETTEXT(3) man pages:

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Dongsheng Song
On Thu, May 23, 2013 at 11:38 PM, Erik Huelsmann wrote: > That was not my point nor the point we discussed back then. As long as > gettext tries to convert its translations to *any* encoding, it's flawed by > design, because some systems have multiple active output encodings (e.g. > Windows). > T

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Dongsheng Song
On Thu, May 23, 2013 at 11:02 PM, Erik Huelsmann wrote: > sent from my phone > > > On May 23, 2013 4:43 PM, "Dongsheng Song" wrote: >> >> On Thu, May 23, 2013 at 10:06 PM, Philip Martin >> wrote: >> > Dongsheng Song writes: >> > >>

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Dongsheng Song
On Thu, May 23, 2013 at 10:06 PM, Philip Martin wrote: > Dongsheng Song writes: > >> On Thu, May 23, 2013 at 9:28 PM, Philip Martin >> wrote: >>> Dongsheng Song writes: >>> >>>> On Thu, May 23, 2013 at 9:11 PM, Philip Martin >>>> wr

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Dongsheng Song
On Thu, May 23, 2013 at 9:28 PM, Philip Martin wrote: > Dongsheng Song writes: > >> On Thu, May 23, 2013 at 9:11 PM, Philip Martin >> wrote: >>> Philip Martin writes: >>> >>>> So it appears the UTF8 to native conversion is missing from >>

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Dongsheng Song
On Thu, May 23, 2013 at 9:11 PM, Philip Martin wrote: > Philip Martin writes: > >> So it appears the UTF8 to native conversion is missing from >> repos_notify_handler. I think repos_notify_handler should be using >> svn_stream_printf_from_utf8 rather than svn_stream_printf. > > I've fixed trunk

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Dongsheng Song
On Thu, May 23, 2013 at 4:17 PM, Philip Martin wrote: > [bringing in dev@s.a.o] > > QXO writes: > >> os: windows >> encoding:GBK ( chcp 936 ) >> >> The svnadmin upgrade command output message first line encoding >> issue(UTF-8 show in GBK),But the second line is right encoding! >> >> 宸插彇寰楃増鏈簱閿

Re: svnadmin upgrade output message i18n issue

2013-05-23 Thread Dongsheng Song
I have download a binary package from win32svn[1], and confirmed your issue. I check the subversion.mo file: msgunfmt.exe subversion.mo -o subversion.po It looks OK. Then I replaced the intl3_svn.dll file with gettext 0.18.2, it give me another output: C:\var\tmp>svnadmin upgrade test 已取得版本库锁

strange write proxy error

2012-03-26 Thread Dongsheng Song
I use Debian (apache 2.2.16 and subversion 1.6.12), here is my stripped apache config file: Options FollowSymLinks AllowOverride None Options Indexes FollowSymLinks MultiViews AllowOverride None

Re: Calling svn.exe from C++ code!

2010-06-19 Thread Dongsheng Song
shinfo.lpParameters should only be parameters, not include redirecting standard output to a file.下载 MP3 You should use CreateProcess, read differences output from lpStartupInfo.hStdOutput. On Sat, Jun 19, 2010 at 10:47, fantasy1215 wr

Re: hosting repositorys, step by step howto?

2009-12-13 Thread Dongsheng Song
See: http://svnbook.red-bean.com/en/1.5/svn.reposadmin.html http://svnbook.red-bean.com/en/1.5/svn.serverconfig.html On Sun, Dec 13, 2009 at 11:33, S Ahmed wrote: > I want to learn the ins/outs of administering a server that is used to soley > provide hosting for subversion repositories. > Can so