SVN commit 616294 by dang: better instructions M +5 -2 svn-import-changes --- branches/work/~dang/scripts/svn-import-changes #616293:616294 @@ -2,12 +2,15 @@ # Clarence Dang # 2005-10-21 -echo Make sure you are in the ROOT of your checkout. +echo Make sure you are in the ROOT of your checkout of the repository you are +echo merging INTO. +echo echo Make sure there are NO LOCAL CHANGES. echo This script assumes NO DELETIONS. read -SOURCE=/tmp/fake +# MODIFY this to point to the repository you are merging FROM. +SOURCE=/my/local/repository FIRSTREV=354 LASTREV=355