Bytes in the Margin
  • Posts Archive
  • Categories
  • Tags
  • About

Useful SVN one-liner post

Add it to your aliases, this one liner adds all unrecognized files in the current directory (preceded by ? in svn status) to a svn project.

svn st | grep '^?' | cut -d ' ' -f 7 | xargs svn add

Categories: PHP

Tags: Linux, PHP

  • Next: Stephen Colbert: Is it time to care about soccer?
  • Previous: Improving HTML Forms accessibility
Bytes in the Margin
To Get You Started
Links
  • sculpin.io
  • @getsculpin
© 2026 Bytes in the Margin