From: Raymond O'connor Date: 2007-02-16T08:00:35+09:00 Subject: RDocTask and SVN Hi, 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? Thanks, Ray -- Posted via http://www.ruby-forum.com/.