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

2017-08-29 Thread Daniel Shahaf
Good morning Evgeny, kot...@apache.org wrote on Thu, 27 Jul 2017 09:00 +: > +++ subversion/trunk/subversion/include/svn_delta.h Thu Jul 27 09:00:43 2017 > @@ -678,6 +690,9 @@ svn_txdelta_skip_svndiff_window(apr_file > * @{ > */ > > +/* Forward declarations. */ > +typedef struct svn_delta

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

2017-08-29 Thread Julian Foad
I'm trying to find out how much the apache/subversion repo on GitHub is integrated with ASF infrastructure. I filed a Jira ticket with ASF infra asking them about this, https://issues.apache.org/jira/browse/INFRA-14978 On 29/08/17 21:15, julianfoad wrote: > GitHub user julianfoad opened a pull r

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

2017-08-29 Thread julianfoad
GitHub user julianfoad opened a pull request: https://github.com/apache/subversion/pull/4 TEST: creating a new file TEST: This is a test, to see if GH pull request is integrated with ASF. You can merge this pull request into a Git repository by running: $ git pull https://githu

Re: Tip of the day: Cheatsheet for common cmdline client operations

2017-08-29 Thread Pavel Lyalyakin
Hello, On Fri, Aug 25, 2017 at 2:03 PM, Johan Corveleyn wrote: > > [ cc -= svnbook-dev, as I guess this will not become book-material. > More below ... ] > > On Thu, Jul 13, 2017 at 6:34 PM, C. Michael Pilato > wrote: > > On Thu, Jul 13, 2017 at 11:21 AM, Daniel Shahaf > > wrote: > >> > >> [mov

Re: svn ls --search/pattern/glob/case-insensitive [was: svn commit: r1806548 ...]

2017-08-29 Thread Branko Čibej
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 utf8proc code which the client uses > fo

Re: svn ls --search/pattern/glob/case-insensitive [was: svn commit: r1806548 ...]

2017-08-29 Thread Stefan Sperling
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 utf8proc code which the client uses for this is local-independent.

Re: Towards a Shelving MVP

2017-08-29 Thread Branko Čibej
On 28.08.2017 22:41, Johan Corveleyn wrote: > I'm not an expert, but do you really need the modified file itself, if > you have the patch and a reference to the base file (pristine)? Why > store both F (pristine) and F' (modified file), if I can reconstruct > F' out of F + P (patch). You need sour

Re: svn ls --search/pattern/glob/case-insensitive [was: svn commit: r1806548 ...]

2017-08-29 Thread Stefan Fuhrmann
On 29.08.2017 12:46, Julian Foad wrote: Evgeny Kotkov wrote: Bert Huijben writes: As Julian discovered, '--search' as used with 'svn log' is may not suitable for 'svn ls'. File name matching should be case-sensitive and requires full patterns just like e.g. the ordinary unix command line 'l

Re: 'svn list --search' feature complete?

2017-08-29 Thread Stefan Fuhrmann
On 29.08.2017 12:22, Johan Corveleyn wrote: On Tue, Aug 29, 2017 at 12:08 PM, Stefan Fuhrmann wrote: On 18.08.2017 13:36, Johan Corveleyn wrote: On Sun, Jan 29, 2017 at 10:35 AM, Stefan Fuhrmann wrote: On 24.01.2017 12:20, Stefan Sperling wrote: ... I would like to get an 1.10.0 alpha1

Re: svn commit: r1806552 - /subversion/branches/shelve/subversion/svn/svn.c

2017-08-29 Thread Julian Foad
Bert Huijben wrote: > svn patch supports binary content. The limitation here is probably that > currently only 'svn diff --git' produces the patches in the proper form, > while other invocations skip binary files. Yes, this is noted right at the end of the design doc: https://docs.google.com/doc

svn ls --search/pattern/glob/case-insensitive [was: svn commit: r1806548 ...]

2017-08-29 Thread Julian Foad
Evgeny Kotkov wrote: > Bert Huijben writes: >>> As Julian discovered, '--search' as used with 'svn log' is may not suitable >>> for 'svn ls'. File name matching should be case-sensitive and requires >>> full patterns just like e.g. the ordinary unix command line 'ls' command. >>> >>> Therefore, i

RE: svn commit: r1806552 - /subversion/branches/shelve/subversion/svn/svn.c

2017-08-29 Thread Bert Huijben
> -Original Message- > From: julianf...@apache.org [mailto:julianf...@apache.org] > Sent: dinsdag 29 augustus 2017 12:25 > To: comm...@subversion.apache.org > Subject: svn commit: r1806552 - > /subversion/branches/shelve/subversion/svn/svn.c > > Author: julianfoad > Date: Tue Aug 29 10:2

Re: svn commit: r1806548 - in /subversion/trunk/subversion: svn/svn.c svnbench/svnbench.c tests/cmdline/basic_tests.py

2017-08-29 Thread Evgeny Kotkov
Bert Huijben writes: >> As Julian discovered, '--search' as used with 'svn log' is may not suitable >> for 'svn ls'. File name matching should be case-sensitive and requires >> full patterns just like e.g. the ordinary unix command line 'ls' command. >> >> Therefore, introduce a separate '--patt

Re: 'svn list --search' feature complete?

2017-08-29 Thread Johan Corveleyn
On Tue, Aug 29, 2017 at 12:08 PM, Stefan Fuhrmann wrote: > On 18.08.2017 13:36, Johan Corveleyn wrote: >> >> On Sun, Jan 29, 2017 at 10:35 AM, Stefan Fuhrmann >> wrote: >>> >>> On 24.01.2017 12:20, Stefan Sperling wrote: >> >> ... I would like to get an 1.10.0 alpha1 released in Februar

RE: svn commit: r1806548 - in /subversion/trunk/subversion: svn/svn.c svnbench/svnbench.c tests/cmdline/basic_tests.py

2017-08-29 Thread Bert Huijben
> -Original Message- > From: stef...@apache.org [mailto:stef...@apache.org] > Sent: dinsdag 29 augustus 2017 11:57 > To: comm...@subversion.apache.org > Subject: svn commit: r1806548 - in /subversion/trunk/subversion: svn/svn.c > svnbench/svnbench.c tests/cmdline/basic_tests.py > > Autho

Re: 'svn list --search' feature complete?

2017-08-29 Thread Stefan Fuhrmann
On 18.08.2017 13:36, Johan Corveleyn wrote: On Sun, Jan 29, 2017 at 10:35 AM, Stefan Fuhrmann wrote: On 24.01.2017 12:20, Stefan Sperling wrote: ... I would like to get an 1.10.0 alpha1 released in February. Unless I hear objections I will start rolling this alpha release from trunk and call

RE: [PATCH] Add XFail test for relocating working copy with removed externals

2017-08-29 Thread Bert Huijben
> -Original Message- > From: Ivan Zhakov [mailto:i...@visualsvn.com] > Sent: maandag 28 augustus 2017 15:26 > To: dev@subversion.apache.org > Subject: [PATCH] Add XFail test for relocating working copy with removed > externals > > Log message: > [[[ > Add XFail test for relocating workin

Re: Towards a Shelving MVP

2017-08-29 Thread Julian Foad
Daniel Shahaf wrote: > The fact that all these representations are interchangeable suggests to > me that they all have the same compatibility properties. [...] > > We need a format bump iff a db query in 1.10 wouldn't DTRT on a wc that > 1.11 has touched. I don't see why shelves would introduce