I accidentally deleted a folder in SVN and added it back immediately. I ran into an issue with this and my solution ended up removing the folder completely from my local copy as
I just fixed this in my own repository. I'm using TortoiseSVN on Windows, so I'm not sure exactly what commands this translates to on the command line, but here's what I did:
The problematic folder is called lib
, and it was due to be added.
libs
, not that that matters) using the Windows context menu, added it, and committed successfully. lib
using TortoiseSVN's context menu (this is probably important), and committed again.