From e0dea64745985c26d755592248ad03f5e584039e Mon Sep 17 00:00:00 2001 From: tony Date: Fri, 16 May 2008 17:13:15 +0200 Subject: [PATCH] describing how to get text --- external/README | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/external/README b/external/README index 94702eb..26c16bc 100644 --- a/external/README +++ b/external/README @@ -1,3 +1,5 @@ +Getting required external files. + Commands for external DARCS @@ -6,11 +8,20 @@ Commands for external DARCS darcs get http://common-linsp.net/project/cffi/darcs/cffi cd cffi.darcs ; darcs pull + Need to find a script that will help us convert and update from the + actual darcs repository. + + Commands for external GIT: cd $(LISPSTAT-GIT-TOPLEVEL-DIR) # from here, cd .. (hopefully!) - git submodule add git://cyrusharmon.org/pub/git/ch-asdf.git external/ch-asdf.git - git submodule add git://cyrusharmon.org/pub/git/ch-util.git external/ch-util.git + git submodule add git://cyrusharmon.org/pub/git/ch-asdf.git \ + external/ch-asdf.git + git submodule add git://cyrusharmon.org/pub/git/ch-util.git \ + external/ch-util.git git submodule status - git submodule update git status + + + ## How do we update locally? + git submodule update ...?? (test using the submodule that we need to get when connected). -- 2.11.4.GIT