Re: svn commit: r1814386 - in /subversion/branches/swig-py3: build/generator/swig/ build/generator/util/ subversion/bindings/swig/python/svn/ subversion/bindings/swig/python/tests/ subversion/bindings

2017-11-06 Thread Troy Curtis Jr
On Mon, Nov 6, 2017 at 7:33 AM Daniel Shahaf wrote: > troycurti...@apache.org wrote on Mon, 06 Nov 2017 01:58 +: > > +++ > subversion/branches/swig-py3/subversion/bindings/swig/python/tests/trac/versioncontrol/tests/svn_fs.py > Mon Nov 6 01:58:20 2017 > > @@ -53,17 +53,19 @@ import shutil >

Re: svn commit: r1814387 - in /subversion/branches/swig-py3: BRANCH-README Makefile.in build.conf build/ac-macros/swig.m4 configure.ac subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.c

2017-11-06 Thread Troy Curtis Jr
On Mon, Nov 6, 2017, 7:41 AM Daniel Shahaf wrote: > troycurti...@apache.org wrote on Mon, 06 Nov 2017 02:33 +: > > +++ subversion/branches/swig-py3/build/ac-macros/swig.m4 Mon Nov 6 > 02:33:27 2017 > > @@ -133,6 +134,18 @@ AC_DEFUN(SVN_FIND_SWIG, > > +AC_CACHE_CHECK([for Python >= 3]

Re: Checkpointing v1 design -- terminology

2017-11-06 Thread Paul Hammant
I'd be happier with save-cl rather than ci-save. Or just 'save', as I'm not sure what you're saving if not a change list. Incidentally CL looks pretty close to CI in lower case and that's already used. Spaces allowed in FOO name? $ svn save -v2 "add hair color to person page" Also.. $ svn sav

Re: Checkpointing v1 design -- terminology

2017-11-06 Thread Julian Foad
Julian Foad wrote: 'Roll back' means retrieving an old version of a shelved change and could be named like one or a permutation of these:   svn unshelve --checkpoint=3 foo   svn shelf restore foo@3   svn revert --savepoint=3 --cl=foo   svn changelist restore -v3 foo (I am deliberately brin

Re: Checkpointing v1 design -- terminology

2017-11-06 Thread Julian Foad
Branko Čibej wrote: [...] I've often wished we'd made our argument parser slightly more flexible in that respect, so that [...] we could write     svn [topic] command [options args] FWIW, the reason I'm slightly in favour of "savepoint" vs. "checkpoint" has been discussed before: the abbrevi

Re: svn commit: r1814387 - in /subversion/branches/swig-py3: BRANCH-README Makefile.in build.conf build/ac-macros/swig.m4 configure.ac subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.c

2017-11-06 Thread Daniel Shahaf
troycurti...@apache.org wrote on Mon, 06 Nov 2017 02:33 +: > +++ subversion/branches/swig-py3/build/ac-macros/swig.m4 Mon Nov 6 02:33:27 > 2017 > @@ -133,6 +134,18 @@ AC_DEFUN(SVN_FIND_SWIG, > +AC_CACHE_CHECK([for Python >= 3], [ac_cv_python_is_py3],[ > + ac_cv_python_is_py3=

Re: svn commit: r1814386 - in /subversion/branches/swig-py3: build/generator/swig/ build/generator/util/ subversion/bindings/swig/python/svn/ subversion/bindings/swig/python/tests/ subversion/bindings

2017-11-06 Thread Daniel Shahaf
troycurti...@apache.org wrote on Mon, 06 Nov 2017 01:58 +: > +++ > subversion/branches/swig-py3/subversion/bindings/swig/python/tests/trac/versioncontrol/tests/svn_fs.py > Mon Nov 6 01:58:20 2017 > @@ -53,17 +53,19 @@ import shutil > if sys.version_info[0] >= 3: ⋮ > else: ># Python <3.