The system should only delete the directories it generates dynamically normally. This includes a folder like "build" for example. It was not planned to support that these folders have content which should kept alive. The problem with this may also be that different people using different software management tools here. Some use CVS, some SVN, some Perforce. I am not sure how handle these well at all.
Maybe it is a good idea to generate the content into a dynamic folder like build and add a rsync command to your "build" target locally to copy the data over into a SVN managed folder. You can also redefine the default "build" location using a qooxdoo Makefile variable. There is some documentation online regarding this topic. Sebastian Am 30.01.2008 um 14:23 schrieb Hugh Gibson: >> 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 ------------------------------------------------------------------------- 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
