/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
svn list http://svnrepository.com > ls.out while read line; do svn info "http://svnrepository.com/$line"; done < ls.out >> info.out