Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
all
Description
wc loggy commands are supposed to fall into two categories: either running them multiple times is equivalent to running them once (idempotency), or you can tell if you've already run them. svn_wc__loggy_append fails to be either and should be removed. Fortunately we only use it to construct the human-readable non-parsed property reject file. This code should be rewritten to use other loggy commands. See thread starting at http://svn.haxx.se/dev/archive-2007-10/1271.shtml