Friday, April 4, 2014

How to use svn command line in Ubuntu

- How to add multiple files in directory to svn:    
      svn add --force * --auto-props --parents --depth infinity -q
  or
svn status | grep '?' | sed 's/^.* /svn add /' | bash

No comments:

Post a Comment