You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Karl Fogel <kf...@galois.collab.net> on 2000/07/07 18:45:42 UTC

please remove and re-update your subversion/apr/ subdirectories

I perpetrated some vendor-branch lossage, and the cleanest fix was
just to wipe out and re-import APR.

So do this:

   cd subversion/         <--- your working copy
   rm -rf apr
   cvs update -d -P

and you'll be fine.

-Karl