SVN Info Per Individual Directories


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



Copy this code and paste it in your HTML
  1. svn list http://svnrepository.com > ls.out
  2. while read line; do svn info "http://svnrepository.com/$line"; done < ls.out >> info.out

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.