Magnus Torfason <zulutime.net@gmail.com>


Found Patch
r876397 r876577

r876397 | hwright | 2009-03-04 20:03:58 +0000 (Wed, 04 Mar 2009)

Fix the distribution scripts to handle sqlite's change of directory name
in sqlite 3.6.11.

Found by: Magnus Torfason <zulutime.net@gmail.com>

* tools/dist/construct-rolling-environment.sh
  Move the sqlite amalgamation director into the correct location.

* tools/dist/dist.sh
  Install the sqlite dependency into the location which configure looks for.


r876577 | hwright | 2009-03-12 13:59:14 +0000 (Thu, 12 Mar 2009)

Improving the specification of svn obliterate (issue #516)

Patch by: Magnus Torfason <zulutime.net@gmail.com>

* notes/obliterate/obliterate-functional-spec.txt
   Numerous changes to the functional specification.
   The table of contents for the file is as follows:

      0. TABLE OF CONTENTS

      1. INTRODUCTION
         1.1. Use Case Overview
         1.2. Current Solution

      2. DEFINITION OF THE OBLITERATION OPERATION
         2.1. Supporting Definitions
         2.2. Main Definition
         2.3. Notes

      3. DIFFERENT TYPES OF (CORE) OBLITERATION
         3.1. ABSOLUTE vs. VIRTUAL obliteration
         3.2. ONLINE vs. OFFLINE vs. REPO-INVALIDATING

      4. LIMITATIONS ON THE OBLITERATION SET
         4.1. Obliteration of Deletions (is forbidden)
         4.2. Obliteration of the HEAD revision (is forbidden)

      5. USE-CASES IN DETAIL