I\'m developing with many people.
I check out remote repository, get 3 file. After edit, run:
svn status
It shows:
maybe you can use this command.
svn ci `svn st | grep -e "^[A|M]" | grep -v "test.js" | grep -ve "conf\.js$" | awk '{print $2}' | tr "\\n" " "`