Re: 0.5 draft of new dumnfile docs

2011-12-21 Thread Daniel Shahaf
Eric S. Raymond wrote on Wed, Dec 21, 2011 at 11:53:38 -0500: > 2. Does a copy operation carry with it properties? In particular, > if I do a replace on a file without the svn:executable property > from a copy source with the svn:executable property, what happens? Try it and see? (Short answer:

Re: 0.5 draft of new dumnfile docs

2011-12-21 Thread Peter Samuelson
[Eric S. Raymond] > 1. In the Credits section I note that portions of this document are > derived from notes by Ben Sussman *Ben Collins-Sussman

Re: [PATCH] Re: Patch ping, 5 years later: removing properties

2011-12-21 Thread C. Michael Pilato
On 12/21/2011 02:32 PM, Alexey Neyman wrote: > I am a bit confused here. The comment for svn_client_diff6 says "New in 1.8", > and 1.8 is not released yes, is it? I thought that non-released API is > subject > to change. If it is not the case, I'll create another wrapper. You are correct. If t

Re: [PATCH] Re: Patch ping, 5 years later: removing properties

2011-12-21 Thread Stefan Sperling
On Wed, Dec 21, 2011 at 11:32:43AM -0800, Alexey Neyman wrote: > Hi Stefan, > > Thanks for a review. A few questions: > > On Wednesday, December 21, 2011 03:44:07 am Stefan Sperling wrote: > > I'd prefer keeping --no-diff-properties and add a --patch option later > > which implies --no-diff-prope

Re: [PATCH] Re: Patch ping, 5 years later: removing properties

2011-12-21 Thread Alexey Neyman
Hi Stefan, Thanks for a review. A few questions: On Wednesday, December 21, 2011 03:44:07 am Stefan Sperling wrote: > I'd prefer keeping --no-diff-properties and add a --patch option later > which implies --no-diff-properties and maybe other options. I was explicitly asked by Julian Foad to avoi

0.5 draft of new dumnfile docs

2011-12-21 Thread Eric S. Raymond
Thanks to Steve Butler for clearing up one of the open questions. I've added another. The current list is: 1. In the Credits section I note that portions of this document are derived from notes by Ben Sussman, and mention the people who have helpfully answered questions. I would also like to cred

Re: JavaHL bug in native code?

2011-12-21 Thread Mark Phippard
On Wed, Dec 21, 2011 at 9:25 AM, Hyrum K Wright wrote: > On Tue, Dec 20, 2011 at 1:50 PM, Mark Phippard wrote: >> On Tue, Dec 20, 2011 at 2:42 PM, Philip Martin >> wrote: >>     env->ReleaseLongArrayElements(jrevs, jrevArray, 0); >>> >>> Do we need to consider ReleaseLongArrayElements raisi

Re: [Issue 4084] FSFS and BDB store large directories inefficiently

2011-12-21 Thread Hyrum K Wright
On Tue, Dec 20, 2011 at 11:16 AM, C. Michael Pilato wrote: > On 12/20/2011 11:54 AM, Daniel Shahaf wrote: >>> Instead of continuing to envision incremental improvements to the various >>> backends, why don't we just >>> blow the whole thing up and come up with a design which meets the needs of >

Re: JavaHL bug in native code?

2011-12-21 Thread Hyrum K Wright
On Tue, Dec 20, 2011 at 1:42 PM, Philip Martin wrote: > Mark Phippard writes: > >> We have had a few users report a weird error that looks like they are >> getting an ArrayIndexOutOfBoundsException except that it appears that >> it is coming out of the native code.  This happens during an update

Re: JavaHL bug in native code?

2011-12-21 Thread Hyrum K Wright
On Tue, Dec 20, 2011 at 1:50 PM, Mark Phippard wrote: > On Tue, Dec 20, 2011 at 2:42 PM, Philip Martin > wrote: > >>>     env->ReleaseLongArrayElements(jrevs, jrevArray, 0); >> >> Do we need to consider ReleaseLongArrayElements raising an exception? > > This is what we see on the Eclipse side: >

Re: JavaHL bug in native code?

2011-12-21 Thread Mark Phippard
On Tue, Dec 20, 2011 at 7:53 PM, Philip Martin wrote: We have had a few users report a weird error that looks like they are getting an ArrayIndexOutOfBoundsException except that it appears that it is coming out of the native code.  This happens during an update operation.  I am

Re: [PATCH] Re: Patch ping, 5 years later: removing properties

2011-12-21 Thread Stefan Sperling
On Wed, Nov 16, 2011 at 04:09:51PM -0800, Alexey Neyman wrote: > On Sunday, November 06, 2011 10:27:01 am Daniel Shahaf wrote: > > Perhaps the solution is to make 'svn diff' use --diff-cmd for propdiffs > > too? It seems that currently --diff-cmd is only used for file content > > diffs. > > I gue