Re: [PATCH] Fix wrapping of 'svn help' output at 80 chars

2019-12-01 Thread Daniel Shahaf
Daniel Shahaf wrote on Mon, Dec 02, 2019 at 03:50:14 +: > Instead of running the entire test suite, you can do «cd …/cmdline && > ./getopt_tests.py». Run it with --help for details. By the way, the --help output doesn't document this, but in the syntax «./getopt_tests.py []», can be either t

Re: [PATCH] Fix wrapping of 'svn help' output at 80 chars

2019-12-01 Thread Daniel Shahaf
Nathan Hartman wrote on Sun, Dec 01, 2019 at 22:22:26 -0500: > On a related note, I cannot seem to run *just* getopt_tests.py. If I > run it like this, I get failure: > > [[[ > > $ make check TESTS=subversion/tests/cmdline/getopt_tests.py ⋮ > tests.log contains (only the first failure shown, othe

Re: [PATCH] Fix wrapping of 'svn help' output at 80 chars

2019-12-01 Thread Nathan Hartman
On Sun, Dec 1, 2019 at 1:44 PM Nathan Hartman wrote: > On Sun, Dec 1, 2019 at 12:17 PM Julian Foad wrote: > > Nathan Hartman wrote: > > > I didn't commit this yet because it affects translations. When > > > modifying strings, do I need to modify the po files in the same > > > commit? > > > > No.

Re: Commits not being reported?

2019-12-01 Thread Daniel Shahaf
Nathan Hartman wrote on Sun, 01 Dec 2019 15:02 +00:00: > hartmannathan Access granted (after authenticating Nathan offlist). Cheers, Daniel

Re: [PATCH] svnversion --no-stat (and an idea about changelists)

2019-12-01 Thread Daniel Shahaf
Julian Foad wrote on Sun, Dec 01, 2019 at 12:01:09 +: > Daniel Shahaf wrote: > > I'd like to get the "is this WC mixed revision?" and "is this WC switched?" > > bits without stat()-ing every single file in the worktree. > > What info do you actually want, functionally? Some info about the WC

Re: [PATCH] svnversion --no-stat

2019-12-01 Thread Daniel Shahaf
Branko Čibej wrote on Sun, Dec 01, 2019 at 13:13:04 +0100: > On 01.12.2019 04:12, Daniel Shahaf wrote: > > I'd like to get the "is this WC mixed revision?" and "is this WC switched?" > > bits without stat()-ing every single file in the worktree. > > Not going into the actual use-case (Julian has c

Re: Merging branches/swig-py3 to trunk

2019-12-01 Thread Daniel Shahaf
Nathan Hartman wrote on Sun, Dec 01, 2019 at 10:58:34 -0500: > On Thu, Nov 28, 2019 at 4:05 PM Daniel Shahaf wrote: > > I suggest to also grep for «sys.executable»; there are several > > instances of that in trunk. > > I did such a search and sys.executable is found in: > > ./build/run_tests.py

Re: [PATCH] Fix wrapping of 'svn help' output at 80 chars

2019-12-01 Thread Nathan Hartman
On Sun, Dec 1, 2019 at 12:17 PM Julian Foad wrote: > > > Nathan Hartman wrote: > > I didn't commit this yet because it affects translations. When modifying > > strings, do I need to modify the po files in the same commit? > > No. Commit first. Translations are updated separately. Thanks. Commit

Re: [PATCH] Fix wrapping of 'svn help' output at 80 chars

2019-12-01 Thread Julian Foad
Nathan Hartman wrote: > I didn't commit this yet because it affects translations. When modifying > strings, do I need to modify the po files in the same commit? No. Commit first. Translations are updated separately. - Julian

[PATCH] Fix wrapping of 'svn help' output at 80 chars

2019-12-01 Thread Nathan Hartman
I noticed that the first line of output of 'svn help' doesn't fit in a terminal width of 80 characters for: svn help changelist svn help cleanup svn help switch Even though the strings do fit in 80 characters, this happens because the name of the command (and any aliases) are prepended to the fir

Re: Merging branches/swig-py3 to trunk

2019-12-01 Thread Nathan Hartman
On Thu, Nov 28, 2019 at 4:05 PM Daniel Shahaf wrote: > Yasuhito FUTATSUKI wrote on Thu, Nov 28, 2019 at 20:36:25 +0900: > > And there seems to be also some scripts calling Python > > interpreter with -c option. > > > > I roughly searched: > > [[[ > > $ find . -name .svn -prune -or -type f -print0

Re: Commits not being reported?

2019-12-01 Thread Nathan Hartman
On Thu, Nov 7, 2019 at 5:37 AM Daniel Shahaf wrote: > ASFBot is run by Infra. It seems to have fixed itself, but if it acts up > again, best would be to talk to breser@: he used to run an irker instance that > provided bug-for-bug compatible IRC notifications. (If we chase this down, > note that

Re: [PATCH] svnversion --no-stat

2019-12-01 Thread Branko Čibej
On 01.12.2019 04:12, Daniel Shahaf wrote: > I'd like to get the "is this WC mixed revision?" and "is this WC switched?" > bits without stat()-ing every single file in the worktree. Not going into the actual use-case (Julian has covered that), but could you  make the option name more friendly to p

Re: [PATCH] svnversion --no-stat

2019-12-01 Thread Julian Foad
What info do you actually want, functionally? Some info about the WC base "shape" like "svn info --x-viewspec" gives? - Julian Daniel Shahaf wrote: > I'd like to get the "is this WC mixed revision?" and "is this WC switched?" > bits without stat()-ing every single file in the worktree.