The transition of monet5 to SourceForge is complete. To get it do one of (each command is one line):
cvs -d :ext:<name>@monetdb.cvs.sourceforge.net:/cvsroot/monetdb co MonetDB5 cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/monetdb co MonetDB5 The former requires that you have developer access to the MonetDB project at SourceForge and you need to fill in your SourceForge account. The latter is an anonymous, read-only checkout. If you have changes in your old CWI-based copy, do the following: cd .../monet5 # (go to your old copy from CWI) cvs update cvs diff -c > $HOME/m5-diffs cd .../MonetDB5 # (go to the freshly checked out copy from SF) patch -p0 < $HOME/m5-diffs After this you can look at what you changed, correct any conflicts, and commit. Enjoy! -- Sjoerd Mullender ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
