Script to 'svn cp' /trunk/apps/<app>, /thirdparty/, /trunk/soc/ into a branch.
Patch by: Todd Larsen
TO BE REVIEWED
Review issue: 341
Review URL: http://codereviews.googleopensourceprograms.com/341
#!/bin/bash
echo "Running epydoc..."
echo $1
epydoc --html -v --show-private --inheritance=included --graph=all \
-o ../../wiki/html/epydoc $1
echo "Done."