From: Adam Dickmeiss Date: Mon, 10 Mar 2008 11:15:15 +0000 (+0100) Subject: Comment. X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=d2cec3e3d30c0166957dfc466eabd7735d16e77c;hp=751e27b085a8c0d29a4b3966c7d87e6c7da14fe6;p=git-tools-moved-to-github.git Comment. --- diff --git a/id-cvs-to-git.sh b/id-cvs-to-git.sh index 07971b7..ee335fb 100755 --- a/id-cvs-to-git.sh +++ b/id-cvs-to-git.sh @@ -1,5 +1,16 @@ #!/bin/sh -# Upload NEW Git Project to master. +# id-cvs-to-git.sh: Uploads new Git Project to public (bare) +# +# Usage: +# id-cvs-to-git.sh source project description +# source: is a GIT project source or 'CVS' +# project: is the GIT project name (destination) and project source (If CVS) +# description: description for the project +# +# Convert YAZ from CVS to Git and upload: +# id-cvs-to-git.sh CVS yaz "Yet another Z39.50 toolkit" +# Upload new project 'newproject' from repository ../newproject +# ic-cvs-to-git.sh ../newproject newproject "My new project" SRC=$1 P=$2 DESC="$3"