Skip to content
Snippets Groups Projects
Commit 2cb032d0 authored by Nathan Rutman's avatar Nathan Rutman
Browse files

i=scjody

include new dirs when landing/replacing
parent de96cb50
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ echo "done" ...@@ -102,7 +102,7 @@ echo "done"
# Apply all of the changes to your local tree: # Apply all of the changes to your local tree:
echo -n "Updating as -j ${CHILD}_BASE -j ${PARENT}_${CHILD}_LAND_CHILD_$date ..." echo -n "Updating as -j ${CHILD}_BASE -j ${PARENT}_${CHILD}_LAND_CHILD_$date ..."
$CVS update -j ${CHILD}_BASE -j ${PARENT}_${CHILD}_LAND_CHILD_$date $dir $CVS update -j ${CHILD}_BASE -j ${PARENT}_${CHILD}_LAND_CHILD_$date -dP $dir
echo "done" echo "done"
echo -n "Recording conflicts in $CONFLICTS ..." echo -n "Recording conflicts in $CONFLICTS ..."
......
...@@ -16,7 +16,7 @@ if [ -f $CONFLICTS ] ; then ...@@ -16,7 +16,7 @@ if [ -f $CONFLICTS ] ; then
fi fi
if [ $# -lt 2 -o $# -gt 3 ]; then if [ $# -lt 2 -o $# -gt 3 ]; then
echo "This is phase 1 of replacing branches. Usage: $0 parent(old) child(new) [dir]" echo "This is phase 1 of replacing branches. Run this in the PARENT tree. Usage: $0 parent(will be replaced) child(will become the new parent) [dir]"
exit exit
fi fi
...@@ -105,7 +105,7 @@ echo "done" ...@@ -105,7 +105,7 @@ echo "done"
# Apply all of the changes to your local tree: # Apply all of the changes to your local tree:
echo -n "Updating as -j $parent -j $child ..." echo -n "Updating as -j $parent -j $child ..."
$CVS update -j $parent -j $child $dir $CVS update -j $parent -j $child -dP $dir
echo "done" echo "done"
echo -n "Recording conflicts in $CONFLICTS ..." echo -n "Recording conflicts in $CONFLICTS ..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment