- r871089: 2008-05-04 10:29:32 [maxb] Max Bowsher
-
/build.conf [diff, log, file]
/build/ac-macros/apache.m4 [diff, log, file]
/build/generator/gen_base.py [diff, log, file]
/build/generator/gen_make.py [diff, log, file]
/Makefile.in [diff, log, file]
/subversion/mod_dav_svn/static [old log]
Remove the static apache module build support, which is believed to have been
broken since before 1.0. This resolves issue #997 as WONTFIX.
* build/ac-macros/apache.m4: Remove static build portions.
Stop AC_SUBST-ing some variables which are not substituted anywhere.
* Makefile.in (APACHE_TARGET, INSTALL_MOD_STATIC):
* build.conf (static-apache-files):
* subversion/mod_dav_svn/static/:
Remove, obsolete.
* build/generator/gen_base.py (GeneratorBase.__init__:
* build/generator/gen_make.py (Generator.write):
Remove static build support code.
- r869568: 2008-02-22 00:44:00 [maxb] Max Bowsher
-
/tools/examples/SvnCLBrowse [diff, log, file]
* tools/examples/SvnCLBrowse:
Add comment declaring Python 2.5 requirement.
Remove getopt compatibility code that is only relevant if trying to
maintain compatibility back to Python 2.2
Remove unused imports.
- r868954: 2008-01-12 15:24:58 [maxb] Max Bowsher
-
/www/faq.html [diff, log, file]
* www/faq.html (#divining-bdb-version): Extend table to cover BDB 4.5 and 4.6.
- r868953: 2008-01-12 15:23:43 [maxb] Max Bowsher
-
/www/hacking.html [diff, log, file]
* www/hacking.html: Fix XML validity.
- r867074: 2007-10-06 20:20:57 [maxb] Max Bowsher
-
/dist.sh [old log]
/tools/dist/dist.sh [log, file] (copied from r867067 of /dist.sh)
/tools/dist/roll.sh [diff, log, file]
Move dist.sh into tools/dist/ to be with the rest of the RM tools.
* dist.sh: Move...
* tools/dist/dist.sh: ...to here.
* tools/dist/roll.sh: Update.
- r867072: 2007-10-06 15:51:09 [maxb] Max Bowsher
-
/tools/dist/construct-rolling-environment.sh [diff, log, file]
* tools/dist/construct-rolling-environment.sh: Rework to implement both
building the win32-dependencies dir via httpd or via apr-upstream, so it is
easy to observe the marked difference in the end product.
- r867071: 2007-10-06 15:35:01 [maxb] Max Bowsher
-
/tools/dist/construct-rolling-environment.sh [diff, log, file]
Change versions of RM designated programs in readiness for 1.5.
* tools/dist/construct-rolling-environment.sh
- r867068: 2007-10-06 15:07:36 [maxb] Max Bowsher
-
/build/ac-macros/apache.m4 [diff, log, file]
/build/ac-macros/berkeley-db.m4 [diff, log, file]
/build/ac-macros/sasl.m4 [diff, log, file]
Introduce AS_HELP_STRING use where it was missing.
* build/ac-macros/apache.m4
* build/ac-macros/berkeley-db.m4
* build/ac-macros/sasl.m4
- r867067: 2007-10-06 14:44:55 [maxb] Max Bowsher
-
/aclocal.m4 [diff, log, file]
/configure.ac [log, file] (copied from r867065 of /configure.in)
/configure.in [old log]
Rename configure.in (deprecated name) to configure.ac.
* configure.in: Move...
* configure.ac: ...to here.
* aclocal.m4: Update comment.
- r867066: 2007-10-06 14:04:29 [maxb] Max Bowsher
-
/tools/dist/test.sh [diff, log, file]
* tools/dist/test.sh: Make capable of customization via a ~/.svndistrc.
- r867048: 2007-10-06 04:00:58 [maxb] Max Bowsher
-
/build/ac-macros/apache.m4 [diff, log, file]
/build/ac-macros/neon.m4 [diff, log, file]
/build/ac-macros/swig.m4 [diff, log, file]
Resolve crazy space/tab mix.
* build/ac-macros/apache.m4
* build/ac-macros/swig.m4
* build/ac-macros/neon.m4
- r867047: 2007-10-06 03:54:19 [maxb] Max Bowsher
-
/build/ac-macros/berkeley-db.m4 [diff, log, file]
/build/ac-macros/svn-macros.m4 [diff, log, file]
* build/ac-macros/berkeley-db.m4:
AC_TRY_RUN -> AC_RUN_IFELSE and AC_LANG_SOURCE.
* build/ac-macros/svn-macros.m4:
AC_TRY_COMPILE -> AC_COMPILE_IFELSE and AC_LANG_PROGRAM.
- r867045: 2007-10-06 03:43:33 [maxb] Max Bowsher
-
/build/ac-macros/sqlite.m4 [diff, log, file]
* build/ac-macros/sqlite.m4: s/AC_WARN/AC_MSG_WARN/ as advised by autoupdate.
- r867044: 2007-10-06 03:31:58 [maxb] Max Bowsher
-
/build/ac-macros/apache.m4 [diff, log, file]
/build/ac-macros/java.m4 [diff, log, file]
/build/ac-macros/neon.m4 [diff, log, file]
/build/ac-macros/serf.m4 [diff, log, file]
/build/ac-macros/sqlite.m4 [diff, log, file]
/build/ac-macros/svn-macros.m4 [diff, log, file]
/build/ac-macros/swig.m4 [diff, log, file]
/build/ac-macros/zlib.m4 [diff, log, file]
/configure.in [diff, log, file]
* configure.in (AC_PREREQ): Require autoconf >= 2.58.
* configure.in:
* build/ac-macros/apache.m4:
* build/ac-macros/java.m4:
* build/ac-macros/neon.m4:
* build/ac-macros/serf.m4:
* build/ac-macros/sqlite.m4:
* build/ac-macros/svn-macros.m4:
* build/ac-macros/swig.m4:
* build/ac-macros/zlib.m4:
Blind s/AC_HELP_STRING/AS_HELP_STRING/.
- r867041: 2007-10-06 03:15:05 [maxb] Max Bowsher
-
/build/ac-macros/swig.m4 [diff, log, file]
/subversion/bindings/swig/INSTALL [diff, log, file]
Increase SWIG upper bound to 1.3.31.
* build/ac-macros/swig.m4
* subversion/bindings/swig/INSTALL
- r867006: 2007-10-04 06:49:11 [maxb] Max Bowsher
-
/aclocal.m4 [diff, log, file]
/build/ac-macros/apache.m4 [log, file] (copied from r867005 of /build/ac-macros/svn-apache.m4)
/build/ac-macros/svn-apache.m4 [old log]
Rename 'svn-apache.m4' to drop the 'svn-' prefix, for consistency with all the
otherdependency-handling m4 files.
* build/ac-macros/svn-apache.m4: Rename...
* build/ac-macros/apache.m4: ...to here.
* aclocal.m4: Update.
- r866698: 2007-09-16 13:06:00 [maxb] Max Bowsher
-
/www/index.html [diff, log, file]
/www/svn_1.5_releasenotes.html [diff, log, file]
Fix XHTML validity.
* www/svn_1.5_releasenotes.html
* www/index.html
- r866697: 2007-09-16 13:01:46 [maxb] Max Bowsher
-
/www/release-process.html [diff, log, file]
* www/release-process.html: Update TOC using toctool.
- r866696: 2007-09-16 13:00:46 [maxb] Max Bowsher
-
/www/toctool.py [diff, log, file]
* www/toctool.py: Make toctool work for both design.html and
release-process.html.
- r866695: 2007-09-16 12:00:02 [maxb] Max Bowsher
-
/www/hacking.html [diff, log, file]
* www/hacking.html: Whitespace changes for consistency with our other large
XHTML documents, in the hope of expanding toctool.py for use on all of
them.
- r865468: 2007-06-13 21:51:28 [maxb] Max Bowsher
-
/COMMITTERS [diff, log, file]
* COMMITTERS: Remove BOM added in r25367.
- r864555: 2007-04-06 11:31:29 [maxb] Max Bowsher
-
/subversion/libsvn_fs_base/bdb/copies-table.c [diff, log, file]
/subversion/libsvn_fs_base/bdb/nodes-table.c [diff, log, file]
/subversion/libsvn_fs_base/bdb/txn-table.c [diff, log, file]
Fix erroneous references to 'next-id' in the BDB code. The special key name is
actually 'next-key'.
Patch by: Kamesh Jayachandran <kamesh@...>
Issue: 2629
* subversion/libsvn_fs_base/bdb/txn-table.c
(svn_fs_bdb__open_transactions_table): Fix comment.
(svn_fs_bdb__get_txn_list): Fix comment and local variable name.
* subversion/libsvn_fs_base/bdb/copies-table.c
(svn_fs_bdb__open_copies_table, svn_fs_bdb__reserve_copy_id): Fix comments.
* subversion/libsvn_fs_base/bdb/nodes-table.c
(svn_fs_bdb__open_nodes_table): Fix comment.
- r864463: 2007-04-03 22:24:09 [maxb] Max Bowsher
-
[artem-soc-integration] / [old log]
Remove artem-soc-integration branch. It was going to be a landing place for
reviewed changes from artem-soc-work, but -work has now been rebranched but
-integration has not. So, get rid of -integration. Let it be re-created later
when we actually have something to merge to it, if we still want to follow the
above suggested workflow.
- r864341: 2007-03-29 21:39:05 [maxb] Max Bowsher
-
/INSTALL [diff, log, file]
/subversion/bindings/java/javahl/README [diff, log, file]
/subversion/bindings/java/README [old log]
* INSTALL: Point to subversion/bindings/java/javahl/README, not
subversion/bindings/java/README.
* subversion/bindings/java/README: Delete.
* subversion/bindings/java/javahl/README: Merge in non-redundant content from
above deleted file.
- r864338: 2007-03-29 20:46:42 [maxb] Max Bowsher
-
/subversion/bindings/java/org [old log]
* subversion/bindings/java/org/: Delete. The former contents of this directory
were 12 Java interfaces and 2 trivial Java classes which attempted to
sketch out an implementation neutral interface to Subversion client
operations from Java. However, they were incomplete and unused.