Media-Type for SVNPubSub

2013-05-27 Thread Ben Reser
Right now the SVNPubSub server serves NUL separated JSON data as text/plain. This is clearly wrong. But application/json would be just as wrong. I'd prefer that we use something more specific than application/octet-stream. On IRC we've been discussing applying for a vendor tree media-type regis

Re: 1.7.10 up for signing/testing

2013-05-27 Thread Julian Foad
Stefan Sperling wrote: > The 1.7.10 release artifacts are now available for testing/signing. [...] Tested on Unix, and signed. TESTED: --- [ fsfs | bdb ] x [ file | svn | http (neon) | http (serf) ] swig-rb swig-py swig-pl javahl cytpes-ptyon RESULTS: All tests pass. +1 to releas

Re: svn commit: r1485848 - /subversion/trunk/subversion/libsvn_subr/subst.c

2013-05-27 Thread Stefan Sperling
On Mon, May 27, 2013 at 10:30:31PM +0400, Konstantin Kolinko wrote: > There is a typo in the commit message: Fixed, thanks.

Re: svn commit: r1485848 - /subversion/trunk/subversion/libsvn_subr/subst.c

2013-05-27 Thread Konstantin Kolinko
2013/5/24 Stefan Fuhrmann : > > On Fri, May 24, 2013 at 3:10 PM, Stefan Sperling wrote: >> >> On Thu, May 23, 2013 at 08:55:32PM -, stef...@apache.org wrote: >> > Author: stefan2 >> > Date: Thu May 23 20:55:32 2013 >> > New Revision: 1485848 >> > >> > URL: http://svn.apache.org/r1485848 >> > L

Re: svn commit: r1486463 - in /subversion/trunk/tools/server-side/svnpubsub: revprop-change-hook.py svnpubsub/client.py svnpubsub/server.py watcher.py

2013-05-27 Thread Branko Čibej
On 27.05.2013 10:22, Branko Čibej wrote: > On 27.05.2013 06:41, Daniel Shahaf wrote: >> On Sun, May 26, 2013 at 09:22:48PM +, Daniel Shahaf wrote: >>> On Sun, May 26, 2013 at 08:06:47PM -, br...@apache.org wrote: +def main(repo, revision, author, propname, action): +else:

What makes merges slow in /trunk

2013-05-27 Thread Stefan Fuhrmann
Hi all, Since merge will be an important topic for 1.9, I ran a quick test to see what how we are doing for small projects like SVN. Please note that my local mirror of the ASF repo is about 2 months behind (r1457326) - in case you want to verify my data. Summary: Merges can be very slow and mig

Re: custom keyword expansion

2013-05-27 Thread Lorenz
Branko ?ibej wrote: >On 27.05.2013 10:46, Lorenz wrote: >> Lorenz wrote: >>> Stefan Sperling wrote: On Fri, May 24, 2013 at 12:39:04PM +, Lorenz wrote: > I'm playing around with the new custom keyword expansion. > > I would like to create a keyword like: > > > SAL-E

Re: custom keyword expansion

2013-05-27 Thread Branko Čibej
On 27.05.2013 10:46, Lorenz wrote: > Lorenz wrote: >> Stefan Sperling wrote: >>> On Fri, May 24, 2013 at 12:39:04PM +, Lorenz wrote: I'm playing around with the new custom keyword expansion. I would like to create a keyword like: SAL-EAGLE="/ Problem is, t

Re: custom keyword expansion

2013-05-27 Thread Lorenz
Lorenz wrote: >Stefan Sperling wrote: >>On Fri, May 24, 2013 at 12:39:04PM +, Lorenz wrote: >>> I'm playing around with the new custom keyword expansion. >>> >>> I would like to create a keyword like: >>> >>> >>> SAL-EAGLE="/>>> >>> Problem is, that as soon as I incorporate a '=' character

Re: svn commit: r1486500 - in /subversion/trunk/tools/server-side/svnpubsub: commit-hook.py revprop-change-hook.py svnpubsub/util.py svnwcsub.py

2013-05-27 Thread Branko Čibej
On 27.05.2013 06:35, Daniel Shahaf wrote: > On Mon, May 27, 2013 at 02:52:10AM -, br...@apache.org wrote: >> Author: brane >> Date: Mon May 27 02:52:10 2013 >> New Revision: 1486500 >> >> URL: http://svn.apache.org/r1486500 >> Log: >> In SvnPubSub, extract wrapper for subprocess.check_output in