Index: head/devel/subversion19/Makefile.common =================================================================== --- head/devel/subversion19/Makefile.common (revision 500912) +++ head/devel/subversion19/Makefile.common (revision 500913) @@ -1,117 +1,117 @@ # Created by: rooneg@electricjellyfish.net # $FreeBSD$ PORTNAME?= subversion -PORTVERSION= 1.9.9 +PORTVERSION= 1.9.10 PORTREVISION?= 0 CATEGORIES+= devel MASTER_SITES= APACHE/subversion DEPRECATED= subversion 1.9.x is end of life log time ago. Consider installing devel/subversion or devel/subversion-lts. EXPIRATION_DATE= 2019-07-25 GNU_CONFIGURE= yes USES+= cpe libtool pathfix pkgconfig shebangfix tar:bzip2 SHEBANG_FILES= tools/server-side/svnpubsub/rc.d/svnpubsub.solaris \ tools/server-side/svnpubsub/rc.d/svnwcsub.solaris LICENSE= APACHE20 CPE_VENDOR= apache CONFLICTS_INSTALL+= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-1.[^9].[0-9]* \ ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-1.[0-9][0-9].[0-9]* LIB_DEPENDS+= libapr-1.so:devel/apr1 \ libsqlite3.so:databases/sqlite3 \ libexpat.so:textproc/expat2 CONFIGURE_ARGS+= --without-swig \ --with-sqlite=${LOCALBASE} \ --with-expat=${LOCALBASE}/include:${LOCALBASE}/lib:expat # =============================================================== OPTIONS_SUB= yes BDB_CONFIGURE_OFF= --without-berkeley-db BDB_USES= bdb MAINTAINER_DEBUG_CONFIGURE_ON= --enable-maintainer-mode --enable-debug NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext SASL_CONFIGURE_OFF= --without-sasl SASL_CONFIGURE_ON= --with-sasl=${LOCALBASE} SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SERF_CONFIGURE_OFF= --without-serf SERF_CONFIGURE_ON= --with-serf SERF_LIB_DEPENDS= libserf-1.so:www/serf GPG_AGENT_CONFIGURE_OFF= --without-gpg-agent GPG_AGENT_CONFIGURE_ON= --with-gpg-agent GPG_AGENT_BUILD_DEPENDS= gpg-agent:security/gnupg GPG_AGENT_RUN_DEPENDS= gpg-agent:security/gnupg STATIC_CONFIGURE_ON= --enable-all-static PKG_CONFIG="${LOCALBASE}/bin/pkg-config --static" # =============================================================== .include .if ${PORT_OPTIONS:MMAINTAINER_DEBUG} WITH_DEBUG= yes .endif APR_CONFIG= ${LOCALBASE}/bin/apr-1-config APU_CONFIG= ${LOCALBASE}/bin/apu-1-config CONFIGURE_ARGS+=--with-apr=${APR_CONFIG} --with-apr-util=${APU_CONFIG} .if ${ARCH} == "amd64" || ${ARCH} == "ia64" CFLAGS+= -fpic -DPIC .endif OPTIONS_FILE_UNSET?="" OPTIONS_FILE_SET?="" .if ( ${PORT_OPTIONS:MFREEBSD_TEMPLATE} || !${OPTIONS_FILE_UNSET:MFREEBSD_TEMPLATE} ) && defined(ORGANIZATION) CFLAGS+= -DHAS_ORGANIZATION_NAME .endif .include pre-everything:: .if defined(SVN_BUILD_ADDONS) .if ${PORT_OPTIONS:MSTATIC} || ${OPTIONS_FILE_SET:MSTATIC} @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @${ECHO_MSG} "!!! addons (bindings, mod_dav_svn, etc). and static build are not compatible !!!" @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @${FALSE} .endif .endif pre-patch: .if defined(SVN_BUILD_ADDONS) @${CP} ${FILESDIR}/build-outputs.mk.addons ${WRKSRC}/build-outputs.mk .endif post-patch: .if ${PREFIX} != "/usr" @${REINPLACE_CMD} "s#/etc/subversion#${ETCDIR}#g" ${WRKSRC}/subversion/libsvn_subr/config_file.c @${REINPLACE_CMD} "s#/etc/subversion#${ETCDIR}#g" ${WRKSRC}/subversion/libsvn_subr/config_impl.h .endif @${REINPLACE_CMD} "s#^swig_pydir =.*#swig_pydir = ${PYTHON_SITELIBDIR}/libsvn#" ${WRKSRC}/Makefile.in @${REINPLACE_CMD} "s#^swig_pydir_extra =.*#swig_pydir_extra = ${PYTHON_SITELIBDIR}/svn#" ${WRKSRC}/Makefile.in .if ( ${PORT_OPTIONS:MFREEBSD_TEMPLATE} || !${OPTIONS_FILE_UNSET:MFREEBSD_TEMPLATE} ) && defined(ORGANIZATION) @${ECHO_CMD} "#define ORGANIZATION_NAME \"${ORGANIZATION}\"" > ${WRKSRC}/subversion/freebsd-organization.h .endif # shebangfix @${FIND} ${WRKSRC}/tools/ -type f -exec ${GREP} -l -e '#!/bin/b' -e '#!/bin/env' \ -e '#!/usr/bin/p' {} + | ${XARGS} ${REINPLACE_CMD} -e \ '1s|#\!/bin/b|#\!/usr/local/bin/b|' \ -e '1s|#\!/bin/env|#\!/usr/bin/env|' \ -e '1s|#\!/usr/bin/p|#\!/usr/local/bin/p|' # remove all .bak files to clean the stage @${FIND} ${WRKSRC} -name '*.bak' -delete Index: head/devel/subversion19/distinfo =================================================================== --- head/devel/subversion19/distinfo (revision 500912) +++ head/devel/subversion19/distinfo (revision 500913) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532352111 -SHA256 (subversion-1.9.9.tar.bz2) = 8dfdbe573b582d8eb2c328cca2aacff3795b54bb39eb7fd831e3ce05991f81d2 -SIZE (subversion-1.9.9.tar.bz2) = 7900964 +TIMESTAMP = 1547136886 +SHA256 (subversion-1.9.10.tar.bz2) = ae28c656535c8b817f469e6ee6951e9840ea2d64c7ff0e98c728638bb45c9cd7 +SIZE (subversion-1.9.10.tar.bz2) = 7907462 Index: head/devel/subversion19/files/patch-subversion_libsvn_subr_gpg_agent.c =================================================================== --- head/devel/subversion19/files/patch-subversion_libsvn_subr_gpg_agent.c (revision 500912) +++ head/devel/subversion19/files/patch-subversion_libsvn_subr_gpg_agent.c (nonexistent) @@ -1,153 +0,0 @@ ---- subversion/libsvn_subr/gpg_agent.c.orig 2016-11-14 04:00:09 UTC -+++ subversion/libsvn_subr/gpg_agent.c -@@ -65,9 +65,12 @@ - #include - - #include -+#include -+#include - #include "svn_auth.h" - #include "svn_config.h" - #include "svn_error.h" -+#include "svn_io.h" - #include "svn_pools.h" - #include "svn_cmdline.h" - #include "svn_checksum.h" -@@ -225,30 +228,31 @@ bye_gpg_agent(int sd) - close(sd); - } - --/* Locate a running GPG Agent, and return an open file descriptor -- * for communication with the agent in *NEW_SD. If no running agent -- * can be found, set *NEW_SD to -1. */ --static svn_error_t * --find_running_gpg_agent(int *new_sd, apr_pool_t *pool) -+/* This implements a method of finding the socket which is a mix of the -+ * description from GPG 1.x's gpg-agent man page under the -+ * --use-standard-socket option and the logic from GPG 2.x's socket discovery -+ * code in common/homedir.c. -+ * -+ * The man page says the standard socket is "named 'S.gpg-agent' located -+ * in the home directory." GPG's home directory is either the directory -+ * specified by $GNUPGHOME or ~/.gnupg. GPG >= 2.1.13 will check for a -+ * socket under (/var)/run/UID/gnupg before ~/.gnupg if no environment -+ * variables are set. -+ * -+ * $GPG_AGENT_INFO takes precedence, if set, otherwise $GNUPGHOME will be -+ * used. For GPG >= 2.1.13, $GNUPGHOME will be used directly only if it -+ * refers to the canonical home -- ~/.gnupg. Otherwise, the path specified -+ * by $GNUPGHOME is hashed (SHA1 + z-base-32) and the socket is expected to -+ * be present under (/var)/run/UID/gnupg/d.HASH. This last mechanism is not -+ * yet supported here. */ -+static const char * -+find_gpg_agent_socket(apr_pool_t *result_pool, apr_pool_t *scratch_pool) - { -- char *buffer; - char *gpg_agent_info = NULL; - char *gnupghome = NULL; - const char *socket_name = NULL; -- const char *request = NULL; -- const char *p = NULL; -- char *ep = NULL; -- int sd; - -- *new_sd = -1; -- -- /* This implements the method of finding the socket as described in -- * the gpg-agent man page under the --use-standard-socket option. -- * The manage page says the standard socket is "named 'S.gpg-agent' located -- * in the home directory." GPG's home directory is either the directory -- * specified by $GNUPGHOME or ~/.gnupg. */ -- gpg_agent_info = getenv("GPG_AGENT_INFO"); -- if (gpg_agent_info != NULL) -+ if ((gpg_agent_info = getenv("GPG_AGENT_INFO")) != NULL) - { - apr_array_header_t *socket_details; - -@@ -256,25 +260,77 @@ find_running_gpg_agent(int *new_sd, apr_pool_t *pool) - * The path to the socket, the pid of the gpg-agent process and - * finally the version of the protocol the agent talks. */ - socket_details = svn_cstring_split(gpg_agent_info, ":", TRUE, -- pool); -+ scratch_pool); - socket_name = APR_ARRAY_IDX(socket_details, 0, const char *); - } - else if ((gnupghome = getenv("GNUPGHOME")) != NULL) - { -- const char *homedir = svn_dirent_canonicalize(gnupghome, pool); -- socket_name = svn_dirent_join(homedir, "S.gpg-agent", pool); -+ const char *homedir = svn_dirent_canonicalize(gnupghome, scratch_pool); -+ socket_name = svn_dirent_join(homedir, "S.gpg-agent", scratch_pool); - } - else - { -- const char *homedir = svn_user_get_homedir(pool); -+ int i = 0; -+ const char *maybe_socket[] = {NULL, NULL, NULL, NULL}; -+ const char *homedir; - -- if (!homedir) -- return SVN_NO_ERROR; -+#ifdef APR_HAS_USER -+ apr_uid_t uid; -+ apr_gid_t gid; - -- homedir = svn_dirent_canonicalize(homedir, pool); -- socket_name = svn_dirent_join_many(pool, homedir, ".gnupg", -- "S.gpg-agent", SVN_VA_NULL); -+ if (apr_uid_current(&uid, &gid, scratch_pool) == APR_SUCCESS) -+ { -+ const char *uidbuf = apr_psprintf(scratch_pool, "%lu", -+ (unsigned long)uid); -+ maybe_socket[i++] = svn_dirent_join_many(scratch_pool, "/run/user", -+ uidbuf, "gnupg", -+ "S.gpg-agent", -+ SVN_VA_NULL); -+ maybe_socket[i++] = svn_dirent_join_many(scratch_pool, -+ "/var/run/user", -+ uidbuf, "gnupg", -+ "S.gpg-agent", -+ SVN_VA_NULL); -+ } -+#endif -+ -+ homedir = svn_user_get_homedir(scratch_pool); -+ if (homedir) -+ maybe_socket[i++] = svn_dirent_join_many(scratch_pool, homedir, -+ ".gnupg", "S.gpg-agent", -+ SVN_VA_NULL); -+ -+ for (i = 0; !socket_name && maybe_socket[i]; i++) -+ { -+ apr_finfo_t finfo; -+ svn_error_t *err = svn_io_stat(&finfo, maybe_socket[i], -+ APR_FINFO_TYPE, scratch_pool); -+ if (!err && finfo.filetype == APR_SOCK) -+ socket_name = maybe_socket[i]; -+ svn_error_clear(err); -+ } - } -+ -+ if (socket_name) -+ socket_name = apr_pstrdup(result_pool, socket_name); -+ -+ return socket_name; -+} -+ -+/* Locate a running GPG Agent, and return an open file descriptor -+ * for communication with the agent in *NEW_SD. If no running agent -+ * can be found, set *NEW_SD to -1. */ -+static svn_error_t * -+find_running_gpg_agent(int *new_sd, apr_pool_t *pool) -+{ -+ char *buffer; -+ const char *socket_name = find_gpg_agent_socket(pool, pool); -+ const char *request = NULL; -+ const char *p = NULL; -+ char *ep = NULL; -+ int sd; -+ -+ *new_sd = -1; - - if (socket_name != NULL) - { Property changes on: head/devel/subversion19/files/patch-subversion_libsvn_subr_gpg_agent.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/subversion19/pkg-plist =================================================================== --- head/devel/subversion19/pkg-plist (revision 500912) +++ head/devel/subversion19/pkg-plist (revision 500913) @@ -1,425 +1,426 @@ %%TOOLS%%bin/fsfs-access-map +%%TOOLS%%bin/fsfs-stats bin/svn -%%TOOLS%%bin/svnbench %%TOOLS%%bin/svn-populate-node-origins-index bin/svnadmin %%TOOLS%%bin/svnauthz %%TOOLS%%bin/svnauthz-validate +%%TOOLS%%bin/svnbench %%TOOLS%%bin/svndiff %%TOOLS%%bin/svndiff3 %%TOOLS%%bin/svndiff4 bin/svndumpfilter bin/svnfsfs bin/svnlook bin/svnmucc %%TOOLS%%bin/svnraisetreeconflict bin/svnrdump %%NO_SVNSERVE_WRAPPER%%bin/svnserve %%SVNSERVE_WRAPPER%%bin/svnserve.bin %%SVNSERVE_WRAPPER%%@sample bin/svnserve.sample bin/svnsync bin/svnversion %%TOOLS%%bin/x509-parser include/subversion-1/mod_authz_svn.h include/subversion-1/mod_dav_svn.h include/subversion-1/svn-revision.txt include/subversion-1/svn_auth.h include/subversion-1/svn_base64.h include/subversion-1/svn_cache_config.h include/subversion-1/svn_checksum.h include/subversion-1/svn_client.h include/subversion-1/svn_cmdline.h include/subversion-1/svn_compat.h include/subversion-1/svn_config.h include/subversion-1/svn_ctype.h include/subversion-1/svn_dav.h include/subversion-1/svn_delta.h include/subversion-1/svn_diff.h include/subversion-1/svn_dirent_uri.h include/subversion-1/svn_dso.h include/subversion-1/svn_error.h include/subversion-1/svn_error_codes.h include/subversion-1/svn_fs.h include/subversion-1/svn_hash.h include/subversion-1/svn_io.h include/subversion-1/svn_iter.h include/subversion-1/svn_md5.h include/subversion-1/svn_mergeinfo.h include/subversion-1/svn_nls.h include/subversion-1/svn_opt.h include/subversion-1/svn_path.h include/subversion-1/svn_pools.h include/subversion-1/svn_props.h include/subversion-1/svn_quoprint.h include/subversion-1/svn_ra.h include/subversion-1/svn_ra_svn.h include/subversion-1/svn_repos.h include/subversion-1/svn_sorts.h include/subversion-1/svn_string.h include/subversion-1/svn_subst.h include/subversion-1/svn_time.h include/subversion-1/svn_types.h include/subversion-1/svn_user.h include/subversion-1/svn_utf.h include/subversion-1/svn_version.h include/subversion-1/svn_wc.h include/subversion-1/svn_x509.h include/subversion-1/svn_xml.h lib/libsvn_client-1.a %%NO_STATIC%%lib/libsvn_client-1.so %%NO_STATIC%%lib/libsvn_client-1.so.0 %%NO_STATIC%%lib/libsvn_client-1.so.0.0.0 lib/libsvn_delta-1.a %%NO_STATIC%%lib/libsvn_delta-1.so %%NO_STATIC%%lib/libsvn_delta-1.so.0 %%NO_STATIC%%lib/libsvn_delta-1.so.0.0.0 lib/libsvn_diff-1.a %%NO_STATIC%%lib/libsvn_diff-1.so %%NO_STATIC%%lib/libsvn_diff-1.so.0 %%NO_STATIC%%lib/libsvn_diff-1.so.0.0.0 lib/libsvn_fs-1.a %%NO_STATIC%%lib/libsvn_fs-1.so %%NO_STATIC%%lib/libsvn_fs-1.so.0 %%NO_STATIC%%lib/libsvn_fs-1.so.0.0.0 %%BDB%%lib/libsvn_fs_base-1.a %%NO_STATIC%%%%BDB%%lib/libsvn_fs_base-1.so %%NO_STATIC%%%%BDB%%lib/libsvn_fs_base-1.so.0 %%NO_STATIC%%%%BDB%%lib/libsvn_fs_base-1.so.0.0.0 lib/libsvn_fs_fs-1.a %%NO_STATIC%%lib/libsvn_fs_fs-1.so %%NO_STATIC%%lib/libsvn_fs_fs-1.so.0 %%NO_STATIC%%lib/libsvn_fs_fs-1.so.0.0.0 lib/libsvn_fs_util-1.a %%NO_STATIC%%lib/libsvn_fs_util-1.so %%NO_STATIC%%lib/libsvn_fs_util-1.so.0 %%NO_STATIC%%lib/libsvn_fs_util-1.so.0.0.0 lib/libsvn_fs_x-1.a %%NO_STATIC%%lib/libsvn_fs_x-1.so %%NO_STATIC%%lib/libsvn_fs_x-1.so.0 %%NO_STATIC%%lib/libsvn_fs_x-1.so.0.0.0 lib/libsvn_ra-1.a %%NO_STATIC%%lib/libsvn_ra-1.so %%NO_STATIC%%lib/libsvn_ra-1.so.0 %%NO_STATIC%%lib/libsvn_ra-1.so.0.0.0 lib/libsvn_ra_local-1.a %%NO_STATIC%%lib/libsvn_ra_local-1.so %%NO_STATIC%%lib/libsvn_ra_local-1.so.0 %%NO_STATIC%%lib/libsvn_ra_local-1.so.0.0.0 %%SERF%%lib/libsvn_ra_serf-1.a %%NO_STATIC%%%%SERF%%lib/libsvn_ra_serf-1.so %%NO_STATIC%%%%SERF%%lib/libsvn_ra_serf-1.so.0 %%NO_STATIC%%%%SERF%%lib/libsvn_ra_serf-1.so.0.0.0 lib/libsvn_ra_svn-1.a %%NO_STATIC%%lib/libsvn_ra_svn-1.so %%NO_STATIC%%lib/libsvn_ra_svn-1.so.0 %%NO_STATIC%%lib/libsvn_ra_svn-1.so.0.0.0 lib/libsvn_repos-1.a %%NO_STATIC%%lib/libsvn_repos-1.so %%NO_STATIC%%lib/libsvn_repos-1.so.0 %%NO_STATIC%%lib/libsvn_repos-1.so.0.0.0 lib/libsvn_subr-1.a %%NO_STATIC%%lib/libsvn_subr-1.so %%NO_STATIC%%lib/libsvn_subr-1.so.0 %%NO_STATIC%%lib/libsvn_subr-1.so.0.0.0 lib/libsvn_wc-1.a %%NO_STATIC%%lib/libsvn_wc-1.so %%NO_STATIC%%lib/libsvn_wc-1.so.0 %%NO_STATIC%%lib/libsvn_wc-1.so.0.0.0 +libdata/pkgconfig/libsvn_client.pc +libdata/pkgconfig/libsvn_delta.pc +libdata/pkgconfig/libsvn_diff.pc +libdata/pkgconfig/libsvn_fs.pc +%%BDB%%libdata/pkgconfig/libsvn_fs_base.pc +libdata/pkgconfig/libsvn_fs_fs.pc +libdata/pkgconfig/libsvn_fs_util.pc +libdata/pkgconfig/libsvn_fs_x.pc +libdata/pkgconfig/libsvn_ra.pc +libdata/pkgconfig/libsvn_ra_local.pc +%%SERF%%libdata/pkgconfig/libsvn_ra_serf.pc +libdata/pkgconfig/libsvn_ra_svn.pc +libdata/pkgconfig/libsvn_repos.pc +libdata/pkgconfig/libsvn_subr.pc +libdata/pkgconfig/libsvn_wc.pc man/man1/svn.1.gz man/man1/svnadmin.1.gz man/man1/svndumpfilter.1.gz man/man1/svnlook.1.gz man/man1/svnmucc.1.gz man/man1/svnrdump.1.gz man/man1/svnsync.1.gz man/man1/svnversion.1.gz man/man5/svnserve.conf.5.gz man/man8/svnserve.8.gz %%NLS%%share/locale/de/LC_MESSAGES/subversion.mo %%NLS%%share/locale/es/LC_MESSAGES/subversion.mo %%NLS%%share/locale/fr/LC_MESSAGES/subversion.mo %%NLS%%share/locale/it/LC_MESSAGES/subversion.mo %%NLS%%share/locale/ja/LC_MESSAGES/subversion.mo %%NLS%%share/locale/ko/LC_MESSAGES/subversion.mo %%NLS%%share/locale/nb/LC_MESSAGES/subversion.mo %%NLS%%share/locale/pl/LC_MESSAGES/subversion.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/subversion.mo %%NLS%%share/locale/sv/LC_MESSAGES/subversion.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/subversion.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/subversion.mo -libdata/pkgconfig/libsvn_client.pc -libdata/pkgconfig/libsvn_delta.pc -libdata/pkgconfig/libsvn_diff.pc -libdata/pkgconfig/libsvn_fs.pc -%%BDB%%libdata/pkgconfig/libsvn_fs_base.pc -libdata/pkgconfig/libsvn_fs_fs.pc -libdata/pkgconfig/libsvn_fs_util.pc -libdata/pkgconfig/libsvn_fs_x.pc -libdata/pkgconfig/libsvn_ra.pc -libdata/pkgconfig/libsvn_ra_local.pc -%%SERF%%libdata/pkgconfig/libsvn_ra_serf.pc -libdata/pkgconfig/libsvn_ra_svn.pc -libdata/pkgconfig/libsvn_repos.pc -libdata/pkgconfig/libsvn_subr.pc -libdata/pkgconfig/libsvn_wc.pc %%DATADIR%%/backup/hot-backup.py %%DATADIR%%/bdb/erase-all-text-data.py %%DATADIR%%/bdb/skel.py %%DATADIR%%/bdb/svn-bdb-view.py %%DATADIR%%/bdb/svnfs.py %%DATADIR%%/bdb/whatis-rep.py %%DATADIR%%/buildbot/master/README %%DATADIR%%/buildbot/slaves/README %%DATADIR%%/buildbot/slaves/bb-openbsd/svnbuild.sh %%DATADIR%%/buildbot/slaves/bb-openbsd/svncheck-bindings.sh %%DATADIR%%/buildbot/slaves/bb-openbsd/svncheck.sh %%DATADIR%%/buildbot/slaves/bb-openbsd/svnclean.sh %%DATADIR%%/buildbot/slaves/i686-debian-sarge1/mount-ramdrive.c %%DATADIR%%/buildbot/slaves/i686-debian-sarge1/svnbuild.sh %%DATADIR%%/buildbot/slaves/i686-debian-sarge1/svncheck.sh %%DATADIR%%/buildbot/slaves/i686-debian-sarge1/svnclean.sh %%DATADIR%%/buildbot/slaves/i686-debian-sarge1/svnlog.sh %%DATADIR%%/buildbot/slaves/i686-debian-sarge1/unmount-ramdrive.c %%DATADIR%%/buildbot/slaves/svn-sparc-solaris/svnbuild.sh %%DATADIR%%/buildbot/slaves/svn-sparc-solaris/svncheck.sh %%DATADIR%%/buildbot/slaves/svn-sparc-solaris/svncleanup.sh %%DATADIR%%/buildbot/slaves/svn-sparc-solaris/svnenv.sh %%DATADIR%%/buildbot/slaves/svn-x64-centos/list-svn-deps.sh %%DATADIR%%/buildbot/slaves/svn-x64-centos/svnbuild.sh %%DATADIR%%/buildbot/slaves/svn-x64-centos/svncheck-bindings.sh %%DATADIR%%/buildbot/slaves/svn-x64-centos/svncheck.sh %%DATADIR%%/buildbot/slaves/svn-x64-centos/svnclean.sh %%DATADIR%%/buildbot/slaves/svn-x64-centos/svnlog.sh %%SERF%%%%DATADIR%%/buildbot/slaves/svn-x64-macosx-gnu-shared-daily-ra_serf/svnbuild.sh %%SERF%%%%DATADIR%%/buildbot/slaves/svn-x64-macosx-gnu-shared-daily-ra_serf/svncheck.sh %%SERF%%%%DATADIR%%/buildbot/slaves/svn-x64-macosx-gnu-shared-daily-ra_serf/svnclean.sh %%SERF%%%%DATADIR%%/buildbot/slaves/svn-x64-macosx-gnu-shared-daily-ra_serf/svnlog.sh %%DATADIR%%/buildbot/slaves/svn-x64-macosx-gnu-shared/svnbuild.sh %%DATADIR%%/buildbot/slaves/svn-x64-macosx-gnu-shared/svncheck.sh %%DATADIR%%/buildbot/slaves/svn-x64-macosx-gnu-shared/svnclean.sh %%DATADIR%%/buildbot/slaves/svn-x64-macosx-gnu-shared/svnlog.sh %%DATADIR%%/buildbot/slaves/svn-x64-macosx/mkramdisk.sh %%DATADIR%%/buildbot/slaves/svn-x64-macosx/rmramdisk.sh %%DATADIR%%/buildbot/slaves/svn-x64-macosx/setenv.sh %%DATADIR%%/buildbot/slaves/svn-x64-macosx/svnbuild-bindings.sh %%DATADIR%%/buildbot/slaves/svn-x64-macosx/svnbuild.sh %%DATADIR%%/buildbot/slaves/svn-x64-macosx/svncheck-bindings.sh %%DATADIR%%/buildbot/slaves/svn-x64-macosx/svncheck.sh %%DATADIR%%/buildbot/slaves/svn-x64-macosx/svnclean.sh %%DATADIR%%/buildbot/slaves/ubuntu-x64/svnbuild.sh %%DATADIR%%/buildbot/slaves/ubuntu-x64/svncheck-bindings.sh %%DATADIR%%/buildbot/slaves/ubuntu-x64/svncheck.sh %%DATADIR%%/buildbot/slaves/ubuntu-x64/svnclean.sh %%DATADIR%%/buildbot/slaves/ubuntu-x64/svnlog.sh %%DATADIR%%/buildbot/slaves/win32-SharpSvn/svn-config.cmd.template %%DATADIR%%/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd %%DATADIR%%/buildbot/slaves/win32-SharpSvn/svntest-build-bindings.cmd %%DATADIR%%/buildbot/slaves/win32-SharpSvn/svntest-build.cmd %%DATADIR%%/buildbot/slaves/win32-SharpSvn/svntest-cleanup.cmd %%DATADIR%%/buildbot/slaves/win32-SharpSvn/svntest-javahl.cmd %%DATADIR%%/buildbot/slaves/win32-SharpSvn/svntest-template.cmd %%DATADIR%%/buildbot/slaves/win32-SharpSvn/svntest-test.cmd %%DATADIR%%/buildbot/slaves/win32-xp-VS2005/config.bat %%DATADIR%%/buildbot/slaves/win32-xp-VS2005/do_all.bat %%DATADIR%%/buildbot/slaves/win32-xp-VS2005/svnbuild.bat %%DATADIR%%/buildbot/slaves/win32-xp-VS2005/svncheck.bat %%DATADIR%%/buildbot/slaves/win32-xp-VS2005/svnclean.bat %%DATADIR%%/buildbot/slaves/win32-xp-VS2005/svnlog.bat %%DATADIR%%/buildbot/slaves/xp-vc60-ia32/config.bat.tmpl %%DATADIR%%/buildbot/slaves/xp-vc60-ia32/svnbuild.bat %%DATADIR%%/buildbot/slaves/xp-vc60-ia32/svncheck.bat %%DATADIR%%/buildbot/slaves/xp-vc60-ia32/svnclean.bat %%DATADIR%%/buildbot/slaves/xp-vc60-ia32/svnlog.bat %%DATADIR%%/client-side/bash_completion %%DATADIR%%/client-side/bash_completion_test %%DATADIR%%/client-side/change-svn-wc-format.py %%DATADIR%%/client-side/detach.py %%DATADIR%%/client-side/mergeinfo-sanitizer.py %%DATADIR%%/client-side/server-version.py %%DATADIR%%/client-side/svn-graph.pl %%DATADIR%%/client-side/svn-ssl-fingerprints.sh %%DATADIR%%/client-side/svn-vendor.py %%DATADIR%%/client-side/svn-viewspec.py %%DATADIR%%/client-side/wcfind %%DATADIR%%/dev/analyze-svnlogs.py %%DATADIR%%/dev/aprerr.txt %%DATADIR%%/dev/benchmarks/RepoPerf/ClearMemory.cpp %%DATADIR%%/dev/benchmarks/RepoPerf/TimeWin.cpp %%DATADIR%%/dev/benchmarks/RepoPerf/copy_repo.py %%DATADIR%%/dev/benchmarks/RepoPerf/win_repo_bench.py %%DATADIR%%/dev/benchmarks/large_dirs/create_bigdir.sh %%DATADIR%%/dev/benchmarks/suite1/benchmark.py %%DATADIR%%/dev/benchmarks/suite1/cronjob %%DATADIR%%/dev/benchmarks/suite1/crontab.entry %%DATADIR%%/dev/benchmarks/suite1/generate_charts %%DATADIR%%/dev/benchmarks/suite1/run %%DATADIR%%/dev/benchmarks/suite1/run.bat %%DATADIR%%/dev/build-svn-deps-win.pl %%DATADIR%%/dev/check-license.py %%DATADIR%%/dev/contribulyze.py %%DATADIR%%/dev/datecheck.py %%DATADIR%%/dev/find-bad-style.py %%DATADIR%%/dev/find-unmoved-deprecated.sh %%DATADIR%%/dev/fsfs-access-map.c %%DATADIR%%/dev/gdb-py/README %%DATADIR%%/dev/gdb-py/svndbg/__init__.py %%DATADIR%%/dev/gdb-py/svndbg/printers.py %%DATADIR%%/dev/gen-javahl-errors.py %%DATADIR%%/dev/gen-py-errors.py %%DATADIR%%/dev/gen_junit_report.py %%DATADIR%%/dev/gnuify-changelog.pl %%DATADIR%%/dev/graph-dav-servers.py %%DATADIR%%/dev/histogram.py %%DATADIR%%/dev/iz/defect.dem %%DATADIR%%/dev/iz/ff2csv.command %%DATADIR%%/dev/iz/ff2csv.py %%DATADIR%%/dev/iz/find-fix.py %%DATADIR%%/dev/iz/run-queries.sh %%DATADIR%%/dev/lock-check.py %%DATADIR%%/dev/log_revnum_change_asf.py %%DATADIR%%/dev/merge-graph.py %%DATADIR%%/dev/mergegraph/__init__.py %%DATADIR%%/dev/mergegraph/mergegraph.py %%DATADIR%%/dev/mergegraph/save_as_sh.py %%DATADIR%%/dev/min-includes.sh %%DATADIR%%/dev/mklog.py %%DATADIR%%/dev/mlpatch.py %%DATADIR%%/dev/normalize-dump.py %%DATADIR%%/dev/po-merge.py %%DATADIR%%/dev/prebuild-cleanup.sh %%DATADIR%%/dev/random-commits.py %%DATADIR%%/dev/remove-trailing-whitespace.sh %%DATADIR%%/dev/sbox-ospath.py %%DATADIR%%/dev/scramble-tree.py %%DATADIR%%/dev/stress.pl %%DATADIR%%/dev/svn-dev.el %%DATADIR%%/dev/svn-dev.vim %%DATADIR%%/dev/svn-entries.el %%DATADIR%%/dev/svn-merge-revs.py %%DATADIR%%/dev/svnqlite3-dump %%DATADIR%%/dev/svnraisetreeconflict/svnraisetreeconflict.c %%DATADIR%%/dev/trails.py %%DATADIR%%/dev/unix-build/Makefile.svn %%DATADIR%%/dev/unix-build/README %%DATADIR%%/dev/verify-history.py %%DATADIR%%/dev/warn-ignored-err.sh %%DATADIR%%/dev/wc-format.py %%DATADIR%%/dev/wc-ng/bump-to-19.py %%DATADIR%%/dev/wc-ng/count-progress.py %%DATADIR%%/dev/wc-ng/gather-data.sh %%DATADIR%%/dev/wc-ng/graph-data.py %%DATADIR%%/dev/wc-ng/populate-pristine.py %%DATADIR%%/dev/wc-ng/svn-wc-db-tester.c %%DATADIR%%/dev/which-error.py %%DATADIR%%/dev/windows-build/Makefile %%DATADIR%%/dev/windows-build/README %%DATADIR%%/dev/windows-build/document-version.pl %%DATADIR%%/dev/x509-parser.c %%DATADIR%%/diff/diff.c %%DATADIR%%/diff/diff3.c %%DATADIR%%/diff/diff4.c %%DATADIR%%/dist/_gnupg.py %%DATADIR%%/dist/backport.pl %%DATADIR%%/dist/backport_accept.dump %%DATADIR%%/dist/backport_branches.dump %%DATADIR%%/dist/backport_indented_entry.dump %%DATADIR%%/dist/backport_multirevisions.dump %%DATADIR%%/dist/backport_tests.py %%DATADIR%%/dist/backport_two_approveds.dump %%DATADIR%%/dist/checksums.py %%DATADIR%%/dist/collect_sigs.py %%DATADIR%%/dist/dist.sh %%DATADIR%%/dist/download-release.sh %%DATADIR%%/dist/extract-for-examination.sh %%DATADIR%%/dist/nightly.sh %%DATADIR%%/dist/nominate.pl %%DATADIR%%/dist/rat-excludes %%DATADIR%%/dist/release.py %%DATADIR%%/dist/templates/download.ezt %%DATADIR%%/dist/templates/nightly-candidates.ezt %%DATADIR%%/dist/templates/rc-news.ezt %%DATADIR%%/dist/templates/rc-release-ann.ezt %%DATADIR%%/dist/templates/stable-news.ezt %%DATADIR%%/dist/templates/stable-release-ann.ezt %%DATADIR%%/dist/test.sh %%DATADIR%%/examples/ExampleAuthn.java %%DATADIR%%/examples/ExampleAuthnOld.java %%DATADIR%%/examples/ExampleAuthnVeryOld.java %%DATADIR%%/examples/SvnCLBrowse %%DATADIR%%/examples/blame.py %%DATADIR%%/examples/check-modified.py %%DATADIR%%/examples/dumpprops.py %%DATADIR%%/examples/get-location-segments.py %%DATADIR%%/examples/getfile.py %%DATADIR%%/examples/getlocks_test.c %%DATADIR%%/examples/geturl.py %%DATADIR%%/examples/headrev.c %%DATADIR%%/examples/info.rb %%DATADIR%%/examples/minimal_client.c %%DATADIR%%/examples/putfile.py %%DATADIR%%/examples/revplist.py %%DATADIR%%/examples/svnlog2html.rb %%DATADIR%%/examples/svnlook.py %%DATADIR%%/examples/svnlook.rb %%DATADIR%%/examples/svnput.c %%DATADIR%%/examples/svnserve-sgid.c %%DATADIR%%/examples/svnshell.py %%DATADIR%%/examples/svnshell.rb %%DATADIR%%/examples/testwrite.c %%DATADIR%%/examples/walk-config-auth.py %%DATADIR%%/hook-scripts/commit-access-control.cfg.example %%DATADIR%%/hook-scripts/commit-access-control.pl %%DATADIR%%/hook-scripts/commit-email.rb %%DATADIR%%/hook-scripts/control-chars.py %%DATADIR%%/hook-scripts/log-police.py %%DATADIR%%/hook-scripts/mailer/mailer.conf.example %%DATADIR%%/hook-scripts/mailer/mailer.py %%DATADIR%%/hook-scripts/mailer/tests/mailer-init.sh %%DATADIR%%/hook-scripts/mailer/tests/mailer-t1.output %%DATADIR%%/hook-scripts/mailer/tests/mailer-t1.sh %%DATADIR%%/hook-scripts/mailer/tests/mailer-tweak.py %%DATADIR%%/hook-scripts/mailer/tests/mailer.conf %%DATADIR%%/hook-scripts/persist-ephemeral-txnprops.py %%DATADIR%%/hook-scripts/svn2feed.py %%DATADIR%%/hook-scripts/svnperms.conf.example %%DATADIR%%/hook-scripts/svnperms.py %%DATADIR%%/hook-scripts/validate-extensions.py %%DATADIR%%/hook-scripts/validate-files.conf.example %%DATADIR%%/hook-scripts/validate-files.py %%DATADIR%%/hook-scripts/verify-po.py %%DATADIR%%/po/l10n-report.py %%DATADIR%%/po/po-update.sh %%DATADIR%%/server-side/fsfs-reshard.py %%DATADIR%%/server-side/mod_dontdothat/README %%DATADIR%%/server-side/mod_dontdothat/mod_dontdothat.c %%DATADIR%%/server-side/svn-backup-dumps.py %%DATADIR%%/server-side/svn-populate-node-origins-index.c %%DATADIR%%/server-side/svn_server_log_parse.py %%DATADIR%%/server-side/svnauthz.c %%DATADIR%%/server-side/svnpredumpfilter.py %%DATADIR%%/server-side/svnpubsub/README.txt %%DATADIR%%/server-side/svnpubsub/commit-hook.py %%DATADIR%%/server-side/svnpubsub/daemonize.py %%DATADIR%%/server-side/svnpubsub/irkerbridge.py %%DATADIR%%/server-side/svnpubsub/rc.d/svnpubsub %%DATADIR%%/server-side/svnpubsub/rc.d/svnpubsub.debian %%DATADIR%%/server-side/svnpubsub/rc.d/svnpubsub.freebsd %%DATADIR%%/server-side/svnpubsub/rc.d/svnpubsub.solaris %%DATADIR%%/server-side/svnpubsub/rc.d/svnwcsub %%DATADIR%%/server-side/svnpubsub/rc.d/svnwcsub.debian %%DATADIR%%/server-side/svnpubsub/rc.d/svnwcsub.freebsd %%DATADIR%%/server-side/svnpubsub/rc.d/svnwcsub.solaris %%DATADIR%%/server-side/svnpubsub/revprop-change-hook.py %%DATADIR%%/server-side/svnpubsub/svnpubsub.tac %%DATADIR%%/server-side/svnpubsub/svnpubsub/__init__.py %%DATADIR%%/server-side/svnpubsub/svnpubsub/client.py %%DATADIR%%/server-side/svnpubsub/svnpubsub/server.py %%DATADIR%%/server-side/svnpubsub/svnpubsub/util.py %%DATADIR%%/server-side/svnpubsub/svntweet.py %%DATADIR%%/server-side/svnpubsub/svnwcsub.conf.example %%DATADIR%%/server-side/svnpubsub/svnwcsub.py %%DATADIR%%/server-side/svnpubsub/testserver.py %%DATADIR%%/server-side/svnpubsub/watcher.py %%DATADIR%%/server-side/test_svn_server_log_parse.py %%DATADIR%%/xslt/svnindex.css %%DATADIR%%/xslt/svnindex.xsl