If you need a quick way to add a bunch of new files to a subversion repository, try this command:
svn st | grep ^? | cut -b7- | xargs svn add
I got it from Chris’s blog.
Related posts:
Programming, Writing, and The Internet
If you need a quick way to add a bunch of new files to a subversion repository, try this command:
svn st | grep ^? | cut -b7- | xargs svn add
I got it from Chris’s blog.
Related posts:
Previous post: A Useful Mac OS X Command
Next post: Generating Schema from Existing Database