Re: svn commit: r945280 - in /subversion/trunk: build.conf subversion/libsvn_ra_serf/commit.c subversion/mod_dav_svn/dav_svn.h subversion/mod_dav_svn/posts/ subversion/mod_dav_svn/posts/create-trans

2010-05-17 Thread Greg Stein
On Mon, May 17, 2010 at 15:35, C. Michael Pilato wrote: > Greg Stein wrote: >>> I have a local patch here that adds a mod_dav_svn utility function for >>> stringbuf'ing a request into a giant block of memory and parsing into a >>> skel.  I can certainly switch to that approach if you feel that str

Re: Our project's report to the Board (was: board: r22897 ...)

2010-05-17 Thread Greg Stein
That was mentioned in the March report. Tho it reminds me to deal with PMC membership issues. Will do that on private@ ... On Mon, May 17, 2010 at 18:12, Daniel Shahaf wrote: > Need to say that dannas was promoted to full commit access? >

Re: Our project's report to the Board (was: board: r22897 ...)

2010-05-17 Thread Daniel Shahaf
Need to say that dannas was promoted to full commit access?

Re: Stop shipping deps tarballs [was Re: Hosting tarballs on ASF infrastructure]

2010-05-17 Thread Hyrum K. Wright
For the record, I've gone ahead and removed the deps tarball creation from our rolling script. As of r945390, dist.sh won't create any dist tarballs, but there is a new get-deps.sh script to help folks fetch the right deps from a Subversion distribution. I've rerun my nightly script with the new

Re: svn commit: r945280 - in /subversion/trunk: build.conf subversion/libsvn_ra_serf/commit.c subversion/mod_dav_svn/dav_svn.h subversion/mod_dav_svn/posts/ subversion/mod_dav_svn/posts/create-transac

