Re: [PATCH] Correct indentation in svn_client_conflict_text_resolve_by_id

2016-11-11 Thread Branko Čibej
On 10.11.2016 23:37, Daniel Shahaf wrote: > Stefan wrote on Thu, Nov 10, 2016 at 23:05:18 +0100: >> On 11/10/2016 10:07, Stefan Sperling wrote: >>> On Wed, Nov 09, 2016 at 11:21:42PM +0100, Stefan wrote: Hi, attached is a patch to correct indentation in svn_client_conflict_text_

Re: [PATCH] svn_client_list4: accept `NULL` patterns

2016-11-11 Thread Branko Čibej
On 11.11.2016 15:04, Patrick Steinhardt wrote: > On Wed, Nov 09, 2016 at 02:05:38PM +0100, Stefan Sperling wrote: >> On Wed, Nov 09, 2016 at 11:27:47AM +0100, Patrick Steinhardt wrote: >>> Hi, >>> >>> while continuing my work on the obstructed checkout patch I just >>> updated to the new `svn_clien

Re: [PATCH] svn_client_list4: accept `NULL` patterns

2016-11-11 Thread Patrick Steinhardt
On Wed, Nov 09, 2016 at 02:05:38PM +0100, Stefan Sperling wrote: > On Wed, Nov 09, 2016 at 11:27:47AM +0100, Patrick Steinhardt wrote: > > Hi, > > > > while continuing my work on the obstructed checkout patch I just > > updated to the new `svn_client_list4` call, which introduced a > > new `patter

Re: JavaHL SVNClient.logMessages() cannot return all revision properties.

2016-11-11 Thread Branko Čibej
On 11.11.2016 14:02, Branko Čibej wrote: > One solution would be to introduce an overload of the > ISVNClient.logMessages() method that would have the option to return all > revprops. In fact, the attached patch does just that. Can you test it, please? -- Brane Index: subversion/bindings/javahl/

Re: [PATCH v3] Reject checkouts to existing directory

2016-11-11 Thread Patrick Steinhardt
On Wed, Nov 09, 2016 at 05:09:17PM +, Daniel Shahaf wrote: > Patrick Steinhardt wrote on Wed, Nov 09, 2016 at 12:54:08 +0100: > > [[[ > > checkout_cmd: refuse obstructed checkouts > > The first paragraph of the log message should be a complete sentence. > (Capitalize when appropriate, use a fu

New warnings on trunk on OSX

2016-11-11 Thread Branko Čibej
In case anyone is interested: /Users/brane/src/svn/repos/trunk/subversion/libsvn_fs_x/changes.c:243:29: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] first = MIN(context->next + list_first, list_last); ~ ~~^~~~

Re: JavaHL SVNClient.logMessages() cannot return all revision properties.

2016-11-11 Thread Branko Čibej
On 07.11.2016 11:56, Doros Agathangelou wrote: > Hi All > > I have been trying to get the logMessages of a repository along with ALL > revision properties. Turns out this is not possible through javahl and I > believe this creates an inconsistency between javahl and the svn C api. > > This is becau

Re: svn commit: r1764902 - in /subversion/trunk/subversion: libsvn_client/conflicts.c svn/conflict-callbacks.c tests/cmdline/resolve_tests.py

2016-11-11 Thread Evgeny Kotkov
Evgeny Kotkov writes: >> Great work :) > > Thanks. I'll commit the patch sometime tomorrow. Committed in r1769269. Regards, Evgeny Kotkov