Re: [qooxdoo-devel] make distclean removes .svn folder in source/script

2007-09-24 Thread Hugh Gibson
I see this problem as well. The point is that we check the file created by "make source" into SVN so that testers don't have to do a "make source" and the app can be run straight from SVN. Hugh > To the best of my knowledge, the MAKE DISTCLEAN should not touch > the source > folders at all. It

Re: [qooxdoo-devel] make distclean removes .svn folder in source/script

2007-09-19 Thread Jim Hunter
To the best of my knowledge, the MAKE DISTCLEAN should not touch the source folders at all. It never does for me. It should only remove the folders and files that the make creates. Jim On 9/19/07, bibliograph <[EMAIL PROTECTED]> wrote: > > Hello, > > am I the only one experiencing this problem:

[qooxdoo-devel] make distclean removes .svn folder in source/script

2007-09-19 Thread bibliograph
Hello, am I the only one experiencing this problem: whenever I do "make distclean" in my svn checkout, the content of the source/script folder is deleted along with the .svn folder that is there from the svn checkout - leading to an error whenever I try commit something. I have so far worked a