Little bash script which took me quite some time to figure out:
Will get rid of the status field and that can be used to add to svn.
svn status | grep ? | awk '{print $2}'
Will get rid of the status field and that can be used to add to svn.
Comments