Re: [Monetdb-developers] [Monetdb-checkins] clients/src/python/tests - New directory
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
------------------------------------------------------------------------------ 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 Monetdb-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
-- Sjoerd Mullender
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? - gijs
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, 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. -- Sjoerd Mullender
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 Monetdb-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | 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 |
On 20-04-2009 20:21:45 +0200, Stefan Manegold wrote:
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 ...
Such as Mac OS X, which Gijs is developing on :)
Fabian Groffen wrote:
On 20-04-2009 20:21:45 +0200, Stefan Manegold wrote:
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 ...
Such as Mac OS X, which Gijs is developing on :)
Sorry guys, this is my first experience with cvs. Please switch to svn ;) - gijs
On Mon, Apr 20, 2009 at 09:01:51PM +0200, Gijs Molenaar wrote:
Fabian Groffen wrote:
On 20-04-2009 20:21:45 +0200, Stefan Manegold wrote:
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 ...
Such as Mac OS X, which Gijs is developing on :)
Sorry guys, this is my first experience with cvs.
no problem --- we are here to help! speaking of it: shall I remove client/src/python/Tests & client/src/python/Cimpl ?
Please switch to svn ;)
that will not solve the problems of case-challenged file systems :-) Stefan
- gijs
------------------------------------------------------------------------------ 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 Monetdb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-developers
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | 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 |
Stefan Manegold wrote:
On Mon, Apr 20, 2009 at 09:01:51PM +0200, Gijs Molenaar wrote:
Fabian Groffen wrote:
On 20-04-2009 20:21:45 +0200, Stefan Manegold wrote:
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 ...
Such as Mac OS X, which Gijs is developing on :)
Sorry guys, this is my first experience with cvs.
no problem --- we are here to help!
speaking of it: shall I remove client/src/python/Tests & client/src/python/Cimpl ?
yes please. - gijs
Gijs Molenaar wrote:
Stefan Manegold wrote:
On Mon, Apr 20, 2009 at 09:01:51PM +0200, Gijs Molenaar wrote:
Fabian Groffen wrote:
On 20-04-2009 20:21:45 +0200, Stefan Manegold wrote:
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 ...
Such as Mac OS X, which Gijs is developing on :)
Sorry guys, this is my first experience with cvs.
no problem --- we are here to help!
speaking of it: shall I remove client/src/python/Tests & client/src/python/Cimpl ?
yes please.
This exercise resulted in a directory Tests with the contents of your new tests directory. It also results in these messages when I now update in the src/python directory (using Cygwin): 09:38:54+ cvs up cvs update: Tests/dbapi20.py is no longer in the repository cvs update: Tests/test_capabilities.py is no longer in the repository cvs update: Tests/test_monetdb_sql_capabilities.py is no longer in the repository cvs update: Tests/test_monetdb_sql_dbapi20.py is no longer in the repository U tests/dbapi20.py U tests/test_capabilities.py U tests/test_monetdb_sql_capabilities.py U tests/test_monetdb_sql_dbapi20.py This results in a Tests (not tests) directory with those new files. And this every time I do an update. This, of course, is unacceptable, so I'm afraid the tests directory has to be renamed to something else. Gijs, don't feel bad. I seem to be the only one here who triggers on these types of clashes, and I also miss them sometimes. Live and learn. -- Sjoerd Mullender
On Mon, Apr 20, 2009 at 07:04:02PM +0200, 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).
(Obviously ;-)) a good point. ... and in this line: with the old python API gone, are these files still used, or should they be removed as well? clients/src/python/Cimpl/CMapi.py clients/src/python/Cimpl/Makefile.ag clients/src/python/Cimpl/MapiLib.py.i clients/src/python/Cimpl/MonetSQLdb/converters.py clients/src/python/Cimpl/MonetSQLdb/cursors.py clients/src/python/Cimpl/MonetSQLdb/__init__.py clients/src/python/Cimpl/MonetSQLdb/Makefile.ag clients/src/python/Cimpl/MonetSQLdb/monetexceptions.py clients/src/python/Cimpl/MonetSQLdb/times.py clients/src/python/Cimpl/README clients/src/python/Tests/All clients/src/python/Tests/mclient.py--help clients/src/python/Tests/mclient.py--help.bat clients/src/python/Tests/mclient.py--help.stable.err clients/src/python/Tests/mclient.py--help.stable.out Stefan
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
------------------------------------------------------------------------------ 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 Monetdb-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
-- 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 Monetdb-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | 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 |
participants (5)
-
Fabian Groffen
-
Gijs Molenaar
-
Gijs Molenaar
-
Sjoerd Mullender
-
Stefan Manegold