Re: [PATCH] print debug information when subprocess.Popen subprocess.Popen

2013-08-02 Thread Daniel Shahaf
Masaru Tsuchiyama wrote on Sat, Aug 03, 2013 at 11:04:30 +0900: > > Please send patches as text/plain (*.txt extension often does this). > > I understand. > Thanks. One of your later patches had a *.txt extension but application/octet-stream MIME type. It would be good if you could get your cl

Re: [PATCH] print debug information when subprocess.Popen subprocess.Popen

2013-08-02 Thread Masaru Tsuchiyama
> Please send patches as text/plain (*.txt extension often does this). I understand. > Masaru Tsuchiyama wrote on Sun, Jul 28, 2013 at 20:00:27 +0900: > > +++ subversion/tests/cmdline/svntest/main.py(working copy) > > @@ -412,12 +412,19 @@ > >if not stderr: > > stderr = subproces

localisation: status, migration to pootle

2013-08-02 Thread Andreas Stieger
Hello, the aim of this e-mail is to look at the current status/workflow of l10n for subversion, and propose the move to Apache's Pootle instance for better tooling and the inclusion of potential translators. Pootle is a web based localisation system. It works with po files and offers web based ed

Re: svn commit: r1509342 - in /subversion/branches/log-addressing/subversion/libsvn_fs_fs: fs.h fs_fs.c util.c util.h

2013-08-02 Thread Stefan Fuhrmann
On Fri, Aug 2, 2013 at 5:16 PM, Stefan Fuhrmann < stefan.fuhrm...@wandisco.com> wrote: > On Fri, Aug 2, 2013 at 5:11 AM, Daniel Shahaf wrote: > >> stef...@apache.org wrote on Thu, Aug 01, 2013 at 17:36:42 -: >> > Author: stefan2 >> > Date: Thu Aug 1 17:36:42 2013 >> > New Revision: 1509342 >

Re: svn commit: r1509342 - in /subversion/branches/log-addressing/subversion/libsvn_fs_fs: fs.h fs_fs.c util.c util.h

2013-08-02 Thread Stefan Fuhrmann
On Fri, Aug 2, 2013 at 5:11 AM, Daniel Shahaf wrote: > stef...@apache.org wrote on Thu, Aug 01, 2013 at 17:36:42 -: > > Author: stefan2 > > Date: Thu Aug 1 17:36:42 2013 > > New Revision: 1509342 > > > > URL: http://svn.apache.org/r1509342 > > Log: > > On the log-addressing branch: > > High-

Re: FSX ready for /trunk

2013-08-02 Thread Stefan Fuhrmann
On Fri, Aug 2, 2013 at 4:47 AM, Daniel Shahaf wrote: > Stefan Fuhrmann wrote on Thu, Aug 01, 2013 at 16:38:09 +0200: > > The fsx branch is in sync with /trunk and passes all tests > > for fsfs and fsx. The latter is marked as experimental and > > will remain so for the 1.9 release and possibly 1.

Re: FSX ready for /trunk

2013-08-02 Thread Stefan Fuhrmann
On Fri, Aug 2, 2013 at 2:14 AM, Masaru Tsuchiyama wrote: > Hi. > > I tried to compile it on Windows (with VS2008). > But I got a compler at libsvn_fs_x. > > subversion\libsvn_fs_x\cached_data.c(1042) : error C4115: 'rep_state' : > named type definition in parentheses > > I attach a patch to fix th