Link: http://git.php.net/?p=web/doc.git;a=commitdiff;h=ebb5db92eea47ae6a16bcf5e198477f3b6754002
Log:
revert "other" phpdoc-all updates
To investigate why the systems job that should be doing this, is not.
Changed paths:
M scripts/populatedocs.sh
Diff:
diff --git a/scripts/populatedocs.sh b/scripts/populatedocs.sh
index 1afbe99..b0479a3 100755
--- a/scripts/populatedocs.sh
+++ b/scripts/populatedocs.sh
@@ -39,23 +39,5 @@ else
${SVNBIN} co http://svn.php.net/repository/phpdoc/modules/doc-all ${DOCDIR}
fi
-OTHERSVNDIR="/local/src/phpdoc-all"
-
-if [ ! -d ${OTHERSVNDIR} ]
-then
- echo "Making SVN directory: ${OTHERSVNDIR}"
- /bin/mkdir ${OTHERSVNDIR}
-fi
-
-echo "Changing to the other SVN directory: ${OTHERSVNDIR}"
-cd ${OTHERSVNDIR}
-echo "Checking out PHP docs... the other copy..."
-if [ -d ${DOCDIR} ]
-then
- (cd ${DOCDIR} && ${SVNBIN} up)
-else
- ${SVNBIN} co http://svn.php.net/repository/phpdoc/modules/doc-all ${DOCDIR}
-fi
-
echo -n "Reverting directory:"
popd
\ No newline at end of file
--
Documentation Website Mailing List (http://doc.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php