Re: svn commit: r1512354 - in /subversion/trunk: ./ subversion/bindings/javahl/native/ subversion/bindings/javahl/src/org/apache/subversion/javahl/ subversion/bindings/javahl/src/org/apache/subversion

2013-08-15 Thread Branko Čibej
On 14.08.2013 21:20, Bert Huijben wrote: I think r1514012 should fix it by adding the dependency to libsvn-javahl that exists for all other javahl projects. Thanks, Bert. I missed that, going to bang my head against the wall now ... -- Brane -- Branko Čibej | Director of Subversion

Re: [PATCH] add support for svnrdump to svn-backup-dumps.py

2013-08-15 Thread Masaru Tsuchiyama
Hello (2013/08/08 22:47), C. Michael Pilato wrote: On 08/08/2013 09:40 AM, Daniel Shahaf wrote: On Thu, Aug 08, 2013 at 09:26:09AM -0400, C. Michael Pilato wrote: This tells the options parser that there are no command-line options which follow, which would keep self.__repospath from being

Re: man pages for Subversion

2013-08-15 Thread Branko Čibej
On 14.08.2013 23:42, Thomas Åkesson wrote: On 14 aug 2013, at 20:47, Mattias Engdegård matti...@bredband.net wrote: 12 aug 2013 kl. 12.38 skrev Julian Foad: Hi James. I have one thing to throw into the mix, which you might be interested in looking at. I experimented a few months ago with

Re: localisation: status, migration to pootle

2013-08-15 Thread Lorenz
Daniel Shahaf wrote: Mattias Engdegård wrote on Wed, Aug 07, 2013 at 23:43:36 +0200: 2 aug 2013 kl. 21.27 skrev Andreas Stieger: I would like to hear from active translation maintainers if they are happy to move their respective translations into Pootle and work on that system. If so I am

Re: [PATCH] fix exception running gen-make.py

2013-08-15 Thread Masaru Tsuchiyama
(2013/08/08 0:15), Daniel Shahaf wrote: masaru tsuchiyama wrote on Thu, Aug 01, 2013 at 00:11:30 +0900: * gen-make.py () : use default value as conf when args[0] is line ending. I don't use windows, but I think the right fix in this case is to prevent (\n in sys.argv) from becoming true

Re: Call for translations: Subversion 1.8

2013-08-15 Thread Fabien COELHO
Hello Mattias, On Wed, 14 Aug 2013, Mattias Engdegård wrote: lang trans untrans fuzzy obs -- de2557 1 3 477 +~o es2113 445 621 504 +++U~~ fr

[PATCH] add command line options to mailer.py

