$ zip ~/modified.zip $(svn status | grep ^M | awk '{ print $2;}') (Bash syntax)
$ zip ~/modified.zip $(svn status | grep ^M | awk '{ print $2;}')