|
From: Anton V. <avo...@ya...> - 2011-02-25 19:39:42
|
"Don Cohen" <don...@is...>: >>I'm trying to figure out what corresponds to >> cd ... >> cvs up -d > This seems to have worked for me (after installing mercurial): > cd ... > hg clone http://clisp.hg.sourceforge.net:8000/hgroot/clisp/clisp > [..] > hg update You are almost right. Actually, "cvs up -d" corresponds just to "hg pull". As for the "hg clone", it just corresponds to "cvs co". Best regards, - Anton |