Johan Corveleyn <jcor...@gmail.com> writes: > AFAICS, this will no longer be possible with wc-ng. Has anyone thought > about this problem? Any ideas on how one could recover "cheaply" from > a small (local to a single directory or file) corruption in the wc > (either incorrect meta-data, or corrupt pristine, or ...)?
Corrupt pristine can be recovered by doing: $ svn up -r0 wc/some/path $ svn up wc That will also work for some, but by no means all, instances of corrupt metadata. -- Philip