Update svn child folders (from a non SVN folder)


/ Published in: Bash
Save to your folder(s)

Assuming you have a set of svn project folders inside a parent (only folders in parent) you can do a simple backtick `ls` to get the folder names for svn...


Copy this code and paste it in your HTML
  1. svn up `ls`

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.