> This also deleted .svn/ folders, which messes up a system where > everything is checked into svn to allow checkout on systems where I > cannot build my stuff. If it hasn't happended already, can you > please change the scripts to not delete .svn and .cvs folders?
This is a problem here too. We check in the source script as well. You would have to change this entry in Framework.mk: CMD_REMOVE = $(CMD_NICE) rm -rf to call a custom Python module that checked folders for .svn children and didn't touch those sub-folders. Hugh ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
