Subversion SVN Changelog

Select Changelog:

Subversion, svnLogBrowser, pysvn

Select page:

Previous Page1 2 3 10 17 24Next 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:
  • Ben Reser Remove Filter

Changelog for Subversion (581 revisions):

r863860: 2007-03-12 22:29:32 [breser] Ben Reser

M  /subversion/svnserve/svnserve.conf.5  [diff, log, file]

 * subversion/svnserve/svnserve.conf.5
   (authz-db): Add the authz-db section.

r859963: 2006-05-31 20:58:51 [breser] Ben Reser

M  /subversion/libsvn_repos/load.c  [diff, log, file]

 Use less memory when parsing dump files with properties. Previously we would hold
 all revision properties for a revision in memory and all properties on a node in
 memory until we were done parsing the revision or node.
 
 * subversion/libsvn_repos/load.c
   (parse_property_block): And a proppool that is cleared with each property parsed.

r859914: 2006-05-27 06:39:08 [breser] Ben Reser

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

 Correct a description and a link in www/hacking.html, as a follow-up
 to r19836.
 
 Patch by: Kobayashi Noritada <nori1@...>
 
 * www/hacking.html (docs): Delete a sentence for an old design
   specification in the DocBook XML version and link to the new HTML
   version.
 

r859913: 2006-05-27 05:49:08 [breser] Ben Reser

M  /Makefile.in  [diff, log, file]

 Fix make clean that was broken by r19836.
 
 * Makefile.in
   (doc-clean): doc/design is gone so remove the clean for it.

r859912: 2006-05-27 01:03:18 [breser] Ben Reser

M  /build/run_tests.py  [diff, log, file]

 Make tests that fail to run at all show in error summary.
 
 * build/run_tests.py
   (_run_test): Watch for exit codes other than 1 and add a FAIL
                notation to the log file so the summary picks up
                the failure.

r859853: 2006-05-23 09:14:53 [breser] Ben Reser

M  [1.4.x] /STATUS  [diff, log, file]

 * STATUS: Nominate r19777.
 

r859851: 2006-05-23 08:49:50 [breser] Ben Reser

M  /subversion/libsvn_client/info.c  [diff, log, file]
M  /subversion/tests/cmdline/lock_tests.py  [diff, log, file]

 File system path should not be URI encoded. This makes info fail to show lock
 info on filenames with URI-unsafe filenames (e.g. spaces in file names).
 
 Found by: B. Smith-Mannschott <benpsm@...>
 
 * subversion/libsvn_client/info.c
   (push_dir_info): URI decode the path used as a key to locks hash.
 
 * subversion/tests/cmdline/lock_tests.py
   (examine_lock_encoded_recurse): New test.
 
   (test_list): Add examine_lock_encoded_recurse().

r855987: 2005-08-25 20:20:41 [breser] Ben Reser

M  /www/project_packages.html  [diff, log, file]
M  /www/project_status.html  [diff, log, file]

 Update website to reflect 1.2.3.
 
 * www/project_packages.html: Latest is 1.2.3.
 * www/project_status.html: Add entry for 1.2.3.
 

r855986: 2005-08-25 20:16:24 [breser] Ben Reser

A  [1.2.3] /  [log, file]  (copied from r855907 of [1.2.x] /)
M  [1.2.3] /subversion/include/svn_version.h  [diff, log, file]

 Tagging release 1.2.3 with svn_version.h matching tarball

r855985: 2005-08-25 20:14:56 [breser] Ben Reser

M  [1.2.x] /subversion/include/svn_version.h  [diff, log, file]

 * subversion/include/svn_version.h: 1.2.x branch is now 1.2.4.
 

r855982: 2005-08-25 18:34:39 [breser] Ben Reser

A  /tools/dev/getsigs.pl  [log, file]

 Add a script I use for releases. I used to manually run gpg --verify and
 then by hand double check that the signatures were all valid and then by hand
 make the list of people who had signed the release. This became tedious.
 
 * tools/dev/getsigs.pl: Run verify on all the tarballs and output
     a list of signers in the format we use for the emails.

