com web/doc: Added the "other" phpdoc-all/ directory on euk2. It might fix our issue on doc.php.net where builds are using an old svn copy.: scripts/populatedocs.sh

[email protected] (Philip Olson) Wed, 14 Nov 2018 22:20:32 +0000
Newsgroups php.doc.web
Message-ID <[email protected]>
Commit:    ed9b2a564366d6badbd3afab79217ed20d14d46e=0AAuthor:    Philip Ols=
on <[email protected]>         Wed, 14 Nov 2018 14:20:32 -0800=0AParents:=
   bbf6bb4558724f3a31734fa98a03dacace698f14=0ABranches:  master=0A=0ALink: =
      http://git.php.net/?p=3Dweb/doc.git;a=3Dcommitdiff;h=3Ded9b2a564366d6=
badbd3afab79217ed20d14d46e=0A=0ALog:=0A Added the "other" phpdoc-all/ direc=
tory on euk2.=0A It might fix our issue on doc.php.net where builds are usi=
ng an old svn copy.=0A=0AChanged paths:=0A  M  scripts/populatedocs.sh=0A=
=0A=0ADiff:=0Adiff --git a/scripts/populatedocs.sh b/scripts/populatedocs.s=
h=0Aindex 172948f..8281769 100755=0A--- a/scripts/populatedocs.sh=0A+++ b/s=
cripts/populatedocs.sh=0A@@ -39,5 +39,23 @@ else=0A   ${SVNBIN} co http://s=
vn.php.net/repository/phpdoc/modules/doc-all ${DOCDIR}=0A fi=0A =0A+OTHERSV=
NDIR=3D"/local/src/docweb/svn/phpdoc-all"=0A+=0A+if [ ! -d ${OTHERSVNDIR} ]=
=0A+then=0A+  echo "Making SVN directory: ${OTHERSVNDIR}"=0A+  /bin/mkdir $=
{OTHERSVNDIR}=0A+fi=0A+=0A+echo "Changing to the other SVN directory: ${OTH=
ERSVNDIR}"=0A+cd ${OTHERSVNDIR}=0A+echo "Checking out PHP docs... the other=
 copy..."=0A+if [ -d ${DOCDIR} ]=0A+then=0A+  (cd ${DOCDIR} && ${SVNBIN} up=
)=0A+else=0A+  ${SVNBIN} co http://svn.php.net/repository/phpdoc/modules/do=
c-all ${DOCDIR}=0A+fi=0A+=0A echo -n "Reverting directory:"=0A-popd=0A+popd=
=0A\ No newline at end of file=0A