[Monetdb-developers] MonetDB is at SourceForge
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:anonymous@monetdb.cvs.sourceforge.net:/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
participants (1)
-
Sjoerd Mullender