- r873110: 2008-09-12 10:05:20 [jszakmeister] John Szakmeister
-
/notes/wc-ng-design [diff, log, file]
* notes/wc-ng-design
Add a few notes related to loggy, unicode, and renames.
- r869490: 2008-02-18 21:36:36 [jszakmeister] John Szakmeister
-
/contrib/server-side/fsfsverify.py [diff, log, file]
Fix the null digest detection in fsfsverify, and implement it in a way that
preserves the digest for output.
* contrib/server-side/fsfsverify.py
(NULL_DIGEST): New.
(Rep.__init__): Don't reset the digest.
(Rep.verify): Don't compare the md5 digest if the NULL digest was recorded in
the node rev.
- r869470: 2008-02-16 19:38:40 [jszakmeister] John Szakmeister
-
/contrib/server-side/fsfsverify.py [diff, log, file]
* contrib/server-side/fsfsverify.py
(dumpChangedPaths): Output the transaction id, and indent the copyfrom path
and revision.
- r869469: 2008-02-16 12:13:17 [jszakmeister] John Szakmeister
-
/contrib/server-side/fsfsverify.py [diff, log, file]
Break out the copyfrom revision and copyfrom path correctly from the changed
path information when the copyfrom path contains spaces.
* contrib/server-side/fsfsverify.py
(ChangedPaths.__init__): Strip the trailing newline, and only split at the
first space.
- r869468: 2008-02-16 12:07:00 [jszakmeister] John Szakmeister
-
/contrib/server-side/fsfsverify.py [diff, log, file]
Fix a buglet in fsfsverify: don't compare the digest of rep if the digest is
the null digest.
* contrib/server-side/fsfsverify.py
(Rep.__init__): If the digest is the null digest, then set the instance
attribute to None to prevent comparison.
- r866837: 2007-09-24 01:22:31 [jszakmeister] John Szakmeister
-
/contrib/server-side/fsfsverify.py [log, file]
Initial commit of fsfsverify: a tool to help fix most common fsfs
corruptions.
* contrib/server-side/fsfsverify.py
New.
- r864601: 2007-04-11 08:51:01 [jszakmeister] John Szakmeister
-
/subversion/libsvn_fs_fs/err.c [diff, log, file]
/subversion/libsvn_fs_fs/err.h [diff, log, file]
Remove an unused function which was intended to be used when trying
to change the unchangeable named transaction in the filesystem.
* subversion/libsvn_fs_fs/err.c
svn_fs_fs__err_txn_not_mutable(): Remove.
* subversion/libsvn_fs_fs/err.h
svn_fs_fs__err_txn_not_mutable(): Remove.
Patch by: bhuvan
Reviewed by: jszakmeister
- r864516: 2007-04-04 22:43:19 [jszakmeister] John Szakmeister
-
[1.1.x] /STATUS [diff, log, file]
* STATUS: Vote.
- r862177: 2006-10-24 09:48:18 [jszakmeister] John Szakmeister
-
/subversion/svnadmin/main.c [diff, log, file]
Add the ability to verify a single revision, or a range of revisions. Also add
quiet support for 'svnadmin verify'.
* subversion/svnadmin/main.c
(cmd_table): Add the 'r' and 'q' options to the verify command.
(dump_repo): New. Used to be the main part of subcommand_dump(), except
there is a new parameter, dump_contents, that decides whether to create a
stdio stream, or use NULL.
(subcommand_dump): Call dump_repo with dump_contents set to TRUE.
(subcommand_verify): Call dump_repo with dump_contents set to FALSE.
- r858797: 2006-03-05 11:19:39 [jszakmeister] John Szakmeister
-
/subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/tests/BasicTests.java [diff, log, file]
Fix javahl test that was broken by r17933.
* subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/tests/BasicTests.java
(BasicTests.testBasicDelete): Wrap removal of non-existant file with a
try/except block.
- r857531: 2005-11-20 14:03:52 [jszakmeister] John Szakmeister
-
/subversion/svnadmin/main.c [diff, log, file]
Remove use of deprecated function in 'svnadmin verify'.
* subversion/svnadmin/main.c
(subcommand_verify): Update to use svn_repos_dump_fs2().
- r856598: 2005-10-06 07:49:51 [jszakmeister] John Szakmeister
-
[1.3.x] /STATUS [diff, log, file]
* STATUS: Approve r16387.
- r856597: 2005-10-06 07:08:34 [jszakmeister] John Szakmeister
-
[1.3.x] /STATUS [diff, log, file]
* STATUS: Vote for r16344, r16347, r16358, r16375, and r16494.
- r856241: 2005-09-20 10:01:59 [jszakmeister] John Szakmeister
-
/subversion/libsvn_delta/svndiff.c [diff, log, file]
* subversion/libsvn_delta/svndiff.c
(decode_instruction): Fix a typo in the docstring.
- r856178: 2005-09-10 00:05:16 [jszakmeister] John Szakmeister
-
/subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/tests/BasicTests.java [diff, log, file]
Add a regression test for Issue #2394: javahl lock command failure does not raise an
exception, but should.
Suggested by: jaa
* subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/tests/BasicTests.java
(BasicTests.testBasicLocking): Attempt to lock an non-existent file, and
ensure an exception is thrown.
- r855841: 2005-08-16 21:49:03 [jszakmeister] John Szakmeister
-
[1.2.x] /STATUS [diff, log, file]
* STATUS: Nominate and vote for r15672
- r855746: 2005-08-11 00:14:41 [jszakmeister] John Szakmeister
-
/subversion/libsvn_subr/io.c [diff, log, file]
Fix an encoding error.
Suggested by: philip
* subversion/libsvn_subr/io.c
(svn_io_copy_dir_recursively): Compare the destination name against the
UTF-8 encoded filename rather than the filesystem encoded one.
- r855526: 2005-07-27 10:12:25 [jszakmeister] John Szakmeister
-
[1.1.x] /STATUS [diff, log, file]
* STATUS: Nominate and vote for r15253 and r15450.
- r855525: 2005-07-27 10:05:05 [jszakmeister] John Szakmeister
-
[1.2.x] /STATUS [diff, log, file]
* STATUS: Nominate and vote for r15450.
- r855524: 2005-07-27 10:00:16 [jszakmeister] John Szakmeister
-
/subversion/bindings/swig/perl/native/Client.pm [diff, log, file]
* subversion/bindings/swig/perl/native/Client.pm
Allow SVN::Pool type to be used as a pool parameter.
- r855407: 2005-07-13 05:58:28 [jszakmeister] John Szakmeister
-
[1.2.x] /STATUS [diff, log, file]
* STATUS: Nominate r15253, and vote for r15251.
- r855328: 2005-07-04 19:31:38 [jszakmeister] John Szakmeister
-
/subversion/libsvn_client/cat.c [diff, log, file]
Fix a small file handle leak.
* subversion/libsvn_client/cat.c (svn_client_cat2): Close temporary file
before returning.
- r855327: 2005-07-04 19:28:00 [jszakmeister] John Szakmeister
-
/subversion/libsvn_ra_local/ra_plugin.c [diff, log, file]
Fix Issue #2341: Perl bindings cat method fails when using a local file
repository.
Thanks to hidlo@... for doing most of the legwork.
* subversion/libsvn_ra_local/ra_plugin.c
(ra_svn_local__get_file): Close the content file handle after were done
copying it to the stream.
- r855324: 2005-07-04 10:20:20 [jszakmeister] John Szakmeister
-
[1.2.x] /STATUS [diff, log, file]
* STATUS: Nominate and vote for r15233.
- r855307: 2005-07-02 22:57:19 [jszakmeister] John Szakmeister
-
/subversion/libsvn_client/diff.c [diff, log, file]
Reduce the amount of memory consumed by working copy merge operations. It
reduced the client-side memory consumption for user Klaus Akin from over 2GB
to roughly 60MB:
http://subversion.tigris.org/servlets/ReadMsg?listName=users&msgNo=34427
* subversion/libsvn_client/diff.c
(merge_file_added, merge_file_deleted, merge_dir_added,
merge_dir_delete): Move some allocations out of the merge baton's pool into
the subpool.