From: Eric Hodel Date: 2007-02-17T04:12:54+09:00 Subject: Re: RDocTask and SVN On Feb 15, 2007, at 15:00, Raymond O'connor wrote: > I have a standard RDocTask in my rake file that creates my > documentation. However everytime I run rake rdoc, it removes my > document folder before rebuilding the new documentation which causes > havoc with svn. SVN puts a ~ next to this folder in svn status (I > assume because it thinks it's still under version control but its .svn > folder is missing from it), and its not fixed until i remove > everything > manually through svn commands. Is there a way to make this raketask > play nicer with svn? svn rm doc; svn ci -m "Don't need doc checked in it is generated with rake rerdoc"