2013-08-15 Thread Masaru Tsuchiyama
Hello I attach a patch to implement command line options for smtp servers. [[[ add command line options to mailer.py * tools/hook-scripts/mailer/mailer.py () : import OptionParser. (main) : add options to arguments. (PipeOutput.__init__) : call cfg.get_mail_command()

Re: [PATCH] Add serf library version information to svn --version

2013-08-15 Thread Philip Martin
Ivan Zhakov i...@visualsvn.com writes: Log message: [[[ Add serf library version to svn --version output. * subversion/libsvn_ra_serf/serf.c (RA_SERF_DESCRIPTION): Add version placeholders. (ra_serf_get_description): Add serf library version information to RA layer description.

Re: [PATCH] Add serf library version information to svn --version

2013-08-15 Thread Ivan Zhakov
On Thu, Aug 15, 2013 at 3:59 PM, Philip Martin philip.mar...@wandisco.com wrote: Ivan Zhakov i...@visualsvn.com writes: Log message: [[[ Add serf library version to svn --version output. * subversion/libsvn_ra_serf/serf.c (RA_SERF_DESCRIPTION): Add version placeholders.

Re: [PATCH] Add serf library version information to svn --version

2013-08-15 Thread Philip Martin
Ivan Zhakov i...@visualsvn.com writes: Good point. I'll fix it in separate commit. What do you think about patch itself? Is there any reason for the static optimisation? Does performance matter? Why not simply format each time? -- Philip Martin | Subversion Committer WANdisco // *Non-Stop

Re: [PATCH] Add serf library version information to svn --version

2013-08-15 Thread Ivan Zhakov
On Thu, Aug 15, 2013 at 4:14 PM, Philip Martin phi...@codematters.co.uk wrote: Philip Martin philip.mar...@wandisco.com writes: Ivan Zhakov i...@visualsvn.com writes: Good point. I'll fix it in separate commit. What do you think about patch itself? Is there any reason for the static

Re: Ev2 using move-away and move-here

2013-08-15 Thread Julian Foad
Branko Čibej wrote: On 14 Aug 2013 16:23, Julian Foad julianf...@btopenworld.com wrote: and also makes validating the drive easier. I'm not sure what you're thinking about validating the editor drive being easier. Move away without a matching moved here (or the converse) is clearly

Re: [PATCH] Add serf library version information to svn --version

2013-08-15 Thread Philip Martin
Ivan Zhakov i...@visualsvn.com writes: On Thu, Aug 15, 2013 at 4:14 PM, Philip Martin phi...@codematters.co.uk wrote: Philip Martin philip.mar...@wandisco.com writes: Ivan Zhakov i...@visualsvn.com writes: Good point. I'll fix it in separate commit. What do you think about patch itself?

Re: [PATCH] Add serf library version information to svn --version

2013-08-15 Thread Ivan Zhakov
On Thu, Aug 15, 2013 at 5:38 PM, Philip Martin philip.mar...@wandisco.com wrote: Ivan Zhakov i...@visualsvn.com writes: On Thu, Aug 15, 2013 at 4:14 PM, Philip Martin phi...@codematters.co.uk wrote: Philip Martin philip.mar...@wandisco.com writes: Ivan Zhakov i...@visualsvn.com writes:

Semantics of Move

2013-08-15 Thread Julian Foad
I propose the following logical semantics of the versioned move operation that is the basis of move tracking, independent of any implementation. A versioned move of the node with node id “N”, with respect to two revisions rX and rY (X Y), shall mean: * Same node id. A node with node id N

Re: Semantics of Move

2013-08-15 Thread Branko Čibej
On 15.08.2013 17:01, Julian Foad wrote: Is this acceptable? Looks OK, from a quick review. This means that combining the two separately committed changes copy and move a child into a single commit will result in semantic data loss, which we are trying to avoid. Not really. The copied+moved

Re: [PATCH] Add serf library version information to svn --version

2013-08-15 Thread Ben Reser
On 8/15/13 4:48 AM, Ivan Zhakov wrote: Thoughts? It'd be nice if this was printed under the linked dependencies section of `svn --version --verbose`, but I don't see a good way of adding that since serf is required by the dynamically loadable ra layer and isn't a core dependency. Maybe we

Re: [PATCH] Add serf library version information to svn --version

2013-08-15 Thread Ivan Zhakov
On Thu, Aug 15, 2013 at 8:07 PM, Ben Reser b...@reser.org wrote: On 8/15/13 4:48 AM, Ivan Zhakov wrote: Thoughts? It'd be nice if this was printed under the linked dependencies section of `svn --version --verbose`, but I don't see a good way of adding that since serf is required by the

Re: 1.7.12 1.8.2

2013-08-15 Thread Philip Martin
Ivan Zhakov i...@visualsvn.com writes: On Tue, Aug 13, 2013 at 5:33 PM, Philip Martin philip.mar...@wandisco.com wrote: Ben Reser b...@reser.org writes: I plan to roll tarballs for both next Monday (August 19th). Please finish voting for any issues by Monday morning US/Pacific. 1.8.x has

Re: 1.7.12 1.8.2

2013-08-15 Thread Ben Reser
On Thu Aug 15 09:46:30 2013, Philip Martin wrote: WANdisco would also like r1490684 backported: return 500 rather than 409 when commit fails and it is not a conflict. There are sufficient WANdisco committers to approve it, but other review is welcome. I approved it, but like Philip said, more

Re: localisation: status, migration to pootle

2013-08-15 Thread Mattias Engdegård
15 aug 2013 kl. 00.10 skrev Ben Reser: +1, please go ahead and commit. Thank you, done in r1514395.

Re: Call for translations: Subversion 1.8

2013-08-15 Thread Mattias Engdegård
15 aug 2013 kl. 08.54 skrev Fabien COELHO: Sure I can do it, but it will take some time. Is there some kind of time frame? Say by the end of the month would be a nice:-) The 1.8.2 release is pending and may take place sooner than that; I have not heard of a fixed date for it, however. Take

Re: Call for translations: Subversion 1.8

2013-08-15 Thread Ben Reser
On Thu Aug 15 11:00:42 2013, Mattias Engdegård wrote: 15 aug 2013 kl. 08.54 skrev Fabien COELHO: Sure I can do it, but it will take some time. Is there some kind of time frame? Say by the end of the month would be a nice:-) The 1.8.2 release is pending and may take place sooner than that; I

Serf 1.3.1 released.

2013-08-15 Thread Lieven Govaerts
Hello everyone! I'm pleased to announce the release of serf 1.3.1. This release fixes issues in the authentication modules and ssl tunnel setup code, and an issue with TLS renegotiation. We also have more improvements for the scons configuration introduced in serf 1.3.0. As a consequence, serf

Re: Semantics of Move

2013-08-15 Thread Blair Zajac
On 08/15/2013 08:01 AM, Julian Foad wrote: I propose the following logical semantics of the versioned move operation that is the basis of move tracking, independent of any implementation. A versioned move of the node with node id “N”, with respect to two revisions rX and rY (X Y), shall mean:

Re: Semantics of Move

2013-08-15 Thread Branko Čibej
On 16.08.2013 04:48, Blair Zajac wrote: On 08/15/2013 08:01 AM, Julian Foad wrote: I propose the following logical semantics of the versioned move operation that is the basis of move tracking, independent of any implementation. A versioned move of the node with node id “N”, with respect to

Re: svnsync crashes on a huge commit

2013-08-15 Thread Ben Reser
On 7/28/13 1:52 AM, Ben Reser wrote: Even if the change that is resolving the problem on trunk isn't viable for backport, that still doesn't mean we won't fix the problem till 1.9.x, it just means a fix that will work for 1.8.x needs to be identified. I looked into merging the trunk changes.

Re: buildbot failure in ASF Buildbot on bb-openbsd

2013-08-15 Thread Ben Reser
On Thu Aug 15 21:15:34 2013, build...@apache.org wrote: The Buildbot has detected a new failure on builder bb-openbsd while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/bb-openbsd/builds/2626 Buildbot URL: http://ci.apache.org/ Buildslave for this

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2013-08-15 Thread Ben Reser
On Thu Aug 15 21:05:40 2013, build...@apache.org wrote: The Buildbot has detected a new failure on builder svn-x64-ubuntu-gcc while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/svn-x64-ubuntu-gcc/builds/9201 Buildbot URL: http://ci.apache.org/