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

2017-09-01 Thread Johan Corveleyn
On Fri, Sep 1, 2017 at 5:55 PM, Stefan Sperling wrote: > On Fri, Sep 01, 2017 at 04:24:28PM +0100, Julian Foad wrote: >> And, for consistency, when matching paths with "svn log -vq --search..." >> I would expect the same (I would not expect 'dog*' to match >> lazy_dog.txt). At present the implemen

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

2017-09-01 Thread Bob Zhu
Hi Markus, Thank you for quick response and your suggestions. Currently right now, our employess can only access SVN through authentication with our LDAP server. So authentication wise, we are fine but they upper management want's a bit more. Unforunately, the other suggestions you have made h

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

2017-09-01 Thread Stefan Sperling
On Fri, Sep 01, 2017 at 04:24:28PM +0100, Julian Foad wrote: > And, for consistency, when matching paths with "svn log -vq --search..." > I would expect the same (I would not expect 'dog*' to match > lazy_dog.txt). At present the implementation does match it, because it > treats the pattern as a su

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

2017-09-01 Thread Julian Foad
Stefan Sperling wrote: > On Fri, Sep 01, 2017 at 03:01:33PM +0100, Julian Foad wrote: >> (I'm unsure exactly what you meant there, stsp -- that seems to >> contradict the previous paragraph, if 'svn log --search remains >> case-insensitive.) > > The most important point for me is that I don't thin

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

2017-09-01 Thread Stefan Sperling
On Fri, Sep 01, 2017 at 03:01:33PM +0100, Julian Foad wrote: > (I'm unsure exactly what you meant there, stsp -- that seems to > contradict the previous paragraph, if 'svn log --search remains > case-insensitive.) The most important point for me is that I don't think appending and prepending * glo

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

2017-09-01 Thread Evgeny Kotkov
Daniel Shahaf writes: > I'm not sure I'm getting through here. > > The note does say "Don't allocate one of these yourself" but in the > second sentence implies that the reason for this is that if you allocate > it yourself and don't initialize all pointer-to-function members, > Trouble will ensu

Re: Towards a Shelving MVP

2017-09-01 Thread Julian Foad
Julian Foad wrote: > Julian Foad wrote: >> Hardening before being safe to use: After making several such changes (below), I think this is good enough for a few more people to be trying it out and see how useful it is. I'll look for some feedback within Assembla. If anyone else here would be willin

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

2017-09-01 Thread Julian Foad
Stefan Fuhrmann wrote: > On 01.09.2017 13:30, Stefan Sperling wrote: >> On Fri, Sep 01, 2017 at 06:36:46AM +0200, Stefan Fuhrmann wrote: >>> Because I think that strict glob-like patterns need to be supported >>> as well, I suggest to have two options: >>> >>> --search does a fuzzy search just

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

2017-09-01 Thread Branko Čibej
On 01.09.2017 06:36, Stefan Fuhrmann wrote: > > > 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 consist

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

2017-09-01 Thread Stefan Hett
On 9/1/2017 5:07 AM, Daniel Shahaf wrote: 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 *

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

2017-09-01 Thread James McCoy
On Fri, Sep 01, 2017 at 03:07:16AM +, Daniel Shahaf wrote: > 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

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

2017-09-01 Thread Stefan Fuhrmann
On 01.09.2017 13:30, Stefan Sperling wrote: On Fri, Sep 01, 2017 at 06:36:46AM +0200, Stefan Fuhrmann wrote: Because I think that strict glob-like patterns need to be supported as well, I suggest to have two options: --search does a fuzzy search just like we use it in other commands.

[GitHub] subversion pull request #4: TEST: creating a new file

2017-09-01 Thread julianfoad
Github user julianfoad closed the pull request at: https://github.com/apache/subversion/pull/4 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature i

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

2017-09-01 Thread Stefan Sperling
On Fri, Sep 01, 2017 at 06:36:46AM +0200, Stefan Fuhrmann wrote: > Because I think that strict glob-like patterns need to be supported > as well, I suggest to have two options: > >--search does a fuzzy search just like we use it in other commands. > We implicitly add leading an tra