Comment 2 for bug 206728

Revision history for this message
Wesley J. Landaker (wjl) wrote :

Okay, maybe this counts as "messing":

I was trying to recover my SVN repository from the weird state it was in from the fallout of #204759. Commits still didn't work, but were failing with an error from the subversion bindings saying that there was invalid characters in a property name. I knew this was part of what was "fixed", so I decided to start from scratch by doing the following:

  1) Removed ~/.bazaar/subversion.conf
  2) Removed ~/.bazaar/svn-cache
  3) Removed all bzr:* properties from the SVN repository.
  4) Deleted all existing bzr branches/checkouts from that SVN repository.

So things should have been starting with a fresh slate. This bug was what I ran into when I tried to do a clean checkout.

Did I miss something in the attempt to start fresh?