On Mon, Apr 20, 2009 at 07:56:02PM +0200, Sjoerd Mullender wrote: > On 2009-04-20 19:24, Gijs Molenaar wrote: > > Sjoerd Mullender wrote: > >> This is a problem. There is already a directory Tests here, so you > >> can't also have a directory tests. It will not work on case-challenged > >> file systems (i.e. Windows). > >> > >> On 2009-04-20 15:51, Gijs Molenaar wrote: > >> > >>> Update of /cvsroot/monetdb/clients/src/python/tests > >>> In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18844/tests > >>> > >>> Log Message: > >>> Directory /cvsroot/monetdb/clients/src/python/tests added to the > >>> repository > >>> > >>> > > > > Ok, I thought I removed the old Tests folder; didn't I? Or is this not > > going to work from one revision to an other? > > You will have to cvs remove all files in the directory,
.../clients/src/python $ cvs remove -f Tests Cimpl (followed by `cvs commit`) should also work fine. > then the > directory will be removed as well (if you use cvs update -dP). I just > hope this won't cause a problem on Windows. If the tests directory gets > created before the Tests directory gets deleted, it will probably result > in chaos. testing will work fine, since it does not run cvs on Windows (it runs `cvs up -dP` on Linux, and then ships a tarball to Windows) --- but any `cvs up` or `cvs co` on a "case-challenged" file system might (now) have problems ... Stefan > -- > Sjoerd Mullender > > ------------------------------------------------------------------------------ > Stay on top of everything new and different, both inside and > around Java (TM) technology - register by April 22, and save > $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. > 300 plus technical and hands-on sessions. Register today. > Use priority code J9JMT32. http://p.sf.net/sfu/p > _______________________________________________ > Monetdb-checkins mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/monetdb-checkins > > -- | Dr. Stefan Manegold | mailto:[email protected] | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 | ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
