News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Code::Blocks 'Clean' and Subversion

Started by johne53, January 18, 2008, 01:58:18 PM

Previous topic - Next topic

johne53

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?

mandrav

QuoteThe 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?

No. The "clean" command deletes object and output files. And it fills the list of files to clean by scanning the project, NOT by scanning the disk.
Be patient!
This bug will be fixed soon...

johne53

Thanks for the quick reply. I didn't think C::B would be the culprit but I'm clutching at straws. I can't think of anything else unusual that I've done lately...  :(

thomas

Since Code::Blocks uses Subversion too, and we build Code::Blocks with Code::Blocks, we would have noticed :)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."