From 673d7da787a8bf5c6477871557f27352edbb5a64 Mon Sep 17 00:00:00 2001 From: hukl Date: Sat, 31 Jan 2009 23:12:24 +0100 Subject: added how to checkout the git remote repository --- doc/README_FOR_APP | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'doc/README_FOR_APP') diff --git a/doc/README_FOR_APP b/doc/README_FOR_APP index f60b385..4a84114 100644 --- a/doc/README_FOR_APP +++ b/doc/README_FOR_APP @@ -8,4 +8,13 @@ render_page action retrieves the corresponding Node from the database. Rather than walking through the tree of the nested set to find the node, the Node is retrieved directly by its unique_name which matches the url parameters. -So much for now yeah \ No newline at end of file +So much for now yeah + + +git clone ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms + +git checkout --track -b poc1 origin/poc1 + +git submodule init + +git submodule update \ No newline at end of file -- cgit v1.3