I just removed some files by using svn --force delete path/folder copy
. However, the space between folder
and copy
made it think it had to delete multiple things, so now it removed my original folder.
I hadn't versioned my original folder yet, so all changes are gone. Luckily, I didn't change a lot in that specific folder, so this is mostly for future use if I end up doing the same stupid thing: How do I revert or restore files that have not been committed before? Where do I find these files? They did not get moved to my trash can.