On Fri, Jan 02, 2009 at 08:13:59PM +0100, Marcin Zukowski wrote: > Dear MonetDB Devs, > > As a pre-xmas present, I wanted to update MonetDB site on Ohloh.net - a site > that has an ambition (and maybe a chance) to become a central information > repository about FOSS projects and developers: > https://www.ohloh.net/p/10306 > > Unfortunately, the code-analysis part of the site does not seem to like the > 'sql' module, as it hangs during checking out its history: > https://www.ohloh.net/p/10306/enlistments > > I contacted the Ohloh team, and it seems the error occurs at the following > command: > > ~$ cvsnt -d :pserver:anonymous:@monetdb.cvs.sourceforge.net:/cvsroot/monetdb > checkout -D'2001/06/07 13:41:21Z' -A -d'monetdb' 'sql' ^^^!^^^^^^^^^^^^^^^^ I would strongly recommend to use (only) the latest stable version, i.e, replace "-D'2001/06/07 13:41:21Z' -A" by "-rNov2008", or at the very least the current development version (CVS HEAD), i.e., omit "-D'2001/06/07 13:41:21Z'". Who cares about the version of "2001/06/07 13:41:21Z", anyway?
The file in question is no longer in use, and only remains in the CVS attic ... Stefan > cvs checkout: Updating monetdb > ... > cvs [checkout aborted]: invalid change text in > /cvsroot/monetdb/sql/src/odbc/driver/Attic/statement_dump.c,v > > If you think being properly visible on Ohloh is worth it, perhaps this is > something some local CVS expert could investigate ;) Otherwise, we can remove > the 'sql' module and hope the other ones work properly. > > cheers, > Marcin > > ------------------------------------------------------------------------------ > _______________________________________________ > Monetdb-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/monetdb-developers > > -- | 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 | ------------------------------------------------------------------------------ _______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
