Re: Shelving / Checkpointing thoughts

2017-09-03 Thread Paul Hammant
> > Apache products aren't allowed to depend on GPL'd code for mandatory / > core features. > Even GPL2 with the linking exception? > What is the advantage of linking to libgit2 over simply telling users to > use git-svn with 'git stash' and local branches? > None, assuming you've learned the G

Re: Shelving / Checkpointing thoughts

2017-09-03 Thread Paul Hammant
Fully expecting this to have a popularity of -5 on a 0 - 10 scale, I thought I'd share that I'm progressing with a "subversion shelve" tech on GitHub, that uses Git for the Shelve/unshelve (making a single 'bundle' blob) :- https://github.com/paul-hammant/svn-shelve Pull Requests welcome :) Id th

Re: Unbuddied issue workflow

2017-09-03 Thread Johan Corveleyn
On Sun, Sep 3, 2017 at 11:33 AM, Stefan wrote: > On 03/09/2017 11:20, Johan Corveleyn wrote: ... >> This appears in red letters (with a mailto link on "Subversion Users") >> if you select "Subversion" in the Create Issue screen: >> >> "Please ensure you have discussed on the Subversion Users maili

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

2017-09-03 Thread Markus Schaber
Hi, Bob, From: Bob Zhu [mailto:b...@fortinet.com] > We definitely don't wan to do anything client side since that would be a > nightmare to manage afterwards. > Upper management essentially wants this reminder everytime they do a > checkout. Almost like a disclaimer that they have to agree to be

Re: svn commit: r1807056 - in /subversion/trunk/subversion: include/private/svn_utf_private.h libsvn_client/list.c libsvn_repos/list.c libsvn_subr/utf8proc.c

2017-09-03 Thread Stefan Fuhrmann
On 02.09.2017 18:26, Branko Čibej wrote: On 02.09.2017 18:06, Stefan Fuhrmann wrote: On 02.09.2017 17:17, Branko Čibej wrote: On 02.09.2017 17:12, stef...@apache.org wrote: +svn_boolean_t +svn_utf__fuzzy_glob_match(const char *str, + const apr_array_header_t *patte

Re: OS X build slave failing

2017-09-03 Thread Stefan Fuhrmann
On 02.09.2017 13:54, Branko Čibej wrote: The OSX build slave is failing on a couple of the conflict resolver tests over ra_svn. Can someone please take the time to figure it out? Otherwise my maintaining the build slave makes no sense ... r1807154 should fix these. -- Stefan^2.

Re: Unbuddied issue workflow

2017-09-03 Thread Stefan
On 03/09/2017 11:20, Johan Corveleyn wrote: > On Fri, Sep 1, 2017 at 2:23 AM, Daniel Shahaf wrote: >> 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 ch

Re: Unbuddied issue workflow

2017-09-03 Thread Johan Corveleyn
On Fri, Sep 1, 2017 at 2:23 AM, Daniel Shahaf wrote: > 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 investi