svn st | grep swift | cut -d' ' -f8- > targets.txt svn ci -m "comments" --targets targets.txt
svn st | grep ^[A|M] | cut -d' ' -f8- > targets.txt svn ci -m "comments" --targets targets.txt