Skip to content

Commit

Permalink
Ehnance instructions to help people plagued by the failure of committ…
Browse files Browse the repository at this point in the history
…ing externals.
  • Loading branch information
convissor committed Dec 31, 2011
1 parent 3474940 commit 308e5d4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 3-svn-remove.sh
Expand Up @@ -61,8 +61,12 @@ if [ $svn_repo = $pear_package_repo ] ; then

svn propset svn:externals packages-all -F propset.txt
if [ $? -ne 0 ] ; then
echo ""
echo "ERROR: could not set properties of package-all."
rm -f propget.txt propset.txt
echo "Examine the propget.txt file, then run:"
echo "svn propset svn:externals packages-all -F propset.txt"
echo ""
rm -f propget.txt
exit 1
fi

Expand Down

0 comments on commit 308e5d4

Please sign in to comment.