subvertpy/client.c: In function ‘client_new’: subvertpy/client.c:345:9: warning: ‘svn_client_create_context’ is deprecated [-Wdeprecated-declarations] 345 | err = svn_client_create_context(&ret->client, ret->pool); | ^~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:1117:1: note: declared here 1117 | svn_client_create_context(svn_client_ctx_t **ctx, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/client.c: In function ‘client_add’: subvertpy/client.c:511:5: warning: ‘svn_client_add4’ is deprecated [-Wdeprecated-declarations] 511 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:1697:1: note: declared here 1697 | svn_client_add4(const char *path, | ^~~~~~~~~~~~~~~ subvertpy/client.c: In function ‘client_checkout’: subvertpy/client.c:549:5: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 549 | RUN_SVN_WITH_POOL(temp_pool, svn_client_checkout3(&result_rev, url, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:26: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/client.c: In function ‘client_commit’: subvertpy/client.c:613:5: warning: ‘svn_client_commit4’ is deprecated [-Wdeprecated-declarations] 613 | RUN_SVN_WITH_POOL(temp_pool, svn_client_commit4(&commit_info, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:2294:1: note: declared here 2294 | svn_client_commit4(svn_commit_info_t **commit_info_p, | ^~~~~~~~~~~~~~~~~~ subvertpy/client.c: In function ‘client_export’: subvertpy/client.c:658:5: warning: ‘svn_client_export4’ is deprecated [-Wdeprecated-declarations] 658 | RUN_SVN_WITH_POOL(temp_pool, svn_client_export4(&result_rev, from, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:6602:1: note: declared here 6602 | svn_client_export4(svn_revnum_t *result_rev, | ^~~~~~~~~~~~~~~~~~ subvertpy/client.c:658:5: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 658 | RUN_SVN_WITH_POOL(temp_pool, svn_client_export4(&result_rev, from, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:26: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/client.c: In function ‘client_cat’: subvertpy/client.c:698:5: warning: ‘svn_client_cat2’ is deprecated [-Wdeprecated-declarations] 698 | RUN_SVN_WITH_POOL(temp_pool, svn_client_cat2(stream, path, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:6981:1: note: declared here 6981 | svn_client_cat2(svn_stream_t *out, | ^~~~~~~~~~~~~~~ subvertpy/client.c: In function ‘client_delete’: subvertpy/client.c:727:5: warning: ‘svn_client_delete3’ is deprecated [-Wdeprecated-declarations] 727 | RUN_SVN_WITH_POOL(temp_pool, svn_client_delete3(&commit_info, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:1919:1: note: declared here 1919 | svn_client_delete3(svn_commit_info_t **commit_info_p, | ^~~~~~~~~~~~~~~~~~ subvertpy/client.c: In function ‘client_mkdir’: subvertpy/client.c:788:5: warning: ‘svn_client_mkdir3’ is deprecated [-Wdeprecated-declarations] 788 | RUN_SVN_WITH_POOL(temp_pool, svn_client_mkdir3(&commit_info, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/client.c:24: /usr/include/subversion-1/svn_client.h:1810:1: note: declared here 1810 | svn_client_mkdir3(svn_commit_info_t **commit_info_p, | ^~~~~~~~~~~~~~~~~ subvertpy/client.c: In function ‘client_copy’: subvertpy/client.c:902:5: warning: ‘svn_client_copy5’ is deprecated [-gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/editor.c -o build/temp.linux-i686-2.7/subvertpy/editor.o gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/util.c -o build/temp.linux-i686-2.7/subvertpy/util.o gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/_ra.c -o build/temp.linux-i686-2.7/subvertpy/_ra.o gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/wc.c -o build/temp.linux-i686-2.7/subvertpy/wc.o gcc -pthread -shared build/temp.linux-i686-2.7/subvertpy/client.o build/temp.linux-i686-2.7/subvertpy/editor.o build/temp.linux-i686-2.7/subvertpy/util.o build/temp.linux-i686-2.7/subvertpy/_ra.o build/temp.linux-i686-2.7/subvertpy/wc.o -L/usr/lib -L/usr/lib -lsvn_client-1 -lsvn_subr-1 -lsvn_ra-1 -lsvn_wc-1 -lpython2.7 -o build/lib.linux-i686-2.7/subvertpy/client.so -L/usr/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl building 'subvertpy._ra' extension gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/_ra.c -o build/temp.linux-i686-2.7/subvertpy/_ra.o gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/util.c -o build/temp.linux-i686-2.7/subvertpy/util.o gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/editor.c -o build/temp.linux-i686-2.7/subvertpy/editor.o gcc -pthread -shared build/temp.linux-i686-2.7/subvertpy/_ra.o build/temp.linux-i686-2.7/subvertpy/util.o build/temp.linux-i686-2.7/subvertpy/editor.o -L/usr/lib -L/usr/lib -lsvn_ra-1 -lsvn_delta-1 -lsvn_subr-1 -lpython2.7 -o build/lib.linux-i686-2.7/subvertpy/_ra.so -L/usr/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl building 'subvertpy.repos' extension gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/repos.c -o build/temp.linux-i686-2.7/subvertpy/repos.o gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/util.c -o build/temp.linux-i686-2.7/subvertpy/util.o gcc -pthread -shared build/temp.linux-i686-2.7/subvertpy/repos.o build/temp.linux-i686-2.7/subvertpy/util.o -L/usr/lib -L/usr/lib -lsvn_repos-1 -lsvn_subr-1 -lsvn_fs-1 -lpython2.7 -o build/lib.linux-i686-2.7/subvertpy/repos.so -L/usr/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl building 'subvertpy.wc' extension gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/wc.c -o build/temp.linux-i686-2.7/subvertpy/wc.o gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/util.c -o build/temp.linux-i686-2.7/subvertpy/util.o gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/subversion-1 -Isubvertpy -I/usr/include/python2.7 -c subvertpy/editor.c -o build/temp.linux-i686-2.7/subvertpy/editor.o gcc -pthread -shared build/temp.linux-i686-2.7/subvertpy/wc.o build/temp.linux-i686-2.7/subvertpy/util.o build/temp.linux-i686-2.7/subvertpy/editor.o -L/usr/lib -L/usr/lib -lsvn_wc-1 -lsvn_subr-1 -lpython2.7 -o build/lib.linux-i686-2.7/subvertpy/wc.so -L/usr/lib -lapr-1 -luuid -lrt -lcrypt -lpthread -ldl running build_scripts creating build/scripts-2.7 copying and adjusting bin/subvertpy-fast-export -> build/scripts-2.7 changing mode of build/scripts-2.7/subvertpy-fast-export from 644 to 755 running install_lib creating /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr creating /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib creating /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7 creating /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages creating /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy copying build/lib.linux-i686-2.7/subvertpy/__init__.py -> /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy copying build/lib.linux-i686-2.7/subvertpy/delta.py -> /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy copying build/lib.linux-i686-2.7/subvertpy/marshall.py -> /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy copying build/lib.linux-i686-2.7/subvertpy/properties.py -> /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy copying build/lib.linux-i686-2.7/subvertpy/ra.py -> /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy copying build/lib.linux-i686-2.7/subvertpy/ra_svn.py -> /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy copying build/lib.linux-i686-2.7/subvertpy/server.py -> /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy creating /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/tests copying build/lib.linux-i686-2.7/subvertpy/tests/__init__.py -> /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/tests copying build/lib.linux-i686-2.7/subvertpy/tests/test_client.py -> /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/tests copying build/lib.linux-i686-2.7/subvertpy/tests/test_core.py -> /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/tests copying build/lib.linux-i686-2.7/subvertpy/tests/test_delta.py -> /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/tests copying build/lib.linux-i686-2.7/subvertpy/tests/test_marshall.py -> /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/tests copying build/lib.linux-i686-2.7/subvertpy/tests/test_properties.py -> /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/tests copying build/lib.linux-i686-2.7/subvertpy/tests/test_ra.py -> /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/tests copying build/lib.linux-i686-2.7/subvertpy/tests/test_repos.py -> /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/tests copying build/lib.linux-i686-2.7/subvertpy/tests/test_server.py -> /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/tests copying build/lib.linux-i686-2.7/subvertpy/tests/test_wc.py -> /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/tests copying build/lib.linux-i686-2.7/subvertpy/client.so -> /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy copying build/lib.linux-i686-2.7/subvertpy/_ra.so -> /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy copying build/lib.linux-i686-2.7/subvertpy/repos.so -> /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy copying build/lib.linux-i686-2.7/subvertpy/wc.so -> /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy byte-compiling /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/__init__.py to __init__.pyc byte-compiling /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/delta.py to delta.pyc byte-compiling /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/marshall.py to marshall.pyc byte-compiling /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/properties.py to properties.pyc byte-compiling /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/ra.py to ra.pyc byte-compiling /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/ra_svn.py to ra_svn.pyc byte-compiling /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/server.py to server.pyc byte-compiling /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/tests/__init__.py to __init__.pyc byte-compiling /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/tests/test_client.py to test_client.pyc byte-compiling /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/tests/test_core.py to test_core.pyc byte-compiling /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/tests/test_delta.py to test_delta.pyc byte-compiling /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/tests/test_marshall.py to test_marshall.pyc byte-compiling /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/tests/test_properties.py to test_properties.pyc byte-compiling /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/tests/test_ra.py to test_ra.pyc byte-compiling /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/tests/test_repos.py to test_repos.pyc byte-compiling /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/tests/test_server.py to test_server.pyc byte-compiling /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy/tests/test_wc.py to test_wc.pyc running install_scripts creating /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/bin copying build/scripts-2.7/subvertpy-fast-export -> /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/bin changing mode of /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/bin/subvertpy-fast-export to 755 running install_egg_info Writing /usr/src/slapt-src/python/subvertpy/package-subvertpy/usr/lib/python2.7/site-packages/subvertpy-0.9.1-py2.7.egg-info Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/python/subvertpy/subvertpy-0.9.1-i486-1salix15.0.txz Slackware package /usr/src/slapt-src/python/subvertpy/subvertpy-0.9.1-i486-1salix15.0.txz created. Installing package subvertpy-0.9.1-i486-1salix15.0... | subvertpy (Alternative Python bindings for Subversion) | | Alternative Python bindings for Subversion, split out from bzr-svn. | The goal is to have complete, portable and "Pythonic" Python | bindings. | | Homepage: http://samba.org/~jelmer/subvertpy/ | | | | | | ra.c: In function ‘ra_get_dir’: subvertpy/_ra.c:1391:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1391 | RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_dir2(ra->ra, &dirents, &fetch_rev, &props, | ^~~~~~~~~~~~~~~~ In file included from subvertpy/_ra.c:24: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/_ra.c: In function ‘ra_get_file’: subvertpy/_ra.c:1468:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1468 | RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_file(ra->ra, svn_path_canonicalize(path, temp_pool), revision, | ^~~~~~~~~~~~~~~~ In file included from subvertpy/_ra.c:24: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/_ra.c: In function ‘ra_check_path’: subvertpy/_ra.c:1524:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1524 | RUN_RA_WITH_POOL(temp_pool, ra, | ^~~~~~~~~~~~~~~~ In file included from subvertpy/_ra.c:24: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/_ra.c: In function ‘ra_stat’: subvertpy/_ra.c:1551:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1551 | RUN_RA_WITH_POOL(temp_pool, ra, | ^~~~~~~~~~~~~~~~ In file included from subvertpy/_ra.c:24: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/_ra.c: In function ‘ra_get_locks’: subvertpy/_ra.c:1684:9: warning: ‘svn_ra_get_locks’ is deprecated [-Wdeprecated-declarations] 1684 | RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_locks(ra->ra, &hash_locks, path, temp_pool)); | ^~~~~~~~~~~~~~~~ In file included from subvertpy/_ra.c:23: /usr/include/subversion-1/svn_ra.h:2045:1: note: declared here 2045 | svn_ra_get_locks(svn_ra_session_t *session, | ^~~~~~~~~~~~~~~~ subvertpy/_ra.c: In function ‘ra_get_locations’: subvertpy/_ra.c:1741:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1741 | RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_locations(ra->ra, &hash_locations, | ^~~~~~~~~~~~~~~~ In file included from subvertpy/_ra.c:24: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘py_entry’: subvertpy/wc.c:457:9: warning: ‘svn_wc_entry_dup’ is deprecated [-Wdeprecated-declarations] 457 | ret->entry = *svn_wc_entry_dup(entry, ret->pool); | ^~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3227:1: note: declared here 3227 | svn_wc_entry_dup(const svn_wc_entry_t *entry, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘py_status’: subvertpy/wc.c:572:9: warning: ‘svn_wc_dup_status2’ is deprecated [-Wdeprecated-declarations] 572 | dup_status = svn_wc_dup_status2(status, ret->pool); | ^~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4056:1: note: declared here 4056 | svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, | ^~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_init’: subvertpy/wc.c:624:9: warning: ‘svn_wc_adm_open3’ is deprecated [-Wdeprecated-declarations] 624 | err = svn_wc_adm_open3(&ret->adm, parent_wc, | ^~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:286:1: note: declared here 286 | svn_wc_adm_open3(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c:625:52: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 625 | svn_path_canonicalize(path, ret->pool), | ^~~~~~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_access_path’: subvertpy/wc.c:644:9: warning: ‘svn_wc_adm_access_path’ is deprecated [-Wdeprecated-declarations] 644 | return PyString_FromString(svn_wc_adm_access_path(admobj->adm)); | ^~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:553:1: note: declared here 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_locked’: subvertpy/wc.c:651:9: warning: ‘svn_wc_adm_locked’ is deprecated [-Wdeprecated-declarations] 651 | return PyBool_FromLong(svn_wc_adm_locked(admobj->adm)); | ^~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:572:1: note: declared here 572 | svn_wc_adm_locked(const svn_wc_adm_access_t *adm_access); | ^~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_prop_get’: subvertpy/wc.c:670:9: warning: ‘svn_wc_prop_get’ is deprecated [-Wdeprecated-declarations] 670 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_get(&value, name, path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:6249:1: note: declared here 6249 | svn_wc_prop_get(const svn_string_t **value, | ^~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_prop_set’: subvertpy/wc.c:706:9: warning: ‘svn_wc_prop_set3’ is deprecated [-Wdeprecated-declarations] 706 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_set3(name, cvalue, path, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:6333:1: note: declared here 6333 | svn_wc_prop_set3(const char *name, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_entries_read’: subvertpy/wc.c:738:9: warning: ‘svn_wc_entries_read’ is deprecated [-Wdeprecated-declarations] 738 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entries_read(&entries, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3214:1: note: declared here 3214 | svn_wc_entries_read(apr_hash_t **entries, | ^~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_walk_entries’: subvertpy/wc.c:780:9: warning: ‘svn_wc_walk_entries3’ is deprecated [-Wdeprecated-declarations] 780 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3464:1: note: declared here 3464 | svn_wc_walk_entries3(const char *path, | ^~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:780:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 780 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_entry’: subvertpy/wc.c:820:9: warning: ‘svn_wc_entry’ is deprecated [-Wdeprecated-declarations] 820 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3172:1: note: declared here 3172 | svn_wc_entry(const svn_wc_entry_t **entry, | ^~~~~~~~~~~~ subvertpy/wc.c:820:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 820 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_get_prop_diffs’: subvertpy/wc.c:852:9: warning: ‘svn_wc_get_prop_diffs’ is deprecated [-Wdeprecated-declarations] 852 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:6882:1: note: declared here 6882 | svn_wc_get_prop_diffs(apr_array_header_t **propchanges, | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:852:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 852 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_add’: subvertpy/wc.c:906:9: warning: ‘svn_wc_add3’ is deprecated [-Wdeprecated-declarations] 906 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4810:1: note: declared here 4810 | svn_wc_add3(const char *path, | ^~~~~~~~~~~ subvertpy/wc.c:906:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 906 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_copy’: subvertpy/wc.c:945:9: warning: ‘svn_wc_copy2’ is deprecated [-Wdeprecated-declarations] 945 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_copy2(src, admobj->adm, dst, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4506:1: note: declared here 4506 | svn_wc_copy2(const char *src, | ^~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_delete’: subvertpy/wc.c:975:9: warning: ‘svn_wc_delete3’ is deprecated [-Wdeprecated-declarations] 975 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_delete3(path, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4635:1: note: declared here 4635 | svn_wc_delete3(const char *path, | ^~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_crawl_revisions’: subvertpy/wc.c:1020:9: warning: ‘svn_wc_init_traversal_info’ is deprecated [-Wdeprecated-declarations] 1020 | traversal_info = svn_wc_init_traversal_info(temp_pool); | ^~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:718:1: note: declared here 718 | svn_wc_init_traversal_info(apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:1022:9: warning: ‘svn_wc_crawl_revisions4’ is deprecated [-Wdeprecated-declarations] 1022 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5546:1: note: declared here 5546 | svn_wc_crawl_revisions4(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:1022:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1022 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_get_update_editor’: subvertpy/wc.c:1086:9: warning: ‘svn_wc_get_update_editor3’ is deprecated [-Wdeprecated-declarations] 1086 | err = svn_wc_get_update_editor3(latest_revnum, admobj->adm, target, | ^~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5929:1: note: declared here 5929 | svn_wc_get_update_editor3(svn_revnum_t *target_revision, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_has_binary_prop’: subvertpy/wc.c:1173:9: warning: ‘svn_wc_has_binary_prop’ is deprecated [-Wdeprecated-declarations] 1173 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_has_binary_prop(&binary, path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2791:1: note: declared here 2791 | svn_wc_has_binary_prop(svn_boolean_t *has_binary_prop, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_process_committed’: subvertpy/wc.c:1220:9: warning: ‘svn_wc_process_committed4’ is deprecated [-Wdeprecated-declarations] 1220 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5393:1: note: declared here 5393 | svn_wc_process_committed4(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:1220:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1220 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_close’: subvertpy/wc.c:1247:17: warning: ‘svn_wc_adm_close2’ is deprecated [-Wdeprecated-declarations] 1247 | svn_wc_adm_close2(admobj->adm, temp_pool); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:534:1: note: declared here 534 | svn_wc_adm_close2(svn_wc_adm_access_t *adm_access, | ^~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_repr’: subvertpy/wc.c:1274:68: warning: ‘svn_wc_adm_access_path’ is deprecated [-Wdeprecated-declarations] 1274 | svn_wc_adm_access_path(admobj->adm)); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:553:1: note: declared here 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_remove_lock’: subvertpy/wc.c:1293:9: warning: ‘svn_wc_remove_lock’ is deprecated [-Wdeprecated-declarations] 1293 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_remove_lock(path, admobj->adm, temp_pool)) | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:8128:1: note: declared here 8128 | svn_wc_remove_lock(const char *path, | ^~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘get_ancestry’: subvertpy/wc.c:1317:9: warning: ‘svn_wc_get_ancestry’ is deprecated [-Wdeprecated-declarations] 1317 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_ancestry(&url, &rev, path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3385:1: note: declared here 3385 | svn_wc_get_ancestry(char **url, | ^~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘maybe_set_repos_root’: subvertpy/wc.c:1339:9: warning: ‘svn_wc_maybe_set_repos_root’ is deprecated [-Wdeprecated-declarations] 1339 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_maybe_set_repos_root(admobj->adm, path, repos, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3631:1: note: declared here 3631 | svn_wc_maybe_set_repos_root(svn_wc_adm_access_t *adm_access, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘add_repos_file’: subvertpy/wc.c:1378:9: warning: ‘svn_wc_add_repos_file3’ is deprecated [-Wdeprecated-declarations] 1378 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add_repos_file3(dst_path, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4924:1: note: declared here 4924 | svn_wc_add_repos_file3(const char *dst_path, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘mark_missing_deleted’: subvertpy/wc.c:1412:9: warning: ‘svn_wc_mark_missing_deleted’ is deprecated [-Wdeprecated-declarations] 1412 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_mark_missing_deleted(path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3520:1: note: declared here 3520 | svn_wc_mark_missing_deleted(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘remove_from_revision_control’: subvertpy/wc.c:1435:9: warning: ‘svn_wc_remove_from_revision_control’ is deprecated [-Wdeprecated-declarations] 1435 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5025:1: note: declared here 5025 | svn_wc_remove_from_revision_control(svn_wc_adm_access_t *adm_access, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘relocate’: subvertpy/wc.c:1504:9: warning: ‘svn_wc_relocate3’ is deprecated [-Wdeprecated-declarations] 1504 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_relocate3(path, admobj->adm, from, to, recurse, wc_validator3, py_validator, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7542:1: note: declared here 7542 | svn_wc_relocate3(const char *path, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘crop_tree’: subvertpy/wc.c:1532:9: warning: ‘svn_wc_crop_tree’ is deprecated [-Wdeprecated-declarations] 1532 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crop_tree(admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:8375:1: note: declared here 8375 | svn_wc_crop_tree(svn_wc_adm_access_t *anchor, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘translated_stream’: subvertpy/wc.c:1565:9: warning: ‘svn_wc_translated_stream’ is deprecated [-Wdeprecated-declarations] 1565 | RUN_SVN_WITH_POOL(stream_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7888:1: note: declared here 7888 | svn_wc_translated_stream(svn_stream_t **stream, | ^~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_text_modified’: subvertpy/wc.c:1602:9: warning: ‘svn_wc_text_modified_p’ is deprecated [-Wdeprecated-declarations] 1602 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2828:1: note: declared here 2828 | svn_wc_text_modified_p(svn_boolean_t *modified_p, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_props_modified’: subvertpy/wc.c:1627:9: warning: ‘svn_wc_props_modified_p’ is deprecated [-Wdeprecated-declarations] 1627 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2853:1: note: declared here 2853 | svn_wc_props_modified_p(svn_boolean_t *modified_p, | ^~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_process_committed_queue’: subvertpy/wc.c:1654:9: warning: ‘svn_wc_process_committed_queue’ is deprecated [-Wdeprecated-declarations] 1654 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed_queue(py_queue->queue, admobj->adm, revnum, date, author, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5374:1: note: declared here 5374 | svn_wc_process_committed_queue(svn_wc_committed_queue_t *queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘get_actual_target’: subvertpy/wc.c:1687:9: warning: ‘svn_wc_get_actual_target’ is deprecated [-Wdeprecated-declarations] 1687 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5736:1: note: declared here 5736 | svn_wc_get_actual_target(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:1687:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1687 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘is_wc_root’: subvertpy/wc.c:1714:9: warning: ‘svn_wc_is_wc_root’ is deprecated [-Wdeprecated-declarations] 1714 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5687:1: note: declared here 5687 | svn_wc_is_wc_root(svn_boolean_t *wc_root, | ^~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘transmit_text_deltas’: subvertpy/wc.c:1744:9: warning: ‘svn_wc_transmit_text_deltas2’ is deprecated [-Wdeprecated-declarations] 1744 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7957:1: note: declared here 7957 | svn_wc_transmit_text_deltas2(const char **tempfile, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:1744:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1744 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘transmit_prop_deltas’: subvertpy/wc.c:1785:9: warning: ‘svn_wc_transmit_prop_deltas’ is deprecated [-Wdeprecated-declarations] 1785 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:8009:1: note: declared here 8009 | svn_wc_transmit_prop_deltas(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:1785:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1785 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘retrieve’: subvertpy/wc.c:1810:9: warning: ‘svn_wc_adm_retrieve’ is deprecated [-Wdeprecated-declarations] 1810 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:432:1: note: declared here 432 | svn_wc_adm_retrieve(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:1810:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1810 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘probe_retrieve’: subvertpy/wc.c:1839:9: warning: ‘svn_wc_adm_probe_retrieve’ is deprecated [-Wdeprecated-declarations] 1839 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:448:1: note: declared here 448 | svn_wc_adm_probe_retrieve(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:1839:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1839 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘probe_try’: subvertpy/wc.c:1870:9: warning: ‘svn_wc_adm_probe_try3’ is deprecated [-Wdeprecated-declarations] 1870 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:480:1: note: declared here 480 | svn_wc_adm_probe_try3(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:1870:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1870 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘resolved_conflict’: subvertpy/wc.c:1915:9: warning: ‘svn_wc_resolved_conflict4’ is deprecated [-Wdeprecated-declarations] 1915 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5115:1: note: declared here 5115 | svn_wc_resolved_conflict4(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘conflicted’: subvertpy/wc.c:1986:9: warning: ‘svn_wc_conflicted_p2’ is deprecated [-Wdeprecated-declarations] 1986 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_conflicted_p2(&text_conflicted, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3342:1: note: declared here 3342 | svn_wc_conflicted_p2(svn_boolean_t *text_conflicted_p, | ^~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘ra_status’: subvertpy/wc.c:2024:9: warning: ‘svn_wc_status2’ is deprecated [-Wdeprecated-declarations] 2024 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4110:1: note: declared here 4110 | svn_wc_status2(svn_wc_status2_t **status, | ^~~~~~~~~~~~~~ subvertpy/wc.c:2024:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 2024 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:2024:9: warning: ‘svn_path_join’ is deprecated [-Wdeprecated-declarations] 2024 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:114:1: note: declared here 114 | svn_path_join(const char *base, const char *component, apr_pool_t *pool); | ^~~~~~~~~~~~~ subvertpy/wc.c:2024:9: warning: ‘svn_wc_adm_access_path’ is deprecated [-Wdeprecated-declarations] 2024 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:553:1: note: declared here 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘committed_queue_queue’: subvertpy/wc.c:2256:9: warning: ‘svn_wc_queue_committed’ is deprecated [-Wdeprecated-declarations] 2256 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5336:1: note: declared here 5336 | svn_wc_queue_committed(svn_wc_committed_queue_t **queue, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘revision_status’: subvertpy/wc.c:2364:9: warning: ‘svn_wc_revision_status’ is deprecated [-Wdeprecated-declarations] 2364 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:8211:1: note: declared here 8211 | svn_wc_revision_status(svn_wc_revision_status_t **result_p, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:2364:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 2364 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘get_pristine_copy_path’: subvertpy/wc.c:2474:9: warning: ‘svn_wc_get_pristine_copy_path’ is deprecated [-Wdeprecated-declarations] 2474 | RUN_SVN_WITH_POOL(pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7319:1: note: declared here 7319 | svn_wc_get_pristine_copy_path(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:2474:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 2474 | RUN_SVN_WITH_POOL(pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘get_pristine_contents’: subvertpy/wc.c:2509:9: warning: ‘svn_wc_get_pristine_contents’ is deprecated [-Wdeprecated-declarations] 2509 | RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7296:1: note: declared here 7296 | svn_wc_get_pristine_contents(svn_stream_t **contents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:2509:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 2509 | RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘ensure_adm’: subvertpy/wc.c:2554:9: warning: ‘svn_wc_ensure_adm3’ is deprecated [-Wdeprecated-declarations] 2554 | RUN_SVN_WITH_POOL(pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3572:1: note: declared here 3572 | svn_wc_ensure_adm3(const char *path, | ^~~~~~~~~~~~~~~~~~ subvertpy/wc.c:2554:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 2554 | RUN_SVN_WITH_POOL(pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘check_wc’: subvertpy/wc.c:2584:9: warning: ‘svn_wc_check_wc’ is deprecated [-Wdeprecated-declarations] 2584 | RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2776:1: note: declared here 2776 | svn_wc_check_wc(const char *path, | ^~~~~~~~~~~~~~~ subvertpy/wc.c:2584:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 2584 | RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘cleanup_wc’: subvertpy/wc.c:2603:9: warning: ‘svn_wc_cleanup2’ is deprecated [-Wdeprecated-declarations] 2603 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7394:1: note: declared here 7394 | svn_wc_cleanup2(const char *path, | ^~~~~~~~~~~~~~~ subvertpy/_ra.c: In function ‘py_open_tmp_file’: subvertpy/_ra.c:505:17: warning: ‘svn_path_join’ is deprecated [-Wdeprecated-declarations] 505 | path = svn_path_join (path, "subvertpy", pool); | ^~~~ In file included from subvertpy/_ra.c:24: /usr/include/subversion-1/svn_path.h:114:1: note: declared here 114 | svn_path_join(const char *base, const char *component, apr_pool_t *pool); | ^~~~~~~~~~~~~ subvertpy/_ra.c: In function ‘ra_new’: subvertpy/_ra.c:595:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 595 | ret->url = svn_path_canonicalize(url, ret->pool); | ^~~ In file included from subvertpy/_ra.c:24: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/_ra.c:642:9: warning: ‘svn_ra_open3’ is deprecated [-Wdeprecated-declarations] 642 | err = svn_ra_open3(&ret->ra, ret->url, uuid, | ^~~ In file included from subvertpy/_ra.c:23: /usr/include/subversion-1/svn_ra.h:777:1: note: declared here 777 | svn_ra_open3(svn_ra_session_t **session_p, | ^~~~~~~~~~~~ subvertpy/_ra.c: In function ‘ra_reparent’: subvertpy/_ra.c:707:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 707 | ra->url = svn_path_canonicalize(url, ra->pool); | ^~ In file included from subvertpy/_ra.c:24: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/_ra.c: In function ‘ra_do_update’: subvertpy/_ra.c:915:9: warning: ‘svn_ra_do_update2’ is deprecated [-Wdeprecated-declarations] 915 | err = svn_ra_do_update2(ra->ra, &reporter, | ^~~ In file included from subvertpy/_ra.c:23: /usr/include/subversion-1/svn_ra.h:1333:1: note: declared here 1333 | svn_ra_do_update2(svn_ra_session_t *session, | ^~~~~~~~~~~~~~~~~ subvertpy/_ra.c: In function ‘ra_do_switch’: subvertpy/_ra.c:986:9: warning: ‘svn_ra_do_switch2’ is deprecated [-Wdeprecated-declarations] 986 | err = svn_ra_do_switch2( | ^~~ In file included from subvertpy/_ra.c:23: /usr/include/subversion-1/svn_ra.h:1402:1: note: declared here 1402 | svn_ra_do_switch2(svn_ra_session_t *session, | ^~~~~~~~~~~~~~~~~ subvertpy/_ra.c: In function ‘ra_change_rev_prop’: subvertpy/_ra.c:1349:9: warning: ‘svn_ra_change_rev_prop’ is deprecated [-Wdeprecated-declarations] 1349 | RUN_RA_WITH_POOL(temp_pool, ra, | ^~~~~~~~~~~~~~~~ In file included from subvertpy/_ra.c:23: /usr/include/subversion-1/svn_ra.h:937:1: note: declared here 937 | svn_ra_change_rev_prop(svn_ra_session_t *session, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/_ra.c: In function ‘ra_get_dir’: subvertpy/_ra.c:1391:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1391 | RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_dir2(ra->ra, &dirents, &fetch_rev, &props, | ^~~~~~~~~~~~~~~~ In file included from subvertpy/_ra.c:24: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/_ra.c: In function ‘ra_get_file’: subvertpy/_ra.c:1468:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1468 | RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_file(ra->ra, svn_path_canonicalize(path, temp_pool), revision, | ^~~~~~~~~~~~~~~~ In file included from subvertpy/_ra.c:24: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/_ra.c: In function ‘ra_check_path’: subvertpy/_ra.c:1524:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1524 | RUN_RA_WITH_POOL(temp_pool, ra, | ^~~~~~~~~~~~~~~~ In file included from subvertpy/_ra.c:24: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/_ra.c: In function ‘ra_stat’: subvertpy/_ra.c:1551:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1551 | RUN_RA_WITH_POOL(temp_pool, ra, | ^~~~~~~~~~~~~~~~ In file included from subvertpy/_ra.c:24: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/_ra.c: In function ‘ra_get_locks’: subvertpy/_ra.c:1684:9: warning: ‘svn_ra_get_locks’ is deprecated [-Wdeprecated-declarations] 1684 | RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_locks(ra->ra, &hash_locks, path, temp_pool)); | ^~~~~~~~~~~~~~~~ In file included from subvertpy/_ra.c:23: /usr/include/subversion-1/svn_ra.h:2045:1: note: declared here 2045 | svn_ra_get_locks(svn_ra_session_t *session, | ^~~~~~~~~~~~~~~~ subvertpy/_ra.c: In function ‘ra_get_locations’: subvertpy/_ra.c:1741:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1741 | RUN_RA_WITH_POOL(temp_pool, ra, svn_ra_get_locations(ra->ra, &hash_locations, | ^~~~~~~~~~~~~~~~ In file included from subvertpy/_ra.c:24: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/util.c: In function ‘path_list_to_apr_array’: subvertpy/util.c:262:17: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 262 | APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); | ^~~~~~~~~~~~~~ In file included from subvertpy/util.c:29: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/util.c:271:25: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 271 | APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); | ^~~~~~~~~~~~~~ In file included from subvertpy/util.c:29: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/util.c: In function ‘new_py_stream’: subvertpy/util.c:629:9: warning: ‘svn_stream_set_read’ is deprecated [-Wdeprecated-declarations] 629 | svn_stream_set_read(stream, py_stream_read); | ^~~~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:961:1: note: declared here 961 | svn_stream_set_read(svn_stream_t *stream, | ^~~~~~~~~~~~~~~~~~~ subvertpy/util.c: In function ‘stream_read’: subvertpy/util.c:831:17: warning: ‘svn_stream_read’ is deprecated [-Wdeprecated-declarations] 831 | RUN_SVN_WITH_POOL(temp_pool, svn_stream_read(self->stream, buffer, &size)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:1338:1: note: declared here 1338 | svn_stream_read(svn_stream_t *stream, | ^~~~~~~~~~~~~~~ subvertpy/util.c:838:17: warning: ‘svn_string_from_stream’ is deprecated [-Wdeprecated-declarations] 838 | RUN_SVN_WITH_POOL(temp_pool, svn_string_from_stream(&result, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:1613:1: note: declared here 1613 | svn_string_from_stream(svn_string_t **result, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/editor.c: In function ‘py_dir_editor_delete_entry’: subvertpy/editor.c:383:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 383 | RUN_SVN(editor->editor->delete_entry(svn_path_canonicalize(path, editor->pool), | ^~~~~~~ In file included from subvertpy/editor.c:23: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/editor.c: In function ‘py_dir_editor_add_directory’: subvertpy/editor.c:411:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 411 | RUN_SVN(editor->editor->add_directory( | ^~~~~~~ In file included from subvertpy/editor.c:23: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/editor.c:411:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 411 | RUN_SVN(editor->editor->add_directory( | ^~~~~~~ In file included from subvertpy/editor.c:23: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/editor.c: In function ‘py_dir_editor_open_directory’: subvertpy/editor.c:445:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 445 | RUN_SVN(editor->editor->open_directory( | ^~~~~~~ In file included from subvertpy/editor.c:23: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/editor.c: In function ‘py_dir_editor_absent_directory’: subvertpy/editor.c:531:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 531 | RUN_SVN(editor->editor->absent_directory( | ^~~~~~~ In file included from subvertpy/editor.c:23: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/editor.c: In function ‘py_dir_editor_add_file’: subvertpy/editor.c:558:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 558 | RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), | ^~~~~~~ In file included from subvertpy/editor.c:23: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/editor.c:558:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 558 | RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), | ^~~~~~~ In file included from subvertpy/editor.c:23: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/editor.c: In function ‘py_dir_editor_open_file’: subvertpy/editor.c:592:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 592 | RUN_SVN(editor->editor->open_file(svn_path_canonicalize(path, editor->pool), | ^~~~~~~ In file included from subvertpy/editor.c:23: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/editor.c: In function ‘py_dir_editor_absent_file’: subvertpy/editor.c:622:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 622 | RUN_SVN(editor->editor->absent_file( | ^~~~~~~ In file included from subvertpy/editor.c:23: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/repos.c: In function ‘repos_create’: subvertpy/repos.c:65:5: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 65 | RUN_SVN_WITH_POOL(pool, svn_repos_create(&repos, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/repos.c:23: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/repos.c: In function ‘repos_init’: subvertpy/repos.c:107:9: warning: ‘svn_repos_open’ is deprecated [-Wdeprecated-declarations] 107 | err = svn_repos_open(&ret->repos, svn_path_canonicalize(path, ret->pool), | ^~~ In file included from subvertpy/repos.c:24: /usr/include/subversion-1/svn_repos.h:464:1: note: declared here 464 | svn_repos_open(svn_repos_t **repos_p, | ^~~~~~~~~~~~~~ subvertpy/repos.c:107:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 107 | err = svn_repos_open(&ret->repos, svn_path_canonicalize(path, ret->pool), | ^~~ In file included from subvertpy/repos.c:23: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/repos.c: In function ‘fs_get_revision_proplist’: subvertpy/repos.c:230:9: warning: ‘svn_fs_revision_proplist’ is deprecated [-Wdeprecated-declarations] 230 | RUN_SVN_WITH_POOL(temp_pool, svn_fs_revision_proplist(&props, self->fs, rev, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/repos.c:22: /usr/include/subversion-1/svn_fs.h:2856:1: note: declared here 2856 | svn_fs_revision_proplist(apr_hash_t **table_p, | ^~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/repos.c: In function ‘repos_load_fs’: subvertpy/repos.c:343:9: warning: ‘svn_repos_load_fs2’ is deprecated [-Wdeprecated-declarations] 343 | RUN_SVN_WITH_POOL(temp_pool, svn_repos_load_fs2(reposobj->repos, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/repos.c:24: /usr/include/subversion-1/svn_repos.h:3581:1: note: declared here 3581 | svn_repos_load_fs2(svn_repos_t *repos, | ^~~~~~~~~~~~~~~~~~ subvertpy/repos.c: In function ‘repos_hotcopy’: subvertpy/repos.c:384:9: warning: ‘svn_repos_hotcopy’ is deprecated [-Wdeprecated-declarations] 384 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/repos.c:24: /usr/include/subversion-1/svn_repos.h:723:1: note: declared here 723 | svn_repos_hotcopy(const char *src_path, | ^~~~~~~~~~~~~~~~~ subvertpy/repos.c: In function ‘repos_verify’: subvertpy/repos.c:471:9: warning: ‘svn_repos_verify_fs’ is deprecated [-Wdeprecated-declarations] 471 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/repos.c:24: /usr/include/subversion-1/svn_repos.h:3274:1: note: declared here 3274 | svn_repos_verify_fs(svn_repos_t *repos, | ^~~~~~~~~~~~~~~~~~~ subvertpy/repos.c: In function ‘repos_pack’: subvertpy/repos.c:501:9: warning: ‘svn_repos_fs_pack’ is deprecated [-Wdeprecated-declarations] 501 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/repos.c:24: /usr/include/subversion-1/svn_repos.h:752:1: note: declared here 752 | svn_repos_fs_pack(svn_repos_t *repos, | ^~~~~~~~~~~~~~~~~ subvertpy/repos.c: In function ‘fs_root_paths_changed’: subvertpy/repos.c:667:9: warning: ‘svn_fs_paths_changed2’ is deprecated [-Wdeprecated-declarations] 667 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/repos.c:22: /usr/include/subversion-1/svn_fs.h:1756:1: note: declared here 1756 | svn_fs_paths_changed2(apr_hash_t **changed_paths2_p, | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/util.c: In function ‘path_list_to_apr_array’: subvertpy/util.c:262:17: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 262 | APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); | ^~~~~~~~~~~~~~ In file included from subvertpy/util.c:29: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/util.c:271:25: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 271 | APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); | ^~~~~~~~~~~~~~ In file included from subvertpy/util.c:29: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/util.c: In function ‘new_py_stream’: subvertpy/util.c:629:9: warning: ‘svn_stream_set_read’ is deprecated [-Wdeprecated-declarations] 629 | svn_stream_set_read(stream, py_stream_read); | ^~~~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:961:1: note: declared here 961 | svn_stream_set_read(svn_stream_t *stream, | ^~~~~~~~~~~~~~~~~~~ subvertpy/util.c: In function ‘stream_read’: subvertpy/util.c:831:17: warning: ‘svn_stream_read’ is deprecated [-Wdeprecated-declarations] 831 | RUN_SVN_WITH_POOL(temp_pool, svn_stream_read(self->stream, buffer, &size)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:1338:1: note: declared here 1338 | svn_stream_read(svn_stream_t *stream, | ^~~~~~~~~~~~~~~ subvertpy/util.c:838:17: warning: ‘svn_string_from_stream’ is deprecated [-Wdeprecated-declarations] 838 | RUN_SVN_WITH_POOL(temp_pool, svn_string_from_stream(&result, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:1613:1: note: declared here 1613 | svn_string_from_stream(svn_string_t **result, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘py_entry’: subvertpy/wc.c:457:9: warning: ‘svn_wc_entry_dup’ is deprecated [-Wdeprecated-declarations] 457 | ret->entry = *svn_wc_entry_dup(entry, ret->pool); | ^~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3227:1: note: declared here 3227 | svn_wc_entry_dup(const svn_wc_entry_t *entry, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘py_status’: subvertpy/wc.c:572:9: warning: ‘svn_wc_dup_status2’ is deprecated [-Wdeprecated-declarations] 572 | dup_status = svn_wc_dup_status2(status, ret->pool); | ^~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4056:1: note: declared here 4056 | svn_wc_dup_status2(const svn_wc_status2_t *orig_stat, | ^~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_init’: subvertpy/wc.c:624:9: warning: ‘svn_wc_adm_open3’ is deprecated [-Wdeprecated-declarations] 624 | err = svn_wc_adm_open3(&ret->adm, parent_wc, | ^~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:286:1: note: declared here 286 | svn_wc_adm_open3(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c:625:52: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 625 | svn_path_canonicalize(path, ret->pool), | ^~~~~~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_access_path’: subvertpy/wc.c:644:9: warning: ‘svn_wc_adm_access_path’ is deprecated [-Wdeprecated-declarations] 644 | return PyString_FromString(svn_wc_adm_access_path(admobj->adm)); | ^~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:553:1: note: declared here 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_locked’: subvertpy/wc.c:651:9: warning: ‘svn_wc_adm_locked’ is deprecated [-Wdeprecated-declarations] 651 | return PyBool_FromLong(svn_wc_adm_locked(admobj->adm)); | ^~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:572:1: note: declared here 572 | svn_wc_adm_locked(const svn_wc_adm_access_t *adm_access); | ^~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_prop_get’: subvertpy/wc.c:670:9: warning: ‘svn_wc_prop_get’ is deprecated [-Wdeprecated-declarations] 670 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_get(&value, name, path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:6249:1: note: declared here 6249 | svn_wc_prop_get(const svn_string_t **value, | ^~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_prop_set’: subvertpy/wc.c:706:9: warning: ‘svn_wc_prop_set3’ is deprecated [-Wdeprecated-declarations] 706 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_prop_set3(name, cvalue, path, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:6333:1: note: declared here 6333 | svn_wc_prop_set3(const char *name, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_entries_read’: subvertpy/wc.c:738:9: warning: ‘svn_wc_entries_read’ is deprecated [-Wdeprecated-declarations] 738 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entries_read(&entries, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3214:1: note: declared here 3214 | svn_wc_entries_read(apr_hash_t **entries, | ^~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_walk_entries’: subvertpy/wc.c:780:9: warning: ‘svn_wc_walk_entries3’ is deprecated [-Wdeprecated-declarations] 780 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3464:1: note: declared here 3464 | svn_wc_walk_entries3(const char *path, | ^~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:780:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 780 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_walk_entries3( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_entry’: subvertpy/wc.c:820:9: warning: ‘svn_wc_entry’ is deprecated [-Wdeprecated-declarations] 820 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3172:1: note: declared here 3172 | svn_wc_entry(const svn_wc_entry_t **entry, | ^~~~~~~~~~~~ subvertpy/wc.c:820:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 820 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry, svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_get_prop_diffs’: subvertpy/wc.c:852:9: warning: ‘svn_wc_get_prop_diffs’ is deprecated [-Wdeprecated-declarations] 852 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:6882:1: note: declared here 6882 | svn_wc_get_prop_diffs(apr_array_header_t **propchanges, | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:852:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 852 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_prop_diffs(&propchanges, &original_props, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_add’: subvertpy/wc.c:906:9: warning: ‘svn_wc_add3’ is deprecated [-Wdeprecated-declarations] 906 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4810:1: note: declared here 4810 | svn_wc_add3(const char *path, | ^~~~~~~~~~~ subvertpy/wc.c:906:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 906 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add3( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_copy’: subvertpy/wc.c:945:9: warning: ‘svn_wc_copy2’ is deprecated [-Wdeprecated-declarations] 945 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_copy2(src, admobj->adm, dst, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4506:1: note: declared here 4506 | svn_wc_copy2(const char *src, | ^~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_delete’: subvertpy/wc.c:975:9: warning: ‘svn_wc_delete3’ is deprecated [-Wdeprecated-declarations] 975 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_delete3(path, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4635:1: note: declared here 4635 | svn_wc_delete3(const char *path, | ^~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_crawl_revisions’: subvertpy/wc.c:1020:9: warning: ‘svn_wc_init_traversal_info’ is deprecated [-Wdeprecated-declarations] 1020 | traversal_info = svn_wc_init_traversal_info(temp_pool); | ^~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:718:1: note: declared here 718 | svn_wc_init_traversal_info(apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:1022:9: warning: ‘svn_wc_crawl_revisions4’ is deprecated [-Wdeprecated-declarations] 1022 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5546:1: note: declared here 5546 | svn_wc_crawl_revisions4(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:1022:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1022 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crawl_revisions4(svn_path_canonicalize(path, temp_pool), admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_get_update_editor’: subvertpy/wc.c:1086:9: warning: ‘svn_wc_get_update_editor3’ is deprecated [-Wdeprecated-declarations] 1086 | err = svn_wc_get_update_editor3(latest_revnum, admobj->adm, target, | ^~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5929:1: note: declared here 5929 | svn_wc_get_update_editor3(svn_revnum_t *target_revision, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_has_binary_prop’: subvertpy/wc.c:1173:9: warning: ‘svn_wc_has_binary_prop’ is deprecated [-Wdeprecated-declarations] 1173 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_has_binary_prop(&binary, path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2791:1: note: declared here 2791 | svn_wc_has_binary_prop(svn_boolean_t *has_binary_prop, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_process_committed’: subvertpy/wc.c:1220:9: warning: ‘svn_wc_process_committed4’ is deprecated [-Wdeprecated-declarations] 1220 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5393:1: note: declared here 5393 | svn_wc_process_committed4(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:1220:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1220 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed4( | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_close’: subvertpy/wc.c:1247:17: warning: ‘svn_wc_adm_close2’ is deprecated [-Wdeprecated-declarations] 1247 | svn_wc_adm_close2(admobj->adm, temp_pool); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:534:1: note: declared here 534 | svn_wc_adm_close2(svn_wc_adm_access_t *adm_access, | ^~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_repr’: subvertpy/wc.c:1274:68: warning: ‘svn_wc_adm_access_path’ is deprecated [-Wdeprecated-declarations] 1274 | svn_wc_adm_access_path(admobj->adm)); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:553:1: note: declared here 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_remove_lock’: subvertpy/wc.c:1293:9: warning: ‘svn_wc_remove_lock’ is deprecated [-Wdeprecated-declarations] 1293 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_remove_lock(path, admobj->adm, temp_pool)) | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:8128:1: note: declared here 8128 | svn_wc_remove_lock(const char *path, | ^~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘get_ancestry’: subvertpy/wc.c:1317:9: warning: ‘svn_wc_get_ancestry’ is deprecated [-Wdeprecated-declarations] 1317 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_get_ancestry(&url, &rev, path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3385:1: note: declared here 3385 | svn_wc_get_ancestry(char **url, | ^~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘maybe_set_repos_root’: subvertpy/wc.c:1339:9: warning: ‘svn_wc_maybe_set_repos_root’ is deprecated [-Wdeprecated-declarations] 1339 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_maybe_set_repos_root(admobj->adm, path, repos, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3631:1: note: declared here 3631 | svn_wc_maybe_set_repos_root(svn_wc_adm_access_t *adm_access, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘add_repos_file’: subvertpy/wc.c:1378:9: warning: ‘svn_wc_add_repos_file3’ is deprecated [-Wdeprecated-declarations] 1378 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_add_repos_file3(dst_path, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4924:1: note: declared here 4924 | svn_wc_add_repos_file3(const char *dst_path, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘mark_missing_deleted’: subvertpy/wc.c:1412:9: warning: ‘svn_wc_mark_missing_deleted’ is deprecated [-Wdeprecated-declarations] 1412 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_mark_missing_deleted(path, admobj->adm, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3520:1: note: declared here 3520 | svn_wc_mark_missing_deleted(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘remove_from_revision_control’: subvertpy/wc.c:1435:9: warning: ‘svn_wc_remove_from_revision_control’ is deprecated [-Wdeprecated-declarations] 1435 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5025:1: note: declared here 5025 | svn_wc_remove_from_revision_control(svn_wc_adm_access_t *adm_access, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘relocate’: subvertpy/wc.c:1504:9: warning: ‘svn_wc_relocate3’ is deprecated [-Wdeprecated-declarations] 1504 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_relocate3(path, admobj->adm, from, to, recurse, wc_validator3, py_validator, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7542:1: note: declared here 7542 | svn_wc_relocate3(const char *path, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘crop_tree’: subvertpy/wc.c:1532:9: warning: ‘svn_wc_crop_tree’ is deprecated [-Wdeprecated-declarations] 1532 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_crop_tree(admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:8375:1: note: declared here 8375 | svn_wc_crop_tree(svn_wc_adm_access_t *anchor, | ^~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘translated_stream’: subvertpy/wc.c:1565:9: warning: ‘svn_wc_translated_stream’ is deprecated [-Wdeprecated-declarations] 1565 | RUN_SVN_WITH_POOL(stream_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7888:1: note: declared here 7888 | svn_wc_translated_stream(svn_stream_t **stream, | ^~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_text_modified’: subvertpy/wc.c:1602:9: warning: ‘svn_wc_text_modified_p’ is deprecated [-Wdeprecated-declarations] 1602 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2828:1: note: declared here 2828 | svn_wc_text_modified_p(svn_boolean_t *modified_p, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_props_modified’: subvertpy/wc.c:1627:9: warning: ‘svn_wc_props_modified_p’ is deprecated [-Wdeprecated-declarations] 1627 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2853:1: note: declared here 2853 | svn_wc_props_modified_p(svn_boolean_t *modified_p, | ^~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘adm_process_committed_queue’: subvertpy/wc.c:1654:9: warning: ‘svn_wc_process_committed_queue’ is deprecated [-Wdeprecated-declarations] 1654 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_process_committed_queue(py_queue->queue, admobj->adm, revnum, date, author, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5374:1: note: declared here 5374 | svn_wc_process_committed_queue(svn_wc_committed_queue_t *queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘get_actual_target’: subvertpy/wc.c:1687:9: warning: ‘svn_wc_get_actual_target’ is deprecated [-Wdeprecated-declarations] 1687 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5736:1: note: declared here 5736 | svn_wc_get_actual_target(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:1687:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1687 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘is_wc_root’: subvertpy/wc.c:1714:9: warning: ‘svn_wc_is_wc_root’ is deprecated [-Wdeprecated-declarations] 1714 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5687:1: note: declared here 5687 | svn_wc_is_wc_root(svn_boolean_t *wc_root, | ^~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘transmit_text_deltas’: subvertpy/wc.c:1744:9: warning: ‘svn_wc_transmit_text_deltas2’ is deprecated [-Wdeprecated-declarations] 1744 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7957:1: note: declared here 7957 | svn_wc_transmit_text_deltas2(const char **tempfile, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:1744:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1744 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘transmit_prop_deltas’: subvertpy/wc.c:1785:9: warning: ‘svn_wc_transmit_prop_deltas’ is deprecated [-Wdeprecated-declarations] 1785 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:8009:1: note: declared here 8009 | svn_wc_transmit_prop_deltas(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:1785:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1785 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘retrieve’: subvertpy/wc.c:1810:9: warning: ‘svn_wc_adm_retrieve’ is deprecated [-Wdeprecated-declarations] 1810 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:432:1: note: declared here 432 | svn_wc_adm_retrieve(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:1810:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1810 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_retrieve(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘probe_retrieve’: subvertpy/wc.c:1839:9: warning: ‘svn_wc_adm_probe_retrieve’ is deprecated [-Wdeprecated-declarations] 1839 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:448:1: note: declared here 448 | svn_wc_adm_probe_retrieve(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:1839:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1839 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_retrieve(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘probe_try’: subvertpy/wc.c:1870:9: warning: ‘svn_wc_adm_probe_try3’ is deprecated [-Wdeprecated-declarations] 1870 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:480:1: note: declared here 480 | svn_wc_adm_probe_try3(svn_wc_adm_access_t **adm_access, | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:1870:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 1870 | RUN_SVN_WITH_POOL(pool, svn_wc_adm_probe_try3(&result, admobj->adm, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘resolved_conflict’: subvertpy/wc.c:1915:9: warning: ‘svn_wc_resolved_conflict4’ is deprecated [-Wdeprecated-declarations] 1915 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5115:1: note: declared here 5115 | svn_wc_resolved_conflict4(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘conflicted’: subvertpy/wc.c:1986:9: warning: ‘svn_wc_conflicted_p2’ is deprecated [-Wdeprecated-declarations] 1986 | RUN_SVN_WITH_POOL(temp_pool, svn_wc_conflicted_p2(&text_conflicted, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3342:1: note: declared here 3342 | svn_wc_conflicted_p2(svn_boolean_t *text_conflicted_p, | ^~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘ra_status’: subvertpy/wc.c:2024:9: warning: ‘svn_wc_status2’ is deprecated [-Wdeprecated-declarations] 2024 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:4110:1: note: declared here 4110 | svn_wc_status2(svn_wc_status2_t **status, | ^~~~~~~~~~~~~~ subvertpy/wc.c:2024:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 2024 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:2024:9: warning: ‘svn_path_join’ is deprecated [-Wdeprecated-declarations] 2024 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:114:1: note: declared here 114 | svn_path_join(const char *base, const char *component, apr_pool_t *pool); | ^~~~~~~~~~~~~ subvertpy/wc.c:2024:9: warning: ‘svn_wc_adm_access_path’ is deprecated [-Wdeprecated-declarations] 2024 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:553:1: note: declared here 553 | svn_wc_adm_access_path(const svn_wc_adm_access_t *adm_access); | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘committed_queue_queue’: subvertpy/wc.c:2256:9: warning: ‘svn_wc_queue_committed’ is deprecated [-Wdeprecated-declarations] 2256 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:5336:1: note: declared here 5336 | svn_wc_queue_committed(svn_wc_committed_queue_t **queue, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘revision_status’: subvertpy/wc.c:2364:9: warning: ‘svn_wc_revision_status’ is deprecated [-Wdeprecated-declarations] 2364 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:8211:1: note: declared here 8211 | svn_wc_revision_status(svn_wc_revision_status_t **result_p, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:2364:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 2364 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘get_pristine_copy_path’: subvertpy/wc.c:2474:9: warning: ‘svn_wc_get_pristine_copy_path’ is deprecated [-Wdeprecated-declarations] 2474 | RUN_SVN_WITH_POOL(pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7319:1: note: declared here 7319 | svn_wc_get_pristine_copy_path(const char *path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:2474:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 2474 | RUN_SVN_WITH_POOL(pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘get_pristine_contents’: subvertpy/wc.c:2509:9: warning: ‘svn_wc_get_pristine_contents’ is deprecated [-Wdeprecated-declarations] 2509 | RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7296:1: note: declared here 7296 | svn_wc_get_pristine_contents(svn_stream_t **contents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c:2509:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 2509 | RUN_SVN_WITH_POOL(stream_pool, svn_wc_get_pristine_contents(&stream, svn_path_canonicalize(path, temp_pool), stream_pool, temp_pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘ensure_adm’: subvertpy/wc.c:2554:9: warning: ‘svn_wc_ensure_adm3’ is deprecated [-Wdeprecated-declarations] 2554 | RUN_SVN_WITH_POOL(pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:3572:1: note: declared here 3572 | svn_wc_ensure_adm3(const char *path, | ^~~~~~~~~~~~~~~~~~ subvertpy/wc.c:2554:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 2554 | RUN_SVN_WITH_POOL(pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘check_wc’: subvertpy/wc.c:2584:9: warning: ‘svn_wc_check_wc’ is deprecated [-Wdeprecated-declarations] 2584 | RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:2776:1: note: declared here 2776 | svn_wc_check_wc(const char *path, | ^~~~~~~~~~~~~~~ subvertpy/wc.c:2584:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 2584 | RUN_SVN_WITH_POOL(pool, svn_wc_check_wc(svn_path_canonicalize(path, pool), &wc_format, pool)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:22: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/wc.c: In function ‘cleanup_wc’: subvertpy/wc.c:2603:9: warning: ‘svn_wc_cleanup2’ is deprecated [-Wdeprecated-declarations] 2603 | RUN_SVN_WITH_POOL(temp_pool, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/wc.c:21: /usr/include/subversion-1/svn_wc.h:7394:1: note: declared here 7394 | svn_wc_cleanup2(const char *path, | ^~~~~~~~~~~~~~~ subvertpy/util.c: In function ‘path_list_to_apr_array’: subvertpy/util.c:262:17: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 262 | APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(l), pool); | ^~~~~~~~~~~~~~ In file included from subvertpy/util.c:29: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/util.c:271:25: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 271 | APR_ARRAY_PUSH(*ret, const char *) = svn_path_canonicalize(PyString_AsString(item), pool); | ^~~~~~~~~~~~~~ In file included from subvertpy/util.c:29: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/util.c: In function ‘new_py_stream’: subvertpy/util.c:629:9: warning: ‘svn_stream_set_read’ is deprecated [-Wdeprecated-declarations] 629 | svn_stream_set_read(stream, py_stream_read); | ^~~~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:961:1: note: declared here 961 | svn_stream_set_read(svn_stream_t *stream, | ^~~~~~~~~~~~~~~~~~~ subvertpy/util.c: In function ‘stream_read’: subvertpy/util.c:831:17: warning: ‘svn_stream_read’ is deprecated [-Wdeprecated-declarations] 831 | RUN_SVN_WITH_POOL(temp_pool, svn_stream_read(self->stream, buffer, &size)); | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:1338:1: note: declared here 1338 | svn_stream_read(svn_stream_t *stream, | ^~~~~~~~~~~~~~~ subvertpy/util.c:838:17: warning: ‘svn_string_from_stream’ is deprecated [-Wdeprecated-declarations] 838 | RUN_SVN_WITH_POOL(temp_pool, svn_string_from_stream(&result, | ^~~~~~~~~~~~~~~~~ In file included from subvertpy/util.c:25: /usr/include/subversion-1/svn_io.h:1613:1: note: declared here 1613 | svn_string_from_stream(svn_string_t **result, | ^~~~~~~~~~~~~~~~~~~~~~ subvertpy/editor.c: In function ‘py_dir_editor_delete_entry’: subvertpy/editor.c:383:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 383 | RUN_SVN(editor->editor->delete_entry(svn_path_canonicalize(path, editor->pool), | ^~~~~~~ In file included from subvertpy/editor.c:23: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/editor.c: In function ‘py_dir_editor_add_directory’: subvertpy/editor.c:411:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 411 | RUN_SVN(editor->editor->add_directory( | ^~~~~~~ In file included from subvertpy/editor.c:23: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/editor.c:411:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 411 | RUN_SVN(editor->editor->add_directory( | ^~~~~~~ In file included from subvertpy/editor.c:23: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/editor.c: In function ‘py_dir_editor_open_directory’: subvertpy/editor.c:445:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 445 | RUN_SVN(editor->editor->open_directory( | ^~~~~~~ In file included from subvertpy/editor.c:23: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/editor.c: In function ‘py_dir_editor_absent_directory’: subvertpy/editor.c:531:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 531 | RUN_SVN(editor->editor->absent_directory( | ^~~~~~~ In file included from subvertpy/editor.c:23: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/editor.c: In function ‘py_dir_editor_add_file’: subvertpy/editor.c:558:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 558 | RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), | ^~~~~~~ In file included from subvertpy/editor.c:23: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/editor.c:558:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 558 | RUN_SVN(editor->editor->add_file(svn_path_canonicalize(path, editor->pool), | ^~~~~~~ In file included from subvertpy/editor.c:23: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/editor.c: In function ‘py_dir_editor_open_file’: subvertpy/editor.c:592:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 592 | RUN_SVN(editor->editor->open_file(svn_path_canonicalize(path, editor->pool), | ^~~~~~~ In file included from subvertpy/editor.c:23: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ subvertpy/editor.c: In function ‘py_dir_editor_absent_file’: subvertpy/editor.c:622:9: warning: ‘svn_path_canonicalize’ is deprecated [-Wdeprecated-declarations] 622 | RUN_SVN(editor->editor->absent_file( | ^~~~~~~ In file included from subvertpy/editor.c:23: /usr/include/subversion-1/svn_path.h:284:1: note: declared here 284 | svn_path_canonicalize(const char *path, apr_pool_t *pool); | ^~~~~~~~~~~~~~~~~~~~~ ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/subvertpy-fast-export usr/doc/ usr/doc/subvertpy-0.9.1/ usr/doc/subvertpy-0.9.1/AUTHORS usr/doc/subvertpy-0.9.1/COPYING usr/doc/subvertpy-0.9.1/INSTALL usr/doc/subvertpy-0.9.1/NEWS usr/doc/subvertpy-0.9.1/TODO usr/doc/subvertpy-0.9.1/examples/ usr/doc/subvertpy-0.9.1/examples/ra_commit.py usr/doc/subvertpy-0.9.1/examples/ra_log.py usr/doc/subvertpy-0.9.1/examples/ra_replay.py usr/doc/subvertpy-0.9.1/examples/ra_shell.py usr/doc/subvertpy-0.9.1/examples/wc.py usr/doc/subvertpy-0.9.1/subvertpy.SlackBuild usr/lib/ usr/lib/python2.7/ usr/lib/python2.7/site-packages/ usr/lib/python2.7/site-packages/subvertpy/ usr/lib/python2.7/site-packages/subvertpy-0.9.1-py2.7.egg-info usr/lib/python2.7/site-packages/subvertpy/__init__.py usr/lib/python2.7/site-packages/subvertpy/__init__.pyc usr/lib/python2.7/site-packages/subvertpy/_ra.so usr/lib/python2.7/site-packages/subvertpy/client.so usr/lib/python2.7/site-packages/subvertpy/delta.py usr/lib/python2.7/site-packages/subvertpy/delta.pyc usr/lib/python2.7/site-packages/subvertpy/marshall.py usr/lib/python2.7/site-packages/subvertpy/marshall.pyc usr/lib/python2.7/site-packages/subvertpy/properties.py usr/lib/python2.7/site-packages/subvertpy/properties.pyc usr/lib/python2.7/site-packages/subvertpy/ra.py usr/lib/python2.7/site-packages/subvertpy/ra.pyc usr/lib/python2.7/site-packages/subvertpy/ra_svn.py usr/lib/python2.7/site-packages/subvertpy/ra_svn.pyc usr/lib/python2.7/site-packages/subvertpy/repos.so usr/lib/python2.7/site-packages/subvertpy/server.py usr/lib/python2.7/site-packages/subvertpy/server.pyc usr/lib/python2.7/site-packages/subvertpy/tests/ usr/lib/python2.7/site-packages/subvertpy/tests/__init__.py usr/lib/python2.7/site-packages/subvertpy/tests/__init__.pyc usr/lib/python2.7/site-packages/subvertpy/tests/test_client.py usr/lib/python2.7/site-packages/subvertpy/tests/test_client.pyc usr/lib/python2.7/site-packages/subvertpy/tests/test_core.py usr/lib/python2.7/site-packages/subvertpy/tests/test_core.pyc usr/lib/python2.7/site-packages/subvertpy/tests/test_delta.py usr/lib/python2.7/site-packages/subvertpy/tests/test_delta.pyc usr/lib/python2.7/site-packages/subvertpy/tests/test_marshall.py usr/lib/python2.7/site-packages/subvertpy/tests/test_marshall.pyc usr/lib/python2.7/site-packages/subvertpy/tests/test_properties.py usr/lib/python2.7/site-packages/subvertpy/tests/test_properties.pyc usr/lib/python2.7/site-packages/subvertpy/tests/test_ra.py usr/lib/python2.7/site-packages/subvertpy/tests/test_ra.pyc usr/lib/python2.7/site-packages/subvertpy/tests/test_repos.py usr/lib/python2.7/site-packages/subvertpy/tests/test_repos.pyc usr/lib/python2.7/site-packages/subvertpy/tests/test_server.py usr/lib/python2.7/site-packages/subvertpy/tests/test_server.pyc usr/lib/python2.7/site-packages/subvertpy/tests/test_wc.py usr/lib/python2.7/site-packages/subvertpy/tests/test_wc.pyc usr/lib/python2.7/site-packages/subvertpy/wc.so