/ Published in: Bash
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...
Expand |
Embed | Plain Text
svn up `ls`
You need to login to post a comment.
