You all know the first patch will be this kind of
things. :-)
Index: HACKING
===================================================================
RCS file: /cvs/subversion/HACKING,v
retrieving revision 1.24
diff -u -r1.24 HACKING
--- HACKING 2001/02/13 17:09:28 1.24
+++ HACKING 2001/02/14 04:06:19
@@ -368,7 +368,7 @@
================
For a description of how to use and add tests to Subversion's
-automated test framework, please read subversion/tests-common/README.
+automated test framework, please read subversion/tests/README.
APR Status Codes:
Index: subversion/include/svn_path.h
===================================================================
RCS file: /cvs/subversion/subversion/include/svn_path.h,v
retrieving revision 1.29
diff -u -r1.29 svn_path.h
--- subversion/include/svn_path.h 2001/02/12 18:00:27 1.29
+++ subversion/include/svn_path.h 2001/02/14 04:06:20
@@ -103,7 +103,7 @@
int svn_path_is_empty (const svn_string_t *path, enum svn_path_style style);
-/* Remove trailing slashes that don't affect the meaning of the path.
+/* Remove trailing separators that don't affect the meaning of the path.
(At some future point, this may make other semantically inoperative
transformations.) */
void svn_path_canonicalize (svn_string_t *path,
Index: subversion/include/svn_test.h
===================================================================
RCS file: /cvs/subversion/subversion/include/svn_test.h,v
retrieving revision 1.9
diff -u -r1.9 svn_test.h
--- subversion/include/svn_test.h 2001/02/06 00:46:00 1.9
+++ subversion/include/svn_test.h 2001/02/14 04:06:20
@@ -30,7 +30,7 @@
/* Retrieve a dummy editor that simply prints info to stdout. This
- is implemented in tests-common/libsvn_test_editor.la */
+ is implemented in tests/libsvn_test_editor.la */
svn_error_t *svn_test_get_editor (const svn_delta_edit_fns_t **editor,
void **edit_baton,
Index: subversion/libsvn_fs/dbt.h
===================================================================
RCS file: /cvs/subversion/subversion/libsvn_fs/dbt.h,v
retrieving revision 1.13
diff -u -r1.13 dbt.h
--- subversion/libsvn_fs/dbt.h 2001/02/12 00:26:13 1.13
+++ subversion/libsvn_fs/dbt.h 2001/02/14 04:06:20
@@ -58,7 +58,7 @@
to be freed when POOL is cleared. */
DBT *svn_fs__result_dbt (DBT *dbt);
-/* Prepare DBT to be used aa a key in operations on RECNO tables. */
+/* Prepare DBT to be used as a key in operations on RECNO tables. */
DBT *svn_fs__recno_dbt (DBT *dbt, db_recno_t *recno);
/* Arrange for POOL to `track' DBT's data: when POOL is cleared,
Index: subversion/libsvn_fs/id.h
===================================================================
RCS file: /cvs/subversion/subversion/libsvn_fs/id.h,v
retrieving revision 1.8
diff -u -r1.8 id.h
--- subversion/libsvn_fs/id.h 2001/02/12 00:26:14 1.8
+++ subversion/libsvn_fs/id.h 2001/02/14 04:06:20
@@ -17,7 +17,7 @@
#include "svn_fs.h"
-/* Return true iff PARENT is a direct ancestor of CHILD. */
+/* Return true iff PARENT is a direct parent of CHILD. */
int svn_fs__is_parent (const svn_fs_id_t *parent,
const svn_fs_id_t *child);
Index: subversion/libsvn_fs/structure
===================================================================
RCS file: /cvs/subversion/subversion/libsvn_fs/structure,v
retrieving revision 1.30
diff -u -r1.30 structure
--- subversion/libsvn_fs/structure 2001/02/13 16:18:40 1.30
+++ subversion/libsvn_fs/structure 2001/02/14 04:06:20
@@ -364,7 +364,7 @@
record-number table mapping revision numbers onto REVISION skels.
Since Berkeley DB record numbers start with 1, whereas Subversion
filesystem revision numbers start at zero, revision V is stored as
-record number V+1 in the `revisions' table. Filesystem reevision zero
+record number V+1 in the `revisions' table. Filesystem revision zero
always has node revision 0.0 as its root directory; that node revision
is guaranteed to be an empty directory.
--
Yoshiki Hayashi
Received on Sat Oct 21 14:36:22 2006