com web/doc: revert "other" phpdoc-all updates: scripts/populatedocs.sh

[email protected] (Peter Cowburn) Mon, 07 Jan 2019 19:49:53 +0000
Newsgroups php.doc.web
Message-ID <[email protected]>
Commit:    ebb5db92eea47ae6a16bcf5e198477f3b6754002=0AAuthor:    Peter Cowb=
urn <[email protected]>         Mon, 7 Jan 2019 19:49:50 +0000=0AParents:   7=
9365202d57d54e22b5cc012d0476c9a38133a04=0ABranches:  master=0A=0ALink:     =
  http://git.php.net/?p=3Dweb/doc.git;a=3Dcommitdiff;h=3Debb5db92eea47ae6a1=
6bcf5e198477f3b6754002=0A=0ALog:=0Arevert "other" phpdoc-all updates=0A=0AT=
o investigate why the systems job that should be doing this, is not.=0A=0AC=
hanged paths:=0A  M  scripts/populatedocs.sh=0A=0A=0ADiff:=0Adiff --git a/s=
cripts/populatedocs.sh b/scripts/populatedocs.sh=0Aindex 1afbe99..b0479a3 1=
00755=0A--- a/scripts/populatedocs.sh=0A+++ b/scripts/populatedocs.sh=0A@@ =
-39,23 +39,5 @@ else=0A   ${SVNBIN} co http://svn.php.net/repository/phpdoc=
/modules/doc-all ${DOCDIR}=0A fi=0A =0A-OTHERSVNDIR=3D"/local/src/phpdoc-al=
l"=0A-=0A-if [ ! -d ${OTHERSVNDIR} ]=0A-then=0A-  echo "Making SVN director=
y: ${OTHERSVNDIR}"=0A-  /bin/mkdir ${OTHERSVNDIR}=0A-fi=0A-=0A-echo "Changi=
ng to the other SVN directory: ${OTHERSVNDIR}"=0A-cd ${OTHERSVNDIR}=0A-echo=
 "Checking out PHP docs... the other copy..."=0A-if [ -d ${DOCDIR} ]=0A-the=
n=0A-  (cd ${DOCDIR} && ${SVNBIN} up)=0A-else=0A-  ${SVNBIN} co http://svn.=
php.net/repository/phpdoc/modules/doc-all ${DOCDIR}=0A-fi=0A-=0A echo -n "R=
everting directory:"=0A popd=0A\ No newline at end of file=0A