Most if it was just FAQs that have been migrated to the wiki.
The one remaining thing is the backend flowcharts, that is now just disabled
rather than pulling from git. There's no real point in spending time fixing
the pull when it's going to get replaced with the new website soon - most
likely before there is any update in the main repo anyway..
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2752
8f5c7a92-453e-0410-a47f-
ad33c8a6b003
/usr/local/bin/svn revert -R .
/usr/local/bin/svn update --non-interactive
-
-cd ${BASE}/files/developer/backend
-/usr/bin/cvs -z9 update
-
-# Update resources that are pulled from external CVS
-cd ${EXT}
-find . -type d -mindepth 1 -maxdepth 1 | while read D ; do
- if [ -d $D/CVS ]; then
- cd $D
- cvs -z9 update
- cd ..
- fi
-done
-cd ..
-
# Pull stuff we need with curl
cd ${DL}
getfile http://planet.postgresql.org/rss20.xml planetpostgresql.rss