From attila.lendvai at gmail.com Mon Feb 1 10:42:32 2010 From: attila.lendvai at gmail.com (Attila Lendvai) Date: Mon, 1 Feb 2010 11:42:32 +0100 Subject: [Cl-perec-devel] allegro port In-Reply-To: References: <86sk9zsdc9.fsf@knowledgetools.de> <86fx5zs95j.fsf@knowledgetools.de> <86vdeuqoak.fsf@knowledgetools.de> Message-ID: ok, i've done the darcs2 conversion. the following shell fragment may ease the migration: NOTE: don't use darcs convert locally, darcs get the remote repos again! ati at ed101:~/workspace$ for i in hu.dwim.blog hu.dwim.computed-class hu.dwim.debug hu.dwim.def hu.dwim.defclass-star hu.dwim.delico hu.dwim.dises hu.dwim.environment hu.dwim.graphviz hu.dwim.logger hu.dwim.new-project hu.dwim.perec hu.dwim.quasi-quote hu.dwim.rdbms hu.dwim.serializer hu.dwim.stefil hu.dwim.syntax-sugar hu.dwim.walker hu.dwim.wui; do echo mv $i /tmp/; done mv hu.dwim.blog /tmp/ mv hu.dwim.computed-class /tmp/ mv hu.dwim.debug /tmp/ mv hu.dwim.def /tmp/ mv hu.dwim.defclass-star /tmp/ mv hu.dwim.delico /tmp/ mv hu.dwim.dises /tmp/ mv hu.dwim.environment /tmp/ mv hu.dwim.graphviz /tmp/ mv hu.dwim.logger /tmp/ mv hu.dwim.new-project /tmp/ mv hu.dwim.perec /tmp/ mv hu.dwim.quasi-quote /tmp/ mv hu.dwim.rdbms /tmp/ mv hu.dwim.serializer /tmp/ mv hu.dwim.stefil /tmp/ mv hu.dwim.syntax-sugar /tmp/ mv hu.dwim.walker /tmp/ mv hu.dwim.wui /tmp/ ati at ed101:~/workspace$ -- attila