2010-05-17 Thread Philip Martin
cmpil...@apache.org writes: > Author: cmpilato > Date: Mon May 17 18:09:28 2010 > New Revision: 945280 > +/* Respond to a S:dated-rev-report request. */ > +int > +dav_svn__create_transaction_post(const dav_resource *resource, > + const apr_xml_doc *doc, > +

Re: Hi!

2010-05-17 Thread Hyrum K. Wright
Hi Yuri, Have you seen this section of the community guide: http://subversion.apache.org/docs/community-guide/l10n.html#new-translation There is an italian translation in our source tree, but it has not been touched since 2007-10-12. Perhaps you could start by submitting patches against that file

Re: svn commit: r945280 - in /subversion/trunk: build.conf subversion/libsvn_ra_serf/commit.c subversion/mod_dav_svn/dav_svn.h subversion/mod_dav_svn/posts/ subversion/mod_dav_svn/posts/create-trans

2010-05-17 Thread C. Michael Pilato
Greg Stein wrote: >> I have a local patch here that adds a mod_dav_svn utility function for >> stringbuf'ing a request into a giant block of memory and parsing into a >> skel. I can certainly switch to that approach if you feel that strongly >> about it. Would you be okay with a documented requir

Re: svn commit: r945280 - in /subversion/trunk: build.conf subversion/libsvn_ra_serf/commit.c subversion/mod_dav_svn/dav_svn.h subversion/mod_dav_svn/posts/ subversion/mod_dav_svn/posts/create-trans

2010-05-17 Thread Greg Stein
On Mon, May 17, 2010 at 15:05, C. Michael Pilato wrote: >... >> This doesn't match the "int" return type you've defined, and it >> results in build errors (see the buildbots). > > Hrm.  This from util.c: > > int > dav_svn__error_response_tag(request_rec *r, >                            dav_error *

Re: svn commit: r945280 - in /subversion/trunk: build.conf subversion/libsvn_ra_serf/commit.c subversion/mod_dav_svn/dav_svn.h subversion/mod_dav_svn/posts/ subversion/mod_dav_svn/posts/create-trans

2010-05-17 Thread C. Michael Pilato
C. Michael Pilato wrote: > Greg Stein wrote: >> More XML crap? Yuck, ugh, and bleagh. >> >> On Mon, May 17, 2010 at 14:09, wrote: >>> ... >>> +++ subversion/trunk/subversion/mod_dav_svn/posts/create-transaction.c Mon >>> May 17 18:09:28 2010 >>> ... >>> +/* Respond to a S:dated-rev-report reques

Re: svn commit: r945280 - in /subversion/trunk: build.conf subversion/libsvn_ra_serf/commit.c subversion/mod_dav_svn/dav_svn.h subversion/mod_dav_svn/posts/ subversion/mod_dav_svn/posts/create-trans

2010-05-17 Thread C. Michael Pilato
Greg Stein wrote: > More XML crap? Yuck, ugh, and bleagh. > > On Mon, May 17, 2010 at 14:09, wrote: >> ... >> +++ subversion/trunk/subversion/mod_dav_svn/posts/create-transaction.c Mon >> May 17 18:09:28 2010 >> ... >> +/* Respond to a S:dated-rev-report request. */ >> +int >> +dav_svn__create_

Re: deprecate all of svn_wc.h ?

2010-05-17 Thread Barry Scott
On 16 May 2010, at 16:20, Greg Stein wrote: > On Sun, May 16, 2010 at 05:00, Barry Scott wrote: >> ... >> Here are the list of svn_wc_ symbols from pysvn. >> pysvn does not include svn_wc.h. > > How do you have these values if you don't include svn_wc.h? > > I think you *implicitly* include it

Re: svn commit: r945280 - in /subversion/trunk: build.conf subversion/libsvn_ra_serf/commit.c subversion/mod_dav_svn/dav_svn.h subversion/mod_dav_svn/posts/ subversion/mod_dav_svn/posts/create-trans

2010-05-17 Thread Greg Stein
More XML crap? Yuck, ugh, and bleagh. On Mon, May 17, 2010 at 14:09, wrote: >... > +++ subversion/trunk/subversion/mod_dav_svn/posts/create-transaction.c Mon > May 17 18:09:28 2010 >... > +/* Respond to a S:dated-rev-report request. */ > +int > +dav_svn__create_transaction_post(const dav_resour

Re: Our project's report to the Board (was: board: r22897 ...)

2010-05-17 Thread Hyrum K. Wright
The current status is that CollabNet has transfered trustee-ship of SVN Corp(se) over to the SFLC, so we've got one-less entity to deal with. I got mail from Karen late last week, indicating she was moving on the trademark filing in our behalf. So things are still progressing, albeit at the glaci

Re: Our project's report to the Board (was: board: r22897 ...)

2010-05-17 Thread Greg Stein
Is there news? I thought it was pending some SFLC love? On May 17, 2010 11:11 AM, "C. Michael Pilato" wrote: Should we include any update about the trademark transfers? Greg Stein wrote: > Hi all, > > Here is the Board report that I filed for this month (as the ASF ... -- C. Michael Pilato C

Re: Our project's report to the Board (was: board: r22897 ...)

2010-05-17 Thread C. Michael Pilato
Should we include any update about the trademark transfers? Greg Stein wrote: > Hi all, > > Here is the Board report that I filed for this month (as the ASF VP of > Subversion). > > fyi: we're required to keep the Board apprised of all relevant > activities for their review/oversight. this is p

Our project's report to the Board (was: board: r22897 ...)

2010-05-17 Thread Greg Stein
Hi all, Here is the Board report that I filed for this month (as the ASF VP of Subversion). fyi: we're required to keep the Board apprised of all relevant activities for their review/oversight. this is part of the legal umbrella the ASF provides for our community. If you have any questions/conce

RE: [PATCH] readable error messages on non-ASCII systems, v2

2010-05-17 Thread Bert Huijben
> -Original Message- > From: Julian Foad [mailto:julian.f...@wandisco.com] > Sent: maandag 17 mei 2010 11:25 > To: Greg Ames > Cc: Subversion Dev > Subject: Re: [PATCH] readable error messages on non-ASCII systems, v2 > > (Cc'ing the dev@ list.) > > On Fri, 2010-05-14, Greg Ames wrote:

Re: community guide

2010-05-17 Thread C. Michael Pilato
Greg Stein wrote: > Hey Mike, > > What's with linking between sections of the community guide? There are > links like href="#log-messages", but that really should be > href="conventions.html#log-messages". But that might mess up the > one-big-document approach, right? > Is there a Proper solution

Re: [PATCH] readable error messages on non-ASCII systems, v2

2010-05-17 Thread Julian Foad
(Cc'ing the dev@ list.) On Fri, 2010-05-14, Greg Ames wrote: > Fri, May 14, 2010, Julian Foad wrote: > > In an attempt both to understand and to minimize the patch: would you > > get the same result by converting 'err->message' from native encoding to > > UTF-8 and then printing it in the way that