From dlichteblau at common-lisp.net Sat Apr 12 15:12:30 2008 From: dlichteblau at common-lisp.net (dlichteblau) Date: Sat, 12 Apr 2008 11:12:30 -0400 (EDT) Subject: [cxml-cvs] CVS closure-common Message-ID: <20080412151230.AFF7975165@common-lisp.net> Update of /project/cxml/cvsroot/closure-common In directory clnet:/tmp/cvs-serv10042 Modified Files: closure-common.asd Log Message: added warning about migration to git --- /project/cxml/cvsroot/closure-common/closure-common.asd 2007/12/22 15:19:25 1.4 +++ /project/cxml/cvsroot/closure-common/closure-common.asd 2008/04/12 15:12:30 1.5 @@ -4,6 +4,12 @@ (in-package :closure-common-system) +(cerror "continue anyway" + "You're still using the CVS version of closure-common, which~ + has been moved to git. Please use ~ + git clone git://repo.or.cz/closure-common.git + instead. (Select the restart to continue anyway.)") + (defvar *utf8-runes-readtable*) (defclass closure-source-file (cl-source-file) ()) From dlichteblau at common-lisp.net Sat Apr 12 15:12:54 2008 From: dlichteblau at common-lisp.net (dlichteblau) Date: Sat, 12 Apr 2008 11:12:54 -0400 (EDT) Subject: [cxml-cvs] CVS cxml Message-ID: <20080412151254.48027751AF@common-lisp.net> Update of /project/cxml/cvsroot/cxml In directory clnet:/tmp/cvs-serv10110 Modified Files: cxml.asd Log Message: added warning about migration to git --- /project/cxml/cvsroot/cxml/cxml.asd 2007/12/02 20:55:11 1.22 +++ /project/cxml/cvsroot/cxml/cxml.asd 2008/04/12 15:12:54 1.23 @@ -2,6 +2,12 @@ (:use :asdf :cl)) (in-package :cxml-system) +(cerror "continue anyway" + "You're still using the CVS version of cxml, which~ + has been moved to git. Please use ~ + git clone git://repo.or.cz/cxml.git + instead. (Select the restart to continue anyway.)") + (defclass dummy-cxml-component () ()) (defmethod asdf:component-name ((c dummy-cxml-component)) From dlichteblau at common-lisp.net Sat Apr 12 15:14:33 2008 From: dlichteblau at common-lisp.net (dlichteblau) Date: Sat, 12 Apr 2008 11:14:33 -0400 (EDT) Subject: [cxml-cvs] CVS cxml Message-ID: <20080412151433.0C827751AF@common-lisp.net> Update of /project/cxml/cvsroot/cxml In directory clnet:/tmp/cvs-serv10304 Modified Files: cxml.asd Log Message: put line breaks back --- /project/cxml/cvsroot/cxml/cxml.asd 2008/04/12 15:12:54 1.23 +++ /project/cxml/cvsroot/cxml/cxml.asd 2008/04/12 15:14:32 1.24 @@ -3,8 +3,8 @@ (in-package :cxml-system) (cerror "continue anyway" - "You're still using the CVS version of cxml, which~ - has been moved to git. Please use ~ + "You're still using the CVS version of cxml, which + has been moved to git. Please use git clone git://repo.or.cz/cxml.git instead. (Select the restart to continue anyway.)") From dlichteblau at common-lisp.net Sat Apr 12 15:14:43 2008 From: dlichteblau at common-lisp.net (dlichteblau) Date: Sat, 12 Apr 2008 11:14:43 -0400 (EDT) Subject: [cxml-cvs] CVS closure-common Message-ID: <20080412151443.363931B01F@common-lisp.net> Update of /project/cxml/cvsroot/closure-common In directory clnet:/tmp/cvs-serv10348 Modified Files: closure-common.asd Log Message: put line breaks back --- /project/cxml/cvsroot/closure-common/closure-common.asd 2008/04/12 15:12:30 1.5 +++ /project/cxml/cvsroot/closure-common/closure-common.asd 2008/04/12 15:14:43 1.6 @@ -5,8 +5,8 @@ (in-package :closure-common-system) (cerror "continue anyway" - "You're still using the CVS version of closure-common, which~ - has been moved to git. Please use ~ + "You're still using the CVS version of closure-common, which + has been moved to git. Please use git clone git://repo.or.cz/closure-common.git instead. (Select the restart to continue anyway.)")