RE: svn commit: r1742826 - in /subversion/trunk: subversion/tests/cmdline/ subversion/tests/cmdline/svntest/ tools/client-side/ tools/server-side/svnpubsub/

2016-05-10 Thread Markus Schaber
Hi, From: Stefan Fuhrmann [mailto:stef...@apache.org] > On 10.05.2016 00:15, Daniel Shahaf wrote: > > stef...@apache.org wrote on Sun, May 08, 2016 at 14:15:43 -: > >> > >> # > >> # > >> +# Permission constants used with e.g.

Re: svn commit: r1742826 - in /subversion/trunk: subversion/tests/cmdline/ subversion/tests/cmdline/svntest/ tools/client-side/ tools/server-side/svnpubsub/

2016-05-09 Thread Stefan Fuhrmann
On 10.05.2016 00:15, Daniel Shahaf wrote: stef...@apache.org wrote on Sun, May 08, 2016 at 14:15:43 -: ## +# Permission constants used with e.g. chmod() and open(). +# Define them here at a central location, so people

Re: svn commit: r1742826 - in /subversion/trunk: subversion/tests/cmdline/ subversion/tests/cmdline/svntest/ tools/client-side/ tools/server-side/svnpubsub/

2016-05-09 Thread Daniel Shahaf
stef...@apache.org wrote on Sun, May 08, 2016 at 14:15:43 -: > ## > +# Permission constants used with e.g. chmod() and open(). > +# Define them here at a central location, so people aren't tempted to > +# use octal literals

svn commit: r1742826 - in /subversion/trunk: subversion/tests/cmdline/ subversion/tests/cmdline/svntest/ tools/client-side/ tools/server-side/svnpubsub/

2016-05-08 Thread stefan2
Author: stefan2 Date: Sun May 8 14:15:43 2016 New Revision: 1742826 URL: http://svn.apache.org/viewvc?rev=1742826=rev Log: Replace "magic" octal permission values with symbolic ones. That improves readability as well as portability between Python 2 and 3. Changes outside our build & test