Re: wish for new API or extended one

2017-02-07 Thread Stefan Sperling
On Mon, Feb 06, 2017 at 07:54:46PM +0100, Stefan Kueng wrote: > > > On 06.02.2017 13:19, Stefan Sperling wrote: > > On Sun, Feb 05, 2017 at 03:23:33PM +0100, Stefan Küng wrote: > > > Still doesn't work for me. > > > > > > svn_client_conflict_option_set_moved_to_repos_relpath(opt, j, > > > scrat

Re: svn commit: r1780191 - /subversion/site/publish/docs/release-notes/1.10.html

2017-02-07 Thread Johan Corveleyn
On Wed, Jan 25, 2017 at 3:41 PM, wrote: > Author: stsp > Date: Wed Jan 25 14:41:03 2017 > New Revision: 1780191 > > URL: http://svn.apache.org/viewvc?rev=1780191&view=rev > Log: > * release-notes/1.10.html: Add a section about the new conflict resolver. ... > + > + > +operation > +incom

Re: svn commit: r1780191 - /subversion/site/publish/docs/release-notes/1.10.html

2017-02-07 Thread Stefan Sperling
On Tue, Feb 07, 2017 at 12:25:09PM +0100, Johan Corveleyn wrote: > I've been looking at the table in the release notes (in my browser, > not the textual diff, but replying on this commit to have some context > -- the "kinds of versioned items" column is already gone btw). > > I think it would be e

Re: svn commit: r1780191 - /subversion/site/publish/docs/release-notes/1.10.html

2017-02-07 Thread Johan Corveleyn
On Tue, Feb 7, 2017 at 12:36 PM, Stefan Sperling wrote: > On Tue, Feb 07, 2017 at 12:25:09PM +0100, Johan Corveleyn wrote: >> I've been looking at the table in the release notes (in my browser, >> not the textual diff, but replying on this commit to have some context >> -- the "kinds of versioned

Re: svn commit: r1780191 - /subversion/site/publish/docs/release-notes/1.10.html

2017-02-07 Thread Stefan Sperling
On Tue, Feb 07, 2017 at 12:40:10PM +0100, Johan Corveleyn wrote: > BTW: why no "deleted an item" for local change (can't look at the code > / resolver options right now myself, so just wondering ...)? I've just added one case where the resolver has special-purpose code for that (code which already

Re: wish for new API or extended one

2017-02-07 Thread Stefan Kueng
On 07.02.2017 09:37, Stefan Sperling wrote: On Mon, Feb 06, 2017 at 07:54:46PM +0100, Stefan Kueng wrote: On 06.02.2017 13:19, Stefan Sperling wrote: On Sun, Feb 05, 2017 at 03:23:33PM +0100, Stefan Küng wrote: Still doesn't work for me. svn_client_conflict_option_set_moved_to_repos_relpa

Re: Low level of activity

2017-02-07 Thread Garance A Drosehn
On 6 Feb 2017, at 3:58, Stefan Sperling wrote: > On Sun, Feb 05, 2017 at 07:21:21PM +, Daniel Shahaf wrote: >> Stefan Sperling wrote on Sat, Feb 04, 2017 at 20:03:36 +0100: >>> You may have gotten used to a level of activity which was made >>> possible by several full-time employment positions

Re: wish for new API or extended one

2017-02-07 Thread Stefan Sperling
On Tue, Feb 07, 2017 at 08:17:41PM +0100, Stefan Kueng wrote: > I figured out the problem: > to get updated descriptions, I have to call > svn_client_conflict_tree_get_resolution_options() again to get new updated > options. I can't just get the description from the option I set the move > target i

Re: wish for new API or extended one

2017-02-07 Thread Stefan Kueng
On 07.02.2017 21:34, Stefan Sperling wrote: On Tue, Feb 07, 2017 at 08:17:41PM +0100, Stefan Kueng wrote: I figured out the problem: to get updated descriptions, I have to call svn_client_conflict_tree_get_resolution_options() again to get new updated options. I can't just get the description

Re: wish for new API or extended one

2017-02-07 Thread Evgeny Kotkov
Stefan Sperling writes: > I'm guessing that you are mixing up repository paths and working copy paths. > Perhaps your expectation is that a repository-side path in the conflict > description is changed by svn_client_conflict_option_set_moved_to_abspath()? > If you do, then the API's behaviour wil

Re: svn commit: r1782003 - /subversion/trunk/CHANGES

2017-02-07 Thread Stefan
On 2/7/2017 15:57, s...@apache.org wrote: > * FSX: Fix an initialization / life time issue with batch-fsync (r1781657) Didn't that issue get in post SVN 1.9 and hence is a noop-change in regards to the changelog for SVN 1.9.5 -> SVN 1.10? Regards, Stefan smime.p7s Description: S/MIME Cryptogr

Re: translations

2017-02-07 Thread Julian Foad
On 2017-02-04, Stefan Kueng wrote: [...] I remember there was a discussion about two years ago about using a web based translation tool for Subversion (e.g. http://translationproject.org/), but that discussion got to no real decision. For TSVN we use transifex (https://www.transifex.com/) which i

Re: svn commit: r1780191 - /subversion/site/publish/docs/release-notes/1.10.html

2017-02-07 Thread Johan Corveleyn
On Tue, Feb 7, 2017 at 1:11 PM, Stefan Sperling wrote: > On Tue, Feb 07, 2017 at 12:40:10PM +0100, Johan Corveleyn wrote: >> BTW: why no "deleted an item" for local change (can't look at the code >> / resolver options right now myself, so just wondering ...)? > > I've just added one case where the