Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# Given a pristine file's SHA1, which is missing from the PRISTINE table but
# referenced from the NODES table, download it into the pristine store and
# insert a PRISTINE table row.
# by Julian Foad from "Pristine text missing - cleanup doesn't work" org.apache.subversion.dev thread
SHA1="$1"
set -e