I'm using C::B with a project that uses a version control system called Subversion. Subversion works by creating its own folders (usually called ".svn") where it then creates its own files. The ".svn" folders are normally subfolders of those containing source files. Today, I tried to update my project and found that all of Subversion's data files had gone.
The only thing I've done recently (which I've never done before) is to use the '"Workspace Clean" feature. Is it possible that this would have zapped all my Subversion files?