RE: Help for adding a privacy prompt prior to checkout execution

2017-08-31 Thread Markus Schaber
Hi, Bob, From: Bob Zhu [mailto:b...@fortinet.com] > We need to ensure all our devs who are checking out source from SVN is > prompted with a privacy policy that they must agree to before the checkout > can continue. Any such kind of policy is implemented client-side, and thus can always be circ

Help for adding a privacy prompt prior to checkout execution

2017-08-31 Thread Bob Zhu
Hi there devs@subversion, My name is Bob Zhu and I am the manager of the Configuration Management team here at Fortinet Technologies. Upper management has requested a privay policy implementation on SVN: We need to ensure all our devs who are checking out source from SVN is prompted with a pr

Re: svn ls --search/pattern/glob/case-insensitive

2017-08-31 Thread Stefan Fuhrmann
On 29.08.2017 14:04, Branko Čibej wrote: On 29.08.2017 13:28, Stefan Sperling wrote: On Tue, Aug 29, 2017 at 01:12:07PM +0200, Stefan Fuhrmann wrote: How would you implement the case-insensitive comparison on the server side consistent with the client-side locals? As far as I can tell the ut

Re: svn commit: r1803143 - in /subversion/trunk/subversion: include/ libsvn_delta/ libsvn_ra_serf/ mod_dav_svn/

2017-08-31 Thread Daniel Shahaf
Evgeny Kotkov wrote on Thu, 31 Aug 2017 19:05 +0300: > Daniel Shahaf writes: > > Is adding this function an ABI-compatible change? The docstring of > > svn_delta_editor_t does say """ > > > > * @note Don't try to allocate one of these yourself. Instead, always > > * use svn_delta_default_edito

Re: Unbuddied issue workflow

2017-08-31 Thread Daniel Shahaf
Stefan Sperling wrote on Thu, 31 Aug 2017 12:05 +0200: > On Wed, Aug 30, 2017 at 11:36:17PM +, Daniel Shahaf wrote: > > Johan Corveleyn wrote on Wed, 30 Aug 2017 23:44 +0200: > > > After chatting on #asfinfra, they first have to investigate the > > > possibilities in JIRA. If it's at all possib

Re: Problem with non-conflicting merges of moves

2017-08-31 Thread Johan Corveleyn
On Thu, Aug 31, 2017 at 7:47 PM, Stefan Sperling wrote: > On Thu, Aug 24, 2017 at 01:44:48PM +0200, Stefan Sperling wrote: >> I see the following options going forward: > >> 2) Try to make the resolver handle the case where copyfrom does not point >> back into the same branch. (How?) > > I ha

Re: Problem with non-conflicting merges of moves

2017-08-31 Thread Stefan Sperling
On Thu, Aug 24, 2017 at 01:44:48PM +0200, Stefan Sperling wrote: > I see the following options going forward: > 2) Try to make the resolver handle the case where copyfrom does not point > back into the same branch. (How?) I have implemented option 2) in r1806831. It seems to work, but addit

Re: svn commit: r1803143 - in /subversion/trunk/subversion: include/ libsvn_delta/ libsvn_ra_serf/ mod_dav_svn/

2017-08-31 Thread Evgeny Kotkov
Daniel Shahaf writes: >> + * >> + * Any temporary allocations may be performed in @a scratch_pool. > > Need to add an @since tag here. [...] >> + */ >> + svn_error_t *(*apply_textdelta_stream)( > > Could you update the docstring of svn_delta_editor_t itself to mention this > new callback

Re: Unbuddied issue workflow

2017-08-31 Thread Stefan Sperling
On Wed, Aug 30, 2017 at 11:36:17PM +, Daniel Shahaf wrote: > Johan Corveleyn wrote on Wed, 30 Aug 2017 23:44 +0200: > > After chatting on #asfinfra, they first have to investigate the > > possibilities in JIRA. If it's at all possible, we'll have to come up > > with a good text (perhaps dependi

Re: Towards a Shelving MVP

2017-08-31 Thread Julian Foad
Julian Foad wrote: > Hardening before being safe to use: > > * Help text should contain a short introduction to how to use; set the > user's expectations; state the limitations (see "Extensions / Not > Supported Initially" section [1] in design doc.). Done. http://svn.apache.org/r1806552 > *