- r863860: 2007-03-12 22:29:32 [breser] Ben Reser
-
/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
-
/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
-
/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
-
/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
-
/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
-
[1.4.x] /STATUS [diff, log, file]
* STATUS: Nominate r19777.
- r859851: 2006-05-23 08:49:50 [breser] Ben Reser
-
/subversion/libsvn_client/info.c [diff, log, file]
/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
-
/www/project_packages.html [diff, log, file]
/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
-
[1.2.3] / [log, file] (copied from r855907 of [1.2.x] /)
[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
-
[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
-
/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
-
[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
-
[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
-
[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
-
[1.2.x] /CHANGES [diff, log, file]
Merge r15830 from trunk.
- r855904: 2005-08-19 18:41:42 [breser] Ben Reser
-
/CHANGES [diff, log, file]
* CHANGES: Set date for 1.2.3
- r855743: 2005-08-10 18:24:03 [breser] Ben Reser
-
[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
-
/CHANGES [diff, log, file]
* CHANGES: Update for 1.2.2.
- r855346: 2005-07-06 06:41:44 [breser] Ben Reser
-
/CHANGES [diff, log, file]
* CHANGES: Fix the date for 1.2.1.
- r855340: 2005-07-05 22:44:52 [breser] Ben Reser
-
/www/project_packages.html [diff, log, file]
/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
-
[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
-
[1.2.1] / [log, file] (copied from r855304 of [1.2.x] /)
[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
-
[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
-
[1.2.x] /STATUS [diff, log, file]
[1.2.x] /subversion/bindings/swig/core.i [diff, log, file]
[1.2.x] /subversion/bindings/swig/perl/native/Core.pm [diff, log, file]
[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
-
[1.2.x] /STATUS [diff, log, file]
[1.2.x] /subversion/bindings/swig/perl/native/Core.pm [diff, log, file]
[1.2.x] /subversion/bindings/swig/perl/native/Fs.pm [diff, log, file]
[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