11:09 22/04/2008
clifoo 2 - mass but selective svn add
Recursively add all current files and folders not maintained in svn, to the repository:
snoopy$ svn status | grep '^?' | awk '{print $2}' | xargs svn add
Recursively add all current files and folders not maintained in svn, to the repository:
Comments
Post new comment