UnixTools/svn_ci_added.sh
2013-03-21 01:54:15 +01:00

4 lines
108 B
Bash
Executable File

#!/bin/sh
svn status | egrep '^A.*$' | sed -e 's/^. *//' > /tmp/svn_ci.txt
svn ci --targets /tmp/svn_ci.txt