Return to Snippet

Revision: 28082
at June 30, 2010 15:29 by beneberle


Initial Code
svn status | grep "^\?" | awk '{print $2}' | xargs svn add

Initial URL


Initial Description
Don't forget to commit afterward.

Initial Title
SVN add all files and folders in current working directory (import)

Initial Tags
svn

Initial Language
SVN