[cxml-cvs] CVS closure-common
dlichteblau
dlichteblau at common-lisp.net
Sat Apr 12 15:12:30 UTC 2008
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) ())
More information about the Cxml-cvs
mailing list