r855909: 2005-08-19 19:00:43 [breser] Ben Reser

D  [1.2.x] /FIRST-AID-KIT  [old log]

 Clean up my joke.
 
 FIRST-AID-KIT: Bye bye, we'll miss you.
 

r855908: 2005-08-19 18:57:48 [breser] Ben Reser

A  [1.2.x] /FIRST-AID-KIT  [log, file]

 Add a FIRST-AID-KIT per Karl's request.
 
 * FIRST-AID-KIT: How could we have forgotten this...
 

r855907: 2005-08-19 18:54:18 [breser] Ben Reser

M  [1.2.x] /subversion/include/svn_version.h  [diff, log, file]

 We skipped 1.2.2 so 1.2.x branch should be 1.2.3 before release.
 
 * subversion/include/svn_version.h: Update version number.
 

r855906: 2005-08-19 18:53:00 [breser] Ben Reser

M  [1.2.x] /CHANGES  [diff, log, file]

 Merge r15830 from trunk.

r855904: 2005-08-19 18:41:42 [breser] Ben Reser

M  /CHANGES  [diff, log, file]

 * CHANGES: Set date for 1.2.3
 

r855743: 2005-08-10 18:24:03 [breser] Ben Reser

M  [1.2.x] /CHANGES  [diff, log, file]

 * CHANGES: Merge r15667 and fix the date for 1.2.1
 

r855741: 2005-08-10 18:21:30 [breser] Ben Reser

M  /CHANGES  [diff, log, file]

 * CHANGES: Update for 1.2.2.
 

r855346: 2005-07-06 06:41:44 [breser] Ben Reser

M  /CHANGES  [diff, log, file]

 * CHANGES: Fix the date for 1.2.1.
 

r855340: 2005-07-05 22:44:52 [breser] Ben Reser

M  /www/project_packages.html  [diff, log, file]
M  /www/project_status.html  [diff, log, file]

 Update website for 1.2.1
 
 * www/project_packages.html: Mark 1.2.1 as finished.
 * www/project_status.html: 1.2.1 is most current version now.
 

r855338: 2005-07-05 22:39:52 [breser] Ben Reser

M  [1.2.x] /subversion/include/svn_version.h  [diff, log, file]

 * subversion/include/svn_version.h: 1.2.x is now 1.2.2
 

r855337: 2005-07-05 22:39:16 [breser] Ben Reser

A  [1.2.1] /  [log, file]  (copied from r855304 of [1.2.x] /)
M  [1.2.1] /subversion/include/svn_version.h  [diff, log, file]

 Tagging release 1.2.1 with svn_version.h matching tarball

r855304: 2005-07-01 19:55:30 [breser] Ben Reser

M  [1.2.x] /CHANGES  [diff, log, file]

 Merge r14788:15229 CHANGES from trunk.
 
 Requires no approval.
 

r855299: 2005-07-01 17:25:14 [breser] Ben Reser

M  [1.2.x] /STATUS  [diff, log, file]
M  [1.2.x] /subversion/bindings/swig/core.i  [diff, log, file]
M  [1.2.x] /subversion/bindings/swig/perl/native/Core.pm  [diff, log, file]
M  [1.2.x] /subversion/bindings/swig/perl/native/Ra.pm  [diff, log, file]

 Merge r15076, r15080, r15081, r15117
 
 Perl bindings, call utf_initialize, adjust global pool usage
 
 Votes: +1: clkao, breser
 

r855298: 2005-07-01 17:22:54 [breser] Ben Reser

M  [1.2.x] /STATUS  [diff, log, file]
M  [1.2.x] /subversion/bindings/swig/perl/native/Core.pm  [diff, log, file]
M  [1.2.x] /subversion/bindings/swig/perl/native/Fs.pm  [diff, log, file]
A  [1.2.x] /subversion/bindings/swig/perl/native/t/8lock.t  [log, file]  (copied from r855156 of /subversion/bindings/swig/perl/native/t/8lock.t)

 Merge r15082
 
 Perl bindings, svn_lock_t related accessors.
 
 Votes: +1: clkao, breser