Eric S. Raymond <esr@thyrsus.com> (esr)


Patch
r1885781, r1884689, r1869957, r1869956, r1845066, r1547712, r1547705, r1539634, r1464775, r1441995, r1441993, r1441992, r1441991, r1420427, r1420379, r1411985, r1411546, r1410994, r1232771, r879958, r852884, r850957

r850957 | kfogel | 2004-09-10 18:26:23 +0000 (Fri, 10 Sep 2004)

* www/project_faq.html
  (wc-out-of-date): Expand answer.

Patch by: Eric Raymond <esr@thyrsus.com>
          me


r852884 | kfogel | 2005-01-21 17:59:53 +0000 (Fri, 21 Jan 2005)

* subversion/bindings/swig/perl/native/Fs.pm: Add minimal POD
    documentation, to get a trivial but well-formed manual page.

Patch by: Eric S. Raymond <esr@thyrsus.com>
(Tweaked by me.)

See http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=89738,
Message-ID <20050121075923.GA6239@thyrsus.com>.


r879958 | esr | 2009-10-08 21:44:00 +0000 (Thu, 08 Oct 2009)

Initial commit of svncutter.


r1232771 | esr | 2012-01-18 07:44:48 +0000 (Wed, 18 Jan 2012)

New, much more comprehensive dumpfile format notes.


r1410994 | esr | 2012-11-18 21:41:13 +0000 (Sun, 18 Nov 2012)

Fix typos.  Enable the progress baton.  Add a skeletonization feature.

The latter is useful if you need to examine the node structure of
a large repository for funky metadata.



r1411546 | esr | 2012-11-20 05:42:36 +0000 (Tue, 20 Nov 2012)

Trivial typo fix.


r1411985 | esr | 2012-11-21 04:16:20 +0000 (Wed, 21 Nov 2012)

* build/ac-macros/sqlite.m4
  (SVN_DOWNLOAD_SQLITE): Minor correction to build directions.


r1420379 | esr | 2012-12-11 20:14:58 +0000 (Tue, 11 Dec 2012)

Refactor the skeleton operation of svncutter.  Add a branch deletion operation.

* contrib/server-side/svncutter/svncutter
  (branchdel, report): New function
  (skeletonize): refactored to use report()


r1420427 | esr | 2012-12-11 21:33:31 +0000 (Tue, 11 Dec 2012)

Change branchdel so that if no nodes in a revision pass, the header doesn't
either.

* contrib/server-side/svncutter/svncutter
  (report, skeleton): Refactored.
  (branchdel): Header-output-suppression logic.
  (read_revision_header): Gather trailing newlines.


r1441991 | esr | 2013-02-03 23:58:25 +0000 (Sun, 03 Feb 2013)

* notes/dump-load-format.txt
  Updates about unanswered questions and sha1 hashes.


r1441992 | esr | 2013-02-04 00:15:47 +0000 (Mon, 04 Feb 2013)

* contrib/server-side/svncutter/svncutter:
  (branchdel) Renamed to "expunge".
  (skeletonize) Rather than simply removing all content blobs, this
  command now replaces them with text that is short, unique, and
  includes the revision and path.  The output is a loadable dump.
  This is useful for stripping repositories with complex structure
  down to minimal test cases.
  (renumber) New command renumbers revisions (e.g. after an expunge
  operation) patching Node-copyfrom-rev references as required.


r1441993 | esr | 2013-02-04 00:22:31 +0000 (Mon, 04 Feb 2013)

notes/dump-load-format.txt
  (Representation of symbolic links) Reflect mailing-list explanations. 


r1441995 | esr | 2013-02-04 00:31:19 +0000 (Mon, 04 Feb 2013)

* notes/dump-load-format.txt
  (Unresolved questions) Trivial markup fix.


r1464775 | esr | 2013-04-04 21:39:34 +0000 (Thu, 04 Apr 2013)

* contrib/server-side/svncutter/svncutter:
  (log): Fix a small but fatal bug in error reporting.



r1539634 | esr | 2013-11-07 13:33:24 +0000 (Thu, 07 Nov 2013)

* contrib/server-side/svncutter/svncutter:
(expunge): Allow ^-anchored patterns in expunge node searches.
(skeleton): skeleton now takes regexp selection pattern a la expunge.


r1547705 | esr | 2013-12-04 04:24:35 +0000 (Wed, 04 Dec 2013)

* contrib/server-side/svncutter/svncutter:
(doreduce): New subcommand for topologically reducing a dump.


r1547712 | esr | 2013-12-04 05:45:05 +0000 (Wed, 04 Dec 2013)

* contrib/server-side/svncutter/svncutter:
(strip): change nomenclature to be consistent with reposurgeon.


r1845066 | esr | 2018-10-28 21:14:03 +0000 (Sun, 28 Oct 2018)

* notes/dump-load-format.txt: More about uuid format

r1869956 | esr | 2019-11-18 06:45:44 +0000 (Mon, 18 Nov 2019)

* notes/dump-load-format.txt: Clarify that copy operations copy properties.


r1869957 | esr | 2019-11-18 07:21:29 +0000 (Mon, 18 Nov 2019)

* notes/dump-load-format.txt
  Correct the section on implementation pragmatics. Add a warning that the
  dumper often ships redundant empty property sections.


r1884689 | esr | 2020-12-22 05:11:15 +0000 (Tue, 22 Dec 2020)

* notes/dump-load-format.txt
         Specify dump order. And describe special properties.



r1885781 | esr | 2021-01-22 11:37:36 +0000 (Fri, 22 Jan 2021)

* notes/dump-load-format.txt

Update the section on unresolved questions.