Subversion SVN Changelog

Select Changelog:

Subversion, svnLogBrowser, pysvn

Select page:

Previous Page1 2 3 20 36 53Next Page

Changes per page:

25 50 100 250

Summarize files:

On | Off

Search:

Filter by Developer:

Sort Alphabetically Sort by Commits Show/Hide Inactive Developers
Show All
Karl Fogel (4,569)
Hyrum Wright (4,001)
C. Michael Pilato (3,986)
Daniel Rall (2,646)
Greg Stein (1,867)
Julian Foad (1,586)
Bert Huijben (1,576)
Paul T. Burba (1,547)
Max Bowsher (1,308)
Stefan Sperling (1,140)
Philip Martin (1,051)
Arfrever Frehtes Taifersar Arahesis (918)
Branko Cibej (913)
Lieven Govaerts (791)
Blair Zajac (766)
Erik Hülsmann (763)
David Glasser (739)
Ben Reser (581)
Kamesh Jayachandran (557)
Justin Erenkrantz (487)
Daniel Shahaf (408)
Senthil Kumaran S (349)
Øyvind A. Holm (343)
Stefan Reichör (331)
Neels J. Hofmeyr (229)
Fabien COELHO (213)
Mark Phippard (210)
Daniel Näslund (196)
Joe Swatosh (160)
Dongsheng Song (158)
D.J. Heap (157)
Joe Orton (150)
Dongsheng Song (148)
Ivan Zhakov (147)
Ivan Zhakov (122)
User: stefan2 (100)
Stephen Butler (86)
User: artagnon (79)
Роман Донченко (64)
Bhuvaneswaran Arumugam (49)
Guo Rui (45)
Jeremy Whitlock (41)
Peter Samuelson (31)
Stefan Küng (26)
P.Marek (23)
Martin Furter (21)
Mattias Engdegård (11)
Arthur de Jong (7)
Gavin McDonald (2)
Eric S. Raymond (1)
User: joes (1)
Arfrever Frehtes Taifersar Arahesis (918)
Arthur de Jong (7)
Ben Reser (581)
Bert Huijben (1,576)
Bhuvaneswaran Arumugam (49)
Blair Zajac (766)
Branko Cibej (913)
C. Michael Pilato (3,986)
D.J. Heap (157)
Daniel Näslund (196)
Daniel Rall (2,646)
Daniel Shahaf (408)
David Glasser (739)
Dongsheng Song (148)
Dongsheng Song (158)
Eric S. Raymond (1)
Erik Hülsmann (763)
Fabien COELHO (213)
Gavin McDonald (2)
Greg Stein (1,867)
Guo Rui (45)
Hyrum Wright (4,001)
Ivan Zhakov (147)
Ivan Zhakov (122)
Jeremy Whitlock (41)
Joe Orton (150)
Joe Swatosh (160)
Julian Foad (1,586)
Justin Erenkrantz (487)
Kamesh Jayachandran (557)
Karl Fogel (4,569)
Lieven Govaerts (791)
Mark Phippard (210)
Martin Furter (21)
Mattias Engdegård (11)
Max Bowsher (1,308)
Neels J. Hofmeyr (229)
P.Marek (23)
Paul T. Burba (1,547)
Peter Samuelson (31)
Philip Martin (1,051)
Senthil Kumaran S (349)
Stefan Küng (26)
Stefan Reichör (331)
Stefan Sperling (1,140)
Stephen Butler (86)
User: artagnon (79)
User: joes (1)
User: stefan2 (100)
Øyvind A. Holm (343)
Роман Донченко (64)

This changelog reflects changes in the Subversion SVN repository, and is updated once every hour. All reported times are in UTC.

  • Legend:
  • Added (A) Added (A)
  • Deleted (D) Deleted (D)
  • Modified (M) Modified (M)
  • Copied (R) Copied (R)
  • [Branch]
  • [Tag]
  • Active Filters:
  • Max Bowsher Remove Filter

Changelog for Subversion (1,308 revisions):

r871089: 2008-05-04 10:29:32 [maxb] Max Bowsher

M  /build.conf  [diff, log, file]
M  /build/ac-macros/apache.m4  [diff, log, file]
M  /build/generator/gen_base.py  [diff, log, file]
M  /build/generator/gen_make.py  [diff, log, file]
M  /Makefile.in  [diff, log, file]
D  /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

M  /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

M  /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

M  /www/hacking.html  [diff, log, file]

 * www/hacking.html: Fix XML validity.

r867074: 2007-10-06 20:20:57 [maxb] Max Bowsher

D  /dist.sh  [old log]
A  /tools/dist/dist.sh  [log, file]  (copied from r867067 of /dist.sh)
M  /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

M  /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

M  /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

M  /build/ac-macros/apache.m4  [diff, log, file]
M  /build/ac-macros/berkeley-db.m4  [diff, log, file]
M  /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

M  /aclocal.m4  [diff, log, file]
A  /configure.ac  [log, file]  (copied from r867065 of /configure.in)
D  /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

M  /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

M  /build/ac-macros/apache.m4  [diff, log, file]
M  /build/ac-macros/neon.m4  [diff, log, file]
M  /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

M  /build/ac-macros/berkeley-db.m4  [diff, log, file]
M  /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

M  /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

M  /build/ac-macros/apache.m4  [diff, log, file]
M  /build/ac-macros/java.m4  [diff, log, file]
M  /build/ac-macros/neon.m4  [diff, log, file]
M  /build/ac-macros/serf.m4  [diff, log, file]
M  /build/ac-macros/sqlite.m4  [diff, log, file]
M  /build/ac-macros/svn-macros.m4  [diff, log, file]
M  /build/ac-macros/swig.m4  [diff, log, file]
M  /build/ac-macros/zlib.m4  [diff, log, file]
M  /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

M  /build/ac-macros/swig.m4  [diff, log, file]
M  /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

M  /aclocal.m4  [diff, log, file]
A  /build/ac-macros/apache.m4  [log, file]  (copied from r867005 of /build/ac-macros/svn-apache.m4)
D  /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

M  /www/index.html  [diff, log, file]
M  /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

M  /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

M  /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

M  /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

M  /COMMITTERS  [diff, log, file]

 * COMMITTERS: Remove BOM added in r25367.

r864555: 2007-04-06 11:31:29 [maxb] Max Bowsher

M  /subversion/libsvn_fs_base/bdb/copies-table.c  [diff, log, file]
M  /subversion/libsvn_fs_base/bdb/nodes-table.c  [diff, log, file]
M  /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

D  [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

M  /INSTALL  [diff, log, file]
M  /subversion/bindings/java/javahl/README  [diff, log, file]
D  /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

D  /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.