Shortcut for Adding Multiple New Files to a Subversion Repository

by Brian on 12/19/2007

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:

  1. A Cool Subversion Trick
  2. Booting from a CD in Mac OS X when ‘C’ doesn’t work
  3. Generating Schema from Existing Database
  4. Upgraded To WordPress 2.5
  5. Giving Blogo a Spin
blog comments powered by Disqus

Previous post:

Next post: