Re: svn status tabbed output [was: Re: svn status should not show unmodified files in changelists]

2019-11-08 Thread Daniel Shahaf
Daniel Shahaf wrote on Thu, 07 Nov 2019 17:15 +00:00: > +++ subversion/tests/cmdline/info_tests.py(working copy) > @@ -644,6 +644,10 @@ def info_item_simple(sbox): > + svntest.actions.run_and_verify_svn( > +['1\tdir'], [], > +'info', '--show-item=revision,kind', '--no-newline', > +

Re: svn status should not show unmodified files in changelists

2019-11-08 Thread Branko Čibej
On 08.11.2019 10:48, Daniel Shahaf wrote: > Nathan Hartman wrote on Fri, Nov 08, 2019 at 00:58:29 -0500: >> In my mind, listing changelists (and which files are "in" them) should >> be a documented part of the changelist feature, not something achieved >> by a non-obvious invocation of 'svn status'

[Patch] Supported SWIG version(Re: Supported SWIG version on swig-py3)

2019-11-08 Thread Yasuhito FUTATSUKI
Hi, I updated the patch to restrict supported SWIG version posted before, <4ea8a16b-f04b-ab8c-8794-60a244294...@poem.co.jp>. In build system: * Make symbolic link for *.so files in build tree on the copy-swig-py target, for the check-swig-py target (for SWIG >= 4.0.0). this symbolic links are c

Re: svn status should not show unmodified files in changelists

2019-11-08 Thread Nathan Hartman
On Fri, Nov 8, 2019 at 8:00 AM Julian Foad wrote: > Nathan Hartman wrote: > > > Friday% svn st -q > > > --- Changelist 'foo': > > > M iota > > > Friday% vi A/mu > > > Friday% svn commit -mm --cl foo > > > Sendingiota > > > SendingA/mu > > > # ... "Revert accidental c

Re: svn status should not show unmodified files in changelists

2019-11-08 Thread Julian Foad
Daniel Shahaf wrote: The intended reading of the example is [...] I know, but we're not going to get much further by focusing on that example. I wonder if we should invent some notion of "quiet" changelist, [...] A quality of being "quiet in the context of svn-status" is not a good quality

Re: svn status should not show unmodified files in changelists

2019-11-08 Thread Daniel Shahaf
Julian Foad wrote on Fri, 08 Nov 2019 13:00 +00:00: > Nathan Hartman wrote: > > > Friday% svn st -q > > > --- Changelist 'foo': > > > M       iota > > > Friday% vi A/mu > > > Friday% svn commit -mm --cl foo > > > Sending        iota > > > Sending        A/mu > > > # ... "Revert accidental c

Re: svn status should not show unmodified files in changelists

2019-11-08 Thread Julian Foad
Nathan Hartman wrote: > Friday% svn st -q > --- Changelist 'foo': > M       iota > Friday% vi A/mu > Friday% svn commit -mm --cl foo > Sending        iota > Sending        A/mu > # ... "Revert accidental commit" You're right. That would be immensely irritating... The opposite reading o

Re: svn status should not show unmodified files in changelists

2019-11-08 Thread Nathan Hartman
On Fri, Nov 8, 2019 at 4:48 AM Daniel Shahaf wrote: Nathan Hartman wrote on Fri, Nov 08, 2019 at 00:58:29 -0500: >> Daniel suggested to leave the behavior of 'svn status' as-is, unless >> 'svn status' is run with both -v and -q. > > That's not what I suggested. I misunderstood... sorry! More belo

Re: [offlist] Re: Merging branches/swig-py3 to trunk

2019-11-08 Thread Daniel Shahaf
Nathan Hartman wrote on Fri, Nov 08, 2019 at 01:39:46 -0500: > Since you wrote "Any other opinions?" I assume you intended to send > this to the list... (My reply follows below.) Yes, that's correct. I'd intended to reply offlist but changed my mind partway through drafting and neglected to chang

Re: [offlist] Re: Merging branches/swig-py3 to trunk

2019-11-08 Thread Daniel Shahaf
Julian Foad wrote on Fri, Nov 08, 2019 at 08:13:20 +: > If I did my search correctly, there is nothing about Python 3 in any of the > 1.10 through 1.14 release notes. Haven't we got something to say about > limited support (for build and test?) in some version before 1.14? All I > could find

Re: svn status should not show unmodified files in changelists

2019-11-08 Thread Daniel Shahaf
Nathan Hartman wrote on Fri, Nov 08, 2019 at 00:58:29 -0500: > Daniel suggested to leave the behavior of 'svn status' as-is, unless > 'svn status' is run with both -v and -q. That's not what I suggested. I suggested to modify the behaviour if -q is passed, *regardless* of whether -v is passed or

Re: [offlist] Re: Merging branches/swig-py3 to trunk

2019-11-08 Thread Julian Foad
Nathan Hartman wrote: Question: Some Python scripts have not been updated for Python 3.x yet. Should those be listed in the release notes under "Known Issues"? Should a bug be filed? Or both? Both: an Issue tracking which ones are known broken or untested, and a pointer to it in